Modify EVP_PKEY_CTX_new_from_pkey() to add a propquery parameter
[openssl.git] / crypto /
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-24 Dmitry BelyavskiyNew functions for PKCS8 attributes management
2020-01-24 Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct
2020-01-23 Rich SalzUpdate man3/verify documentation, error text
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-23 Shane LontisCheck ECC-CDH is compliant with SP800-56A-r3
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-22 David BenjaminDo not silently truncate files on perlasm errors
2020-01-21 Richard LevittePROV: Add support for error queue marks and implement...
2020-01-21 Richard LevitteEVP: clear error when falling back from failed EVP_KEYM...
2020-01-20 H.J. LuFix unwind info in crypto/rc4/asm/rc4-x86_64.pl
2020-01-20 Matt CaswellImplement the NULL cipher in the default provider
2020-01-20 Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-20 Matt CaswellDon't register drbg_delete_thread_state twice
2020-01-20 Matt CaswellFix init_thread_stop
2020-01-19 Richard Levittelibcrypto: Eliminate as much use of EVP_PKEY_size(...
2020-01-19 PauliDeprecate the low level IDEA functions.
2020-01-19 Pauliparam_bld: add a padded BN call.
2020-01-19 PauliDeprecate the low level MD5 functions.
2020-01-19 PauliDeprecate the low level SHA functions.
2020-01-18 Richard LevitteAdd GNU properties note for Intel CET in x86_64-xlate.pl
2020-01-18 Richard LevitteEVP: Add evp_pkey_make_provided() and refactor around it
2020-01-17 Richard LevitteDSA: Move DSA_security_bits() and DSA_bits()
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-17 Richard LevitteFor all assembler scripts where it matters, recognise...
2020-01-17 Paul YangAdd duplication APIs to ASN1_TIME and related types
2020-01-16 Richard LevitteMove the stored namemap pre-population to namemap const...
2020-01-15 Richard LevitteCRYPTO: Remove support for ex_data fields when building...
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 Shane LontisAdd FIPS Self test kats for digests
2020-01-15 Richard LevitteChange returned -2 to 0 in EVP_Digest{Sign,Verify}Init()
2020-01-14 kinichiroAvoid leak in error path of asn1_parse2
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 Richard LevitteWhen deprecated symbols are removed, ensure liblegacy...
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 Rich SalzMake generated copyright year be "now"
2020-01-07 Dr. Matthias St... Modify the add_seeds_stringlist() macro to fix a prepro...
2020-01-07 Dr. Matthias St... Move random-related defines to "crypto/rand.h"
2020-01-07 Shane LontisMake ECDSA_size() use consistent asn1 encoder.
2020-01-07 Paulicoverity 1201462: check error returns
2020-01-07 Paulicoverity 1201478: check BIO_indent returns
2020-01-06 Matt CaswellDeprecate the low level AES functions
2020-01-06 Matt CaswellDon't use the low level AES key wrap APIs in CMS
2020-01-06 Matt CaswellDon't store an HMAC key for longer than we need
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.
2020-01-05 Andrew HoangFix incorrect return code on ECDSA key verification
2020-01-05 Fangming.FangFix side channel in ecp_nistz256-armv8.pl
2020-01-05 Bernd EdlingerFix side channel in the ecp_nistz256.c reference implem...
2020-01-05 Bernd EdlingerImprove side channel fix in ecp_nistz256-x86_64.pl
2020-01-05 Bernd EdlingerFix side channel in ecp_nistz256-armv4.pl
2020-01-05 Bernd EdlingerFix side channel in ecp_nistz256-x86.pl
2020-01-05 David BenjaminAvoid leaking intermediate states in point doubling...
2020-01-05 Nicola TuveriFix potential SCA vulnerability in some EC_METHODs
2020-01-02 Matt CaswellRun make update
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in rc4-md5-x86_64.pl
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in poly1305-x86_64.pl
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in aesni-gcm-x86_64.pl
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in x25519-x86_64.pl
2019-12-23 Bernd EdlingerFix aesni_cbc_sha256_enc_avx2 backtrace info
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in ecp_nistz256-x86_64.pl
2019-12-21 Shane LontisRemove asn1 module dependency from RSASSA-PKCS1-v1_5...
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in aesni-sha and sha...
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in keccak1600-x86_64.pl
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in aesni-x86_64.pl
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in rsaz-x86_64
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in x86_64-mont5.pl
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in aes-x86_64.pl
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in camellia-x86_64.pl
2019-12-19 Richard LevitteEVP & PROV: Fix all platform inclusions
2019-12-19 Richard LevitteCRYPTO: split cipher_platform.h into algorithm specific...
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 Richard LevitteASN1: Adapt ASN.1 output routines to use BIO_f_prefix()
2019-12-18 Richard LevitteBIO: Add BIO_f_prefix(), a text line prefixing filter
2019-12-18 Richard Levittecrypto/bio/build.info: split the source files in categories
2019-12-18 Bernd EdlingerFix unwind info for some trivial functions
2019-12-18 Rich SalzFix build when enabling mdebug options.
next