Fix the RC4-MD5 cipher
[openssl.git] / crypto / evp /
2022-05-02 Tomas Mrazfix_dh_paramgen_type: Avoid crash with invalid paramgen...
2022-04-26 Dmitry BelyavskiyEnsure we initialized the locale before evp_pkey_name2type
2022-04-21 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-11 yuanjungongCrypto/evp: Fix null pointer dereference
2022-04-03 PauliFix Coverity 1503096: out-of-bounds access
2022-03-15 Matt CaswellUpdate copyright year
2022-03-15 Hugo LandauFix signed integer overflow in evp_enc
2022-03-15 Oliver RobertsFixed typo in inner_evp_generic_fetch() error handling
2022-03-15 Hugo LandauEVP_MD performance fix (refcount cache contention)
2022-03-08 Paulifetch: convert a NULL property query to ""
2022-02-03 Todd ShortFix copyrights
2022-01-17 Tomas MrazProperly return error on EVP_PKEY_CTX_set_dh_nid and...
2022-01-14 manisonEVP: fix evp_keymgmt_util_match so that it actually...
2022-01-13 Matt CaswellClear md_data only when necessary
2022-01-13 Gerd Hoffmanndrop unused callback variable
2022-01-12 Tomas MrazEVP_DigestSignFinal: *siglen should not be read if...
2022-01-10 Matt CaswellFix a leak in EVP_DigestInit_ex()
2022-01-10 Matt CaswellEnsure that MDs created via EVP_MD_meth_new() go down...
2022-01-10 Tomas MrazEVP_PKEY_derive_set_peer_ex: Export the peer key to...
2022-01-07 Tomas MrazEVP_PKEY_fromdata(): Do not return newly allocated...
2021-12-17 Paulievp: address a use after free state when using HMAC...
2021-12-13 Richard LevitteFix EVP_PKEY_eq() to be possible to use with strictly...
2021-11-27 Tom CosgroveFix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning...
2021-11-24 Tomas MrazEVP_MD_CTX_copy_ex: Allow copying uninitialized digest...
2021-11-15 Tomas MrazAdd null digest implementation to the default provider
2021-11-12 Tomas Mrazdo_sigver_init: Allow reinitialization of an existing...
2021-11-07 PauliAddress coverity 1493382 argument cannot be negative
2021-11-07 PauliAddress Coverity 1493387 Logically dead code
2021-11-07 Pauliavoid a NULL dereference when getting digest
2021-11-05 Phil MesnierFix for a segv interrupt that occurs when fix_dh_rfc511...
2021-11-02 PW HuFix incorrect return check of BN_bn2nativepad
2021-10-27 Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27 Richard LevitteEVP: For all operations that use an EVP_PKEY, check...
2021-10-27 Richard LevitteEVP: Allow a fallback for operations that work with...
2021-10-27 Richard LevitteEVP: Add internal functions to fetch type specific...
2021-10-27 Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-10-27 Richard LevitteEVP: Add evp_keymgmt_fetch_from_prov()
2021-10-27 Richard LevitteEVP: Add the internal function evp_generic_fetch_from_p...
2021-10-27 Richard LevitteCORE: add a provider argument to ossl_method_construct()
2021-10-26 x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-10-22 Matt CaswellEnforce a size check in EVP_MAC_final()
2021-10-22 Matt CaswellPrevent an overflow if an application supplies a buffer...
2021-10-19 Matt CaswellEnsure pkey_set_type handles ENGINE references correctly
2021-10-18 Richard LevitteFix lock leak in evp_keymgmt_util_export_to_provider()
2021-10-12 Tomas Mrazctrl_params_translate: Fix leak of BN_CTX
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata_init
2021-09-03 slontisFix double free in EVP_PKEY_CTX_dup()
2021-08-26 Tomas MrazEVP_DigestSign/VerifyFinal: Duplicate the pctx to allow...
2021-08-18 Richard LevitteEVP_PKEY_get_utf8_string_param(): ensure the string...
2021-08-16 Ingo Franzkis390x: AES OFB/CFB: Maintain running IV from cipher...
2021-08-16 Tomas MrazMultiple fixes for getting pub key from legacy DH PKEY
2021-08-11 Tomas MrazEVP_CIPHER_CTX_set_key_length: Raise error when key...
2021-08-05 Paulictrls: add missing control string translation for key...
2021-07-28 Matt CaswellDon't try and load the config file while already loadin...
2021-07-27 Matt CaswellFix EVP_MD_meth_dup and EVP_CIPHER_meth_dup
2021-07-27 Matt CaswellMark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_...
2021-07-26 Richard LevitteEVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0...
2021-07-23 Tomas MrazFix potential problems with EVP_PKEY_CTX_new() with...
2021-07-23 Tomas Mrazdo_sigver_init: Add missing ERR_clear_last_mark()
2021-07-22 Matt CaswellFix custom EVP_PKEY_METHOD implementations where no...
2021-07-15 Tomas MrazSplit bignum code out of the sparcv9cap.c
2021-07-15 Paulievp: constify some OSSL_PARAM arguments
2021-07-15 Tomas MrazMake EVP_PKEY_check() be an alias for EVP_PKEY_pairwise...
2021-07-08 Paulievp: detect and raise an error if no digest is found...
2021-07-08 Juergen ChristFix compile warning with GCC 11.
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-30 Paulievp: fix coverity 1473380 Copy into fixed size buffer...
2021-06-29 Richard LevitteEVP: Have EVP_PKCS82PKEY_ex() pass a correct selection...
2021-06-29 Richard LevitteENCODER & DECODER: Make a tighter coupling between...
2021-06-23 Richard LevitteEVP: Change the output size type of EVP_Q_digest()...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Richard LevitteCORE: Do a bit of cleanup of core fetching
2021-06-15 Richard LevitteAdapt all public EVP_XXX_do_all_provided() for the...
2021-06-15 Richard LevitteRefactor evp_generic_do_all() to behave like evp_generi...
2021-06-15 Richard LevitteCORE: Move away the allocation of the temporary no_cach...
2021-06-09 Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-09 Paulikeymgmt: better detect when a key manager can be reused
2021-06-08 Paulievp: avoid some calls to EVP_CIPHER_CTX_get_iv_length...
2021-06-08 Paulievp: fix Coverity 1485670 argument cannot be negative
2021-06-08 Paulievp: fix Coverity 1485669 improper use of negative...
2021-06-08 Paulievp: fix Coverity 1485668 argument cannot be negative
2021-06-08 Paulievp: fix coverity 1485666 argument cannot be negative
2021-06-08 Paulievp: fix improper use of negative value issues
2021-06-08 Paulibio: improve error checking fixing coverity 1485659...
2021-06-08 Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-06-03 Richard LevitteDeprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_b...
2021-06-03 Shane LontisFix errors found by parfait static analyser.
2021-06-02 Paulilibcrypto: make XXX_get_number() internal
2021-06-02 Paulievp: remove TODOs
2021-06-02 Rich SalzAdd NCONF_get0_libctx()
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Shane LontisFix error stack for some fetch calls.
2021-06-01 Shane LontisFix aes cfb1 so that it can operate in bit mode.
2021-05-30 Matt CaswellTeach EVP_PKEYs to say whether they were decoded from...
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-28 Shane LontisAdd missing EVP_CTRL_CCM_SET_L control
2021-05-27 Paulicoverity 1484912: Null pointer dereferences (NULL_RETURNS)
2021-05-27 Paulicoverity 1484913: Null pointer dereferences (REVERSE_INULL)
2021-05-26 Rich SalzUse "" for include internal/xxx
next