Rename the rand_drbg_st data member "pool" to "seed_pool"
[openssl.git] / crypto / evp /
2018-10-02 Matt CaswellFix some Coverity warnings
2018-09-21 agnosticdevtypo-fixes: miscellaneous typo fixes
2018-09-13 Paul YangMake some return checks consistent with others
2018-09-11 Matt CaswellUpdate copyright year
2018-09-07 Paul YangAllow EVP_MD_CTX_set_pkey_ctx to accept NULL pctx
2018-09-07 Paul YangUpdate document for SM2 stuffs
2018-09-07 Paul YangSupport setting SM2 ID
2018-09-07 Paul YangSupport pmeth->digest_custom
2018-09-07 Paul YangIntroduce EVP_MD_CTX_set_pkey_ctx
2018-09-06 PauliAvoid SEGV when giving X509_sign a NULL private key.
2018-09-05 Shane LontisKey zeroization fix for EVP_SealInit + added simple...
2018-08-07 Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-08-06 Patrick Steuers390x assembly pack: add KIMD/KLMD code path for sha3...
2018-08-03 Dr. Matthias St... Fix some undefined behaviour in the Curve448 code ...
2018-08-01 PauliAdd OIDs for HMAC SHA512/224 and HMAC SHA512/256.
2018-07-12 Patrick SteuerFix undefined behavior in s390x aes-gcm/ccm
2018-07-06 Andy Polyakovevp/e_chacha20_poly1305.c: further improve small-fragme...
2018-06-29 Andy Polyakovevp/e_chacha20_poly1305.c: improve performance for...
2018-06-20 Matt CaswellUpdate copyright year
2018-06-19 Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-19 Jack LloydAdd EVP_PKEY_set_alias_type
2018-06-18 David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-06-08 Matt CaswellAdd support getting raw private/public keys
2018-06-03 Andy Polyakovevp/e_aes.c: replace calls to one-liners with reference...
2018-04-17 Richard LevitteUpdate copyright year
2018-04-13 Matt CaswellAdd support for the SRP base64 alphabet
2018-04-13 Matt CaswellChange SRP functions to use EVP_EncodeUpdate/EVP_Decode...
2018-04-03 Rich SalzSet error code on alloc failures
2018-04-03 Matt CaswellUpdate copyright year
2018-04-02 Kurt RoeckxUse the private RNG for data that is not public
2018-03-29 FdaSilvaYYEVP,KDF: Add more error code along some return 0 in ...
2018-03-28 Patrick Steuercrypto/e_aes.c: use S390X_AES_FC macro
2018-03-28 Patrick Steuercrypto/evp/e_aes.c: add size_t casts to increase readab...
2018-03-28 Patrick Steuers390x assembly pack: add KMF code path for aes-cfb...
2018-03-28 Patrick Steuers390x assembly pack: add KMO code path for aes-ofb
2018-03-28 Patrick Steuers390x assembly pack: add KM code path for aes-ecb
2018-03-21 Jack BatesConvert _meth_get_ functions to const getters
2018-03-20 Matt CaswellUpdate copyright year
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.
next