Don't exclude quite so much in a no-sock build
[openssl.git] / crypto / evp /
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...
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
next