Deprecate the low level RC2 functions
[openssl.git] / providers /
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...
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-10 PauliRemove providers/default which seems to have been missed.
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 provider mains up
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
2019-10-10 Richard LevitteRework how our providers are built
2019-10-08 Shane LontisAdd rc2 ciphers to default provider
2019-10-07 Shane LontisMove cipher ctx 'original iv' parameter into the provider
2019-10-05 Matt CaswellRC4 is not a block cipher
2019-10-04 Richard LevitteMove MD5-SHA1 digest completely to the default provider
2019-10-03 Richard LevitteAdapt existing providers to posibly have name lists
2019-10-03 Matt CaswellAdd EVP_DigestSign/EVP_DigestVerify support for DSA
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-10-02 Shane LontisFix Coverity issues
2019-10-01 Richard LevitteRemove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided...
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-27 Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-26 Richard LevitteWhen building of modules is disabled, build the legacy...
2019-09-26 Fangming.FangMissing else in cipher_hw_aes_ocb_generic_initkey
2019-09-25 PauliRemove engine param from the settable list
next