EVP: fix memleak in evp_pkey_downgrade()
[openssl.git] / crypto / evp /
2020-04-15 Richard LevitteEVP: fix memleak in evp_pkey_downgrade()
2020-04-15 Richard LevitteEVP: Add a temporary SM2 hack to key generation
2020-04-15 Richard LevitteEC: Refactor EVP_PKEY_CTX curve setting macros for...
2020-04-15 Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-04-14 Aaron ThompsonAdd ex_data to EVP_PKEY.
2020-04-10 Richard LevitteEVP: legacy_ctrl_to_param() to handle provider side...
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-04-08 Richard LevitteEVP & TLS: Add necessary EC_KEY data extraction functio...
2020-04-08 Richard LevitteEVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-27 Matt CaswellIgnore some fetch failures
2020-03-27 Matt CaswellPut an error on the stack in the event of a fetch failure
2020-03-25 Richard LevitteEVP: Limit the diverse key parameter functions to domai...
2020-03-25 Richard LevitteEVP: Downgrade keys rather than upgrade
2020-03-25 Richard LevitteEVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
2020-03-25 Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-25 Matt CaswellFix EVP_PKEY_new_mac_key()
2020-03-23 Matt CaswellHandle mdname in legacy EVP_DigestSignInit_ex codepaths
2020-03-23 Matt CaswellMake it possible to easily specify a libctx for EVP_Dig...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-21 Richard LevitteEVP: fetch the EVP_KEYMGMT earlier
2020-03-19 Matt CaswellMake sure we use the libctx when fetching a MAC
2020-03-19 Matt CaswellHandle the case where there is no digest in an EVP_MD_CTX
2020-03-15 Richard LevitteEVP: Don't call digest_custom() quite so early
2020-03-15 Richard LevitteFix legacy_ctrl_to_param() to pay better attention...
2020-03-12 Richard LevittePROV: Add RSA functionality for key generation
2020-03-12 Richard LevitteEVP: Add new domparams and key generation functionality
2020-03-12 Richard LevitteCORE: Add the key object generator libcrypto<->provider...
2020-03-09 Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-03-09 Matt CaswellAdd provider awareness of EVP_DigestSign() and EVP_Dige...
2020-03-03 Shane LontisAdd Serializers for EC
2020-03-03 Dmitry BelyavskiyImplementation of Russian GOST CMS
2020-03-02 Richard LevitteEVP: Add support for copying provided EVP_PKEYs
2020-03-02 Richard LevitteKEYMGMT: Add a keydata copy function
2020-03-02 Richard LevitteEVP: Add support for comparing provided EVP_PKEYs
2020-03-02 Richard LevitteKEYMGMT: Add a keydata matching function
2020-03-02 Richard LevitteEVP: Adapt EVP_PKEY_missing_parameters() for provider...
2020-02-29 Richard LevitteEVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY...
2020-02-29 Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-22 Richard LevitteRefactor evp_pkey_make_provided() to do legacy to provi...
2020-02-22 Richard LevittePROV: add RSA signature implementation
2020-02-21 Paulipmeth_lib: detect unsupported OSSL_PARAM.
2020-02-21 PauliParams: add argument to the _from_text calls to indicat...
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-20 Dane (4cad@silvert... Remove unneeded switch statement to fix warning
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-07 Matt CaswellFix no-ec
2020-02-07 Richard LevitteAdapt all build.info and test recipes to the new $disab...
2020-02-07 Richard LevitteKEYMGMT: Require both get_params and gettable_params...
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-07 Richard LevitteReorganize the internal evp_keymgmt functions
2020-02-06 PauliParams: change UTF8 construct calls to avoid explicit...
2020-02-04 Richard LevitteEVP_MD_CTX_ctrl(): Remove unnecessary control
2020-02-04 Richard LevitteDon't pass a digest-size to signature implementations
2020-02-04 Richard LevitteDecentralize legacy_ctrl_str_to_param()
2020-02-04 Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-02-03 Matt CaswellRevert "Legacy digests can have custom control values"
2020-02-02 Richard LevitteEVP_PKEY_assign_EC_KEY(): detect SM2 curve and set...
2020-02-02 Richard LevitteEVP: Small refactor of keymgmt library code
2020-01-31 Paulievp_pmeth: free the MD reference correctly.
2020-01-29 Shane LontisAdd RSA key validation to default provider
2020-01-27 Matt CaswellModify EVP_PKEY_CTX_new_from_pkey() to add a propquery...
2020-01-25 Richard LevitteEVP: Adapt EVP_PKEY Seal and Open for provider keys
2020-01-24 PauliDeprecate the low level DES functions.
2020-01-23 Richard LevitteEVP: Add EVP_PKEY_get_default_digest_name() and use it
2020-01-23 Shane LontisAdd DH key exchange to fips provider
2020-01-22 kinichiroAvoid leak in error path of PKCS5_PBE_keyivgen
2020-01-22 Dmitry BelyavskiyLegacy digests can have custom control values
2020-01-21 Richard LevitteEVP: clear error when falling back from failed EVP_KEYM...
2020-01-20 Matt CaswellImplement the NULL cipher in the default provider
2020-01-19 PauliDeprecate the low level IDEA functions.
2020-01-19 PauliDeprecate the low level MD5 functions.
2020-01-19 PauliDeprecate the low level SHA functions.
2020-01-18 Richard LevitteEVP: Add evp_pkey_make_provided() and refactor around it
2020-01-17 Richard LevitteEVP: make EVP_PKEY_{bits,security_bits,size} work with...
2020-01-17 Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2020-01-16 Richard LevitteMove the stored namemap pre-population to namemap const...
2020-01-15 PauliDeprecate the low level RC5 functions
2020-01-15 PauliDeprecate the low level RC4 functions
2020-01-15 PauliDeprecate the low level RC2 functions
2020-01-15 PauliDeprecate the low level SEED functions
2020-01-15 Dmitry BelyavskiyRestoring correct check for legacy PKEY
2020-01-15 Richard LevitteChange returned -2 to 0 in EVP_Digest{Sign,Verify}Init()
2020-01-14 Richard LevitteFix EVP_Digest{Sign,Verify}Final() and EVP_Digest{Sign...
2020-01-13 Matt CaswellAlways go the legacy route if EVP_MD_CTX_FLAG_NO_INIT...
2020-01-13 Matt CaswellDeprecate the Low Level CAST APIs
2020-01-13 Matt CaswellDeprecate Low Level Camellia APIs
2020-01-12 PauliDeprecate the low level Whirlpool functions.
2020-01-12 PauliDeprecate the low level MDC2 functions.
2020-01-12 PauliDeprecate the low level MD4 functions.
2020-01-12 PauliDeprecate the low level MD2 functions.
2020-01-12 PauliDeprecate the low level RIPEMD160 functions.
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
2020-01-10 Shane LontisAdd GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GC...
2020-01-09 Richard LevitteEVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle...
2020-01-09 Richard LevitteCORE & EVP: Specify OP_query_operation_name() for KEYMGMT
2020-01-08 Richard LevitteEVP: If a key can't be exported to provider, fallback...
next