Implement Provider side Key Management for X25519 and X448
[openssl.git] / providers /
2020-02-11 Matt CaswellImplement Provider side Key Management for X25519 and...
2020-02-10 Richard LevittePROV: Ensure the AlgorithmIdentifier registers in DSA...
2020-02-08 Matt CaswellDon't compile AESNI code if we're not AESNI capable
2020-02-07 Matt CaswellFix no-des
2020-02-07 Richard LevitteKEYMGMT: Require both get_params and gettable_params...
2020-02-07 Richard LevitteAdapt existing SERIALIZER implementations to the redesi...
2020-02-07 Richard LevitteAdapt existing KEYMGMT implementations to the redesigne...
2020-02-06 Matt CaswellFix builds with no-dh
2020-02-05 Matt CaswellFix no-multiblock
2020-02-04 Richard LevittePROV: Fix the DSA SIGNATURE implementation for better...
2020-02-04 Richard LevittePROV: Implement padding mode words in the RSA ASYM_CIPH...
2020-02-04 Richard LevitteDon't pass a digest-size to signature implementations
2020-02-04 Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-01-31 Pauliscrypt: free the MD reference correctly.
2020-01-29 Shane LontisAdd RSA key validation to default provider
2020-01-29 PauliDeprecate the low level HMAC functions
2020-01-29 PauliDeprecate the low level CMAC functions
2020-01-28 Richard LevittePROV: Adapt the DSA signature implementation to provide...
2020-01-27 Matt CaswellModify EVP_PKEY_CTX_new_from_pkey() to add a propquery...
2020-01-24 PauliDeprecate the low level DES functions.
2020-01-23 Richard LevitteAdd answers for EVP_PKEY_get_default_digest_name()...
2020-01-23 Richard LevitteAdd internal maxsize macros
2020-01-23 Richard LevittePROV: Fix bignum printout in text serializers
2020-01-23 Shane LontisAdd DH key exchange to fips provider
2020-01-21 Richard LevittePROV: Add support for error queue marks and implement...
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-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-17 Richard LevittePROV: Adapt the RSA, DSA and DH KEYMGMT implementations
2020-01-15 Richard LevittePROV: Adapt the DSA keymgmt implementation to no ex_fields
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 Shane LontisAdd FIPS Self test kats for digests
2020-01-14 Richard LevittePROV: Fix mixup between general and specialized GCM...
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 LevittePROV: Adjust the KEYMGMT name specs to include all...
2020-01-08 Richard LevitteAdd the DSA serializers to the default provider tools
2020-01-08 Matt CaswellDeprecate Low Level Blowfish APIs
2020-01-06 Richard LevitteAdd missing inclusion of "internal/deprecated.h"
2020-01-06 Matt CaswellDeprecate the low level AES functions
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2020-01-05 Paulicoverity 1456638: fix null check
2020-01-05 Paulicoverity 1456640: fix null check
2020-01-05 Paulicoverity 1456642: fix null check
2019-12-23 Matt CaswellFix no-dsa builds
2019-12-23 Matt CaswellFix no-dh
2019-12-21 Shane LontisAdd fips self test DEP for solaris and hpux
2019-12-20 Bernd EdlingerFix no-des build
2019-12-19 Richard LevitteEVP & PROV: Fix all platform inclusions
2019-12-19 Fangming.FangOptimize AES-GCM implementation on aarch64
2019-12-14 Rich SalzDeprecate most of debug-memory
2019-12-13 Paulimac poly1305: add missing NULL check in new function.
2019-12-13 Paulimac siphash: add missing NULL check on context creation
2019-12-12 Richard LevittePROV: Move AES_GCM specialisation away from common...
2019-12-12 Richard LevittePROV: Move AES_CCM specialisation away from common...
2019-12-11 Veres LajosFix some typos
2019-12-11 XiaokangQianOptimize AES-ECB mode in OpenSSL for both aarch64 and...
2019-12-11 Richard LevitteMove providers/common/{ciphers,digests}/* to providers...
2019-12-05 Matt CaswellTeach the RSA implementation about TLS RSA Key Transport
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing DSA keys and...
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing DH keys and...
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing RSA keys
2019-11-29 Richard LevittePROV SERIALIZER: add common functionality to serialize...
2019-11-29 Richard LevittePROV BIO: add a BIO_vprintf() upcall, and a provider...
2019-11-29 Matt CaswellDisable mem leak checking for the self test lock
2019-11-29 Matt CaswellMake sure we only run the self tests once
2019-11-29 Matt CaswellMake sure we handle input NULL with length 0
2019-11-22 PauliPROV: Avoid NULL dereference in SHA3 dup call.
2019-11-22 PauliPROV: check for memory allocation failure in digest...
2019-11-22 Paulikdfs: make free calls check for NULL.
2019-11-21 Matt CaswellTweak some algorithm naming inconsistencies
2019-11-20 Patrick SteuerDont pass zero length input to asm modules for ciphers
2019-11-19 Matt CaswellEVP_CIPHER_CTX_set_keylen should not succeed if a bad...
2019-11-19 Shane Lontisfix s390 compile error due to missing comma.
2019-11-18 Xiaokang QianFix the issue that aes-xxx-siv algorithms failed in...
2019-11-18 Shane LontisFix Use after free when copying cipher ctx
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 LevitteRename providers/common/provlib.c to nid_to_name.c
2019-11-08 Shane LontisAdd AES SIV ciphers to default provider
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-10-31 Kelvin LeeFix typo in cipher_chacha20_poly1305_hw.c.
2019-10-31 PauliKDF: use string names not macros to align with other...
2019-10-23 Simo SorceAdd KRB5KDF from RFC 3961
2019-10-20 Dr. Matthias St... ciphers/chacha20,poly1303: Fix two coverity errors
2019-10-17 Richard LevitteNew RSA keymgmt implementation to handle import / expor...
next