crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNT
[openssl.git] / crypto / evp /
2019-03-27 Matt CaswellCorrectly check the return code of EVP_MAC_ctrl everwhe...
2019-03-27 Matt CaswellFix a memory leak in ARIA GCM
2019-03-27 Matt CaswellTolerate 0 byte input length for Update functions
2019-03-21 Matt CaswellImplement SHA256 in the default provider
2019-03-21 Matt CaswellMake EVP_Digest* functions provider aware
2019-03-21 Matt CaswellImplement EVP_MD_fetch()
2019-03-19 Shane LontisSingle step kdf implementation
2019-03-19 Dmitry BelyavskiyProviding missing accessor to EVP_PKEY.engine
2019-03-18 Richard LevitteAdd generic EVP method fetcher
2019-03-17 Victor StinnerEVP_PBE_scrypt() handles salt=NULL as salt=""
2019-03-06 Shane LontisFIPS AES_GCM IV gen changes
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-03-06 Matt CaswellPrevent over long nonces in ChaCha20-Poly1305
2019-03-06 Richard LevitteAdapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace API
2019-02-28 Richard LevitteThe use of the likes of UINT32_MAX requires internal...
2019-02-27 Simo SorceImplement SSH KDF
2019-02-27 Richard LevitteThe use of the likes of UINT32_MAX requires internal...
2019-02-18 Matt CaswellDon't leak EVP_KDF_CTX on error
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2019-02-06 Antoine Salonblake2: backport changes to blake2s
2019-02-06 Antoine Salonblake2: register MAC objects
2019-02-06 Antoine Salonblake2b: add EVP_MAC API
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-01-08 Matt CaswellFix compilation on sparc
2019-01-05 Richard Levittecrypto/evp/e_aes.c: build again on s390x
2018-12-22 Shreya BhandareEVP_PKEY_size declared to take a const parameter
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support
2018-12-10 Richard Levittemake update
2018-12-10 Richard LevittePrevent calling decryption in an encryption context...
2018-12-07 Boris Pismennyevp/e_aes: Expose IV
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-11-20 Matt CaswellUpdate copyright year
2018-11-13 Shane LontisKMAC implementation using EVP_MAC
2018-11-10 David WoodhouseAdd EVP_PKEY_supports_digest_nid()
2018-11-05 Paul YangAdd poly1305 MAC support
2018-11-04 PauliGMAC implementation
2018-10-30 Richard LevitteEVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic...
2018-10-30 Richard LevitteEVP_MAC: Add SipHash implementation
2018-10-30 Richard LevitteEVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic...
2018-10-30 Richard LevitteEVP_MAC: Add HMAC implementation
2018-10-30 Richard LevitteAdapt other EVP code to use EVP_MAC instead of direct...
2018-10-30 Richard LevitteEVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic...
2018-10-30 Richard LevitteEVP_MAC: Add CMAC implementation
2018-10-29 Richard LevitteAdd convenience functions EVP_str2ctrl() and EVP_hex2ctrl()
2018-10-29 Richard LevitteAdd generic EVP_PKEY_METHOD for EVP_MACs
2018-10-29 Richard LevitteAdd automatic initializations support for EVP_MAC objects
2018-10-29 Richard LevitteAdd EVP_MAC API
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 PauliLimit the number of AES-GCM keys allowed in TLS. A...
2018-09-11 PauliFIPS 140-2 IG A.9 XTS key check.
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
next