EVP: Allow a fallback for operations that work with an EVP_PKEY
[openssl.git] / crypto / evp /
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-16 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
2021-05-26 Pauliaes: rename new bsaes_ symbols -> ossl_bsaes_ ones
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-25 Paulimac: add a getter for the MAC block size.
2021-05-24 Jon SpillettAdded PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithm...
2021-05-24 Jon SpillettAdd PBKDF1 to the legacy provider
2021-05-24 Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-20 Matt CaswellUpdate copyright year
2021-05-20 Richard LevitteEVP: Modify EVP_PKEY_export() to handle legacy EVP_PKEYs
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-05-20 Matt CaswellEnsure mirroring of properties works for subsequent...
2021-05-20 Matt CaswellAdd a callback for providers to know about global prope...
2021-05-20 Matt CaswellImplement the ability to convert a PROPERTY_LIST to...
2021-05-20 Paulitodo: remove TODO(3.0) from the sources.
2021-05-19 Richard LevitteMake sure to include "internal/numbers.h" to get SIZE_MAX
2021-05-18 Pauliseal: make EVP_SealInit() library context aware
2021-05-18 Paulievp: fix coverity 1484885 negative integer to size_t...
2021-05-13 Tomas MrazReplace EVP_PKEY_supports_digest_nid
2021-05-13 Tomas MrazDrop ASN1_PKEY_CTRL_SUPPORTS_MD_NID
2021-05-12 Paulievp: fix return code check.
2021-05-12 Paulicoverity: fix 1484542 dereference after null check
2021-05-11 Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-05-11 Dr. David von OheimbConstify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set...
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-05-08 Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-05-08 Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-08 Shane LontisRemove unused code from the fips module
2021-05-07 Jon SpillettFixes #15070. Allow custom algorithm ID ASN.1 encoding...
2021-05-06 Matt CaswellUpdate copyright year
2021-05-05 Rich SalzRemove all trace of FIPS_mode functions
2021-05-05 Paulimac: add EVP_MAC_finalXOF() function
2021-04-29 Jon SpillettAdd library context and property query support into...
next