Make the RSA ASYM_CIPHER implementation available inside the FIPS module
[openssl.git] / providers / implementations /
2020-02-13 Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
2020-02-12 Matt CaswellFix no-ec build
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-11 Matt CaswellAdd S390 support for provider based X25519/X448
2020-02-11 Matt CaswellAdd X25519/X448 Key Exchange to the default provider
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 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-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-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-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-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-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-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-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 Matt CaswellMake sure we handle input NULL with length 0
2019-11-22 PauliPROV: Avoid NULL dereference in SHA3 dup call.
2019-11-22 Paulikdfs: make free calls check for NULL.
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-11 Shane LontisAdd rc4_hmac_md5 cipher to default provider
2019-11-08 Shane LontisAdd AES SIV ciphers to default provider
2019-10-31 Kelvin LeeFix typo in cipher_chacha20_poly1305_hw.c.
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...
2019-10-17 Richard LevitteDSA: Add export of keys and domain parameters from...
2019-10-17 Richard LevitteDH: Add export of keys and domain parameters from provider
2019-10-17 Richard LevitteDSA: Add export of domain parameters to provider
2019-10-17 Richard LevitteDH: Add export of domain parameters to provider
2019-10-17 Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
2019-10-16 Shane LontisAdd ChaCha related ciphers to default provider
2019-10-11 Richard LevitteRemove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providers
2019-10-11 Richard LevitteProviders: fix OSSL_FUNC_CIPHER_CIPHER functions
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10 Richard LevitteProviders: move all ciphers
2019-10-10 Richard LevitteProviders: move all digests
2019-10-10 Richard LevitteProviders: move default kdfs,macs
2019-10-10 Richard LevitteProviders: move common exchange,kdfs,keymgmt,macs,signature