Re-introduce legacy EVP_PKEY types for provided keys
[openssl.git] / crypto / evp /
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...
2020-01-08 Matt CaswellDeprecate Low Level Blowfish APIs
2020-01-07 Paulicoverity 1201462: check error returns
2020-01-06 Matt CaswellDeprecate the low level AES functions
2020-01-06 Richard LevitteEVP: Fix method to determine if a PKEY is legacy or not
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-19 Richard LevitteEVP & PROV: Fix all platform inclusions
2019-12-19 Fangming.FangOptimize AES-GCM implementation on aarch64
2019-12-18 Richard LevitteEVP: Adapt EVP_PKEY_print_ routines to use BIO_f_prefix()
2019-12-18 Shane LontisCleanup legacy digest methods.
2019-12-17 Richard LevitteEVP: make it possible to init EVP_PKEY_CTX with provide...
2019-12-16 Matt CaswellEnsure EVP_PKEY_set1_DH detects X9.42 keys
2019-12-11 Veres LajosFix some typos
2019-11-29 Richard LevitteSERIALIZER: add hooks in EVP_PKEY_print_ routines
2019-11-29 Richard LevitteCORE: pass the full algorithm definition to the method...
2019-11-29 Richard LevitteCORE: ossl_namemap_add_names(): new function to add...
2019-11-29 Matt CaswellCheck that OPENSSL_zalloc was successful when creating...
2019-11-25 Shane LontisCache constants for fetched EVP_cipher
2019-11-21 PauliEVP p_lib: Add NULL check to EVP_PKEY_missing_parameters.
2019-11-20 Richard LevitteReplumbing: pre-populate the EVP namemap with commonly...
2019-11-20 Patrick SteuerAllow specifying the tag after AAD in CCM mode (2)
2019-11-19 Matt CaswellEVP_CIPHER_CTX_set_keylen should not succeed if a bad...
2019-11-18 PauliProperties: make query cache reference count aware.
2019-11-17 Anthony HuAdd missing EVP_PKEY_METHOD accessors for digestsign...
2019-11-14 Matt CaswellFix no-blake2
2019-11-14 Richard LevitteCORE & PROV: make export of key data leaner through...
2019-11-14 Matt CaswellMove RSA Asym cipher code to the default provider
2019-11-14 Matt CaswellImplement provider support for Asym Ciphers
2019-11-11 Shane LontisAdd rc4_hmac_md5 cipher to default provider
2019-11-10 Richard LevitteFinal cleanup after move to leaner EVP_PKEY methods
2019-11-08 Shane LontisAdd AES SIV ciphers to default provider
2019-11-07 Richard LevitteAdd EVP functionality to create domain params and keys...
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-06 Matt CaswellEnsure EVP_get_digestbyname() and EVP_get_cipherbyname...
2019-11-05 Richard LevitteEVP: Make the SIGNATURE implementation leaner
2019-11-05 Richard LevitteEVP: Make the KEYEXCH implementation leaner
2019-11-03 Richard LevitteChange EVP_PKEY_CTX_new_provided() to take a library...
2019-11-03 Richard LevitteMake EVP_PKEY_CTX initialization more precise
2019-11-01 jayaramfix for Missing null check after OPENSSL_zalloc
2019-10-31 Richard Levitteevp_pkey_ctx_free_old_ops(): Make sure to assign NULL...
2019-10-31 Richard Levittecrypto/evp/evp_fetch.c: Make it more prominent that...
2019-10-30 Kelvin LeeFix undefined array OPENSSL_ia32cap_P.
2019-10-28 Tobias NießenAllow EVP_PKEY_get0_RSA for RSA-PSS keys
2019-10-21 Richard Levittecrypto/evp/pmeth_lib.c: Fix copy'n'paste error
2019-10-17 Richard LevitteMove BLAKE2 digests completely to the default provider
2019-10-17 Richard Levitteevp_keymgmt_export_to_provider(): adjust OSSL_PARAM...
2019-10-17 Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-10-17 Richard Levitteevp_generic_do_all(): fix passing of method data
2019-10-17 Richard LevitteEVP: add functions that return the name number
2019-10-17 Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17 Richard LevitteEVP: add missing common functionality
2019-10-17 Richard LevitteFor provided ciphers, EVP_CIPHER_CTX_ctrl() with EVP_CT...
2019-10-17 Richard LevitteEVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return...
2019-10-16 Richard LevitteAdd EVP_PKEY_CTX_new_provided()
2019-10-16 Matt CaswellCorrectly handle SSL3 Master Secret when calling providers
2019-10-16 Shane LontisAdd ChaCha related ciphers to default provider
2019-10-14 Richard LevitteMove MD2, MD4 and MD5 digests completely to the providers
2019-10-14 Richard LevitteRestore MD5-SHA1 in legacy method database
2019-10-11 Richard LevitteFix EVP_Cipher() for provided cipher implementations
2019-10-11 Matt CaswellSupport calling EVP_DigestUpdate instead of EVP_Digest...
2019-10-11 Matt CaswellDon't use internal knowledge about EVP_MD_CTX in and...
2019-10-10 Richard LevitteProviders: move all digests
2019-10-10 Richard LevitteRework how our providers are built
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-10-08 Shane LontisAdd rc2 ciphers to default provider
2019-10-07 Shane LontisMove cipher ctx 'original iv' parameter into the provider
next