Revise and cleanup; use strict,warnings
[openssl.git] / crypto / evp /
2018-03-19 Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-19 Matt CaswellFix no-cmac
2018-03-15 Dr. Matthias St... Publish the RAND_DRBG API
2018-03-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellMake sure all errors go on the stack in the EVP_PKEY_ne...
2018-03-15 Matt CaswellAdd the function EVP_PKEY_new_CMAC_key()
2018-03-15 Matt CaswellAdd support for setting raw private HMAC keys
2018-03-15 Matt CaswellAdd functions to create an EVP_PKEY from raw private...
2018-03-02 Matt CaswellIntegrate X448 and Ed448 into libcrypto
2018-02-28 Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2018-02-27 Dr. Matthias St... bio_b64.c: prevent base64 filter BIO from decoding...
2018-02-27 Matt CaswellUpdate copyright year
2018-02-23 Bernd EdlingerFix some bugs with the cfb1 bitsize handling
2018-02-14 Viktor DukhovniAvoid fragile aliasing of SHA224/384 update/final
2018-02-06 Patrick Steuercrypto/evp/e_aes.c: add comments to s390x aes gcm imple...
2018-02-06 Patrick Steuers390x assembly pack: add KMAC code path for aes-ccm
2018-01-23 PauliSHA512/224 and SHA512/256
2018-01-23 Richard LevitteHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07 Patrick Steuers390x assembly pack: add KMA code path for aes-gcm.
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-12-09 Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-11-13 Andy Polyakovevp/pbe_scrypt.c: add boundary condition for implicit...
2017-11-05 Ronald TseSM3: restructure to EVP internal and update doc to...
2017-11-05 Jack LloydSM3: Add SM3 hash function
2017-10-31 Ronald TseSM4: Add SM4 block cipher to EVP
2017-10-30 Kurt RoeckxOnly reset the ctx when a cipher is given
2017-10-30 Richard Levittemake update
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-13 Rich SalzRemove email addresses from source code.
2017-10-11 Dr. Stephen Hensonmake update
2017-10-11 Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-10-11 Dr. Stephen HensonFix memory leak on lookup failure
2017-10-11 Dr. Stephen HensonDon't ignore passed ENGINE.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-14 PauliAdd explanatory comment about fitting into a size_t.
2017-09-14 Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
2017-09-14 PauliEnsure that the requested memory size cannot exceed...
2017-09-14 PauliManually revert "Ensure allocation size fits into size_t"
2017-09-13 Paul YangSupport key check in EVP interface
2017-09-11 Andy Polyakovevp/m_sha3.c: wire SHA3 to rsaEncryption.
2017-08-30 Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-15 Johannes BauerFix coding style of EVP_PKEY_CTX_ctrl_uint64
2017-08-15 Richard LevitteRename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c
2017-08-12 Andy PolyakovWire SHAKE to EVP.
2017-08-12 Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
2017-08-08 Johannes BauerAdd interface to the scrypt KDF by means of PKEY_METHOD
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-08-01 Martin PeyloAdding NID_hmac_sha1 and _md5 to builtin_pbe[]
2017-07-29 Dr. Stephen HensonAdd public key method enumeration function.
2017-07-25 Andy PolyakovWire SHA3 EVPs and add tests.
2017-07-25 Andy PolyakovAdd evp/m_sha3.c.
2017-07-24 Andy Polyakovevp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
2017-07-19 Matt CaswellRemove some dead code
2017-07-19 Matt CaswellFix undefined behaviour in e_aes_cbc_hmac_sha256.c...
2017-07-07 PauliTrivial bounds checking.
2017-07-05 Richard LevitteFix small UI issues
2017-07-05 Rich SalzUndo commit d420ac2
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-07-03 PauliFix copyright date for the ARIA evp file.
2017-06-15 PauliCorrect Oracle copyrights & clarify.
2017-06-12 Bernd EdlingerFix memleak in EVP_DigestSignFinal/VerifyFinal.
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-30 Dr. Stephen HensonED25519 public key method.
2017-05-30 Dr. Stephen Hensonmake errors
2017-05-30 Dr. Stephen HensonAdd support for custom digestsign/digestverify methods.
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-05-11 Dr. Stephen HensonAdd EVP_DigestSign and EVP_DigesVerify
2017-04-24 Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2017-04-04 Gergely NagyPBKDF2 computation speedup (15-40%)
2017-03-25 Bernd EdlingerDon't access memory before checking the correct length...
2017-03-17 Péter BudaiFixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
2017-03-02 Andy Polyakovevp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2017-02-28 Emilia KasperClean up references to FIPS
2017-02-21 PauliImplementation of the ARIA cipher as described in RFC...
2017-02-16 Kazuki YamaguchiProperly zero cipher_data for ChaCha20-Poly1305 on...
2017-02-10 Lukasz PawelczykRestore EVP_CIPH_FLAG_LENGTH_BITS working properly
2017-02-08 Dr. Stephen HensonMake EVP_*Final work for CCM ciphers
2017-02-07 Bernd EdlingerFix a crash in EVP_CIPHER_CTX_cleanup due to cipher_dat...
2017-02-03 Bernd EdlingerCombined patch against master branch for the following...
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-01-26 Andy Polyakovcrypto/evp: harden AEAD ciphers.
2017-01-26 Andy Polyakovcrypto/evp: harden RC4_MD5 cipher.
2017-01-25 Matt CaswellRemove assert from is_partially_overlapping()
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-25 Matt CaswellProperly handle a partial block in OCB mode
2017-01-25 Matt CaswellDon't use magic numbers in aes_ocb_cipher()
2017-01-24 Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-24 Kazuki YamaguchiAdd missing flags for EVP_chacha20()
2017-01-08 Dr. Stephen Hensonfix a few more style issues
2017-01-08 Dr. Stephen Hensonfix various style issues
2017-01-08 Dr. Stephen HensonDigest string helper function.
next