Implement a EVP_PKEY KDF to KDF provider bridge
[openssl.git] / providers / implementations / include / prov / implementations.h
2020-08-10 Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-08-07 Richard LevittePROV: Add MSBLOB and PVK to DSA and RSA deserializers
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-07-27 Richard LevittePROV: Add a DER to RSA-PSS deserializer implementation
2020-07-24 Richard LevittePROV: Implement PEM to DER deserializer
2020-07-24 Richard LevittePROV: Implement DER to RSA deserializer
2020-07-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-06-24 Paulirand: set up EVP and DRBG infrastructure for RAND from...
2020-05-14 Richard LevittePROV & KEYMGMT: Add PSS-parameter support in the RSA...
2020-05-04 Shane LontisFix incorrect default keysize for CAST ofb and cfb...
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-03-17 Matt CaswellImplement serializers for ED25519 and ED448
2020-03-15 Shane LontisAdd ECDSA to providers
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-03-09 Matt CaswellAdd Key Management support for EdDSA keys
2020-03-03 Shane LontisAdd Serializers for EC
2020-02-27 Matt CaswellImplement the ECX Serializers
2020-02-22 Richard LevittePROV: add RSA signature implementation
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
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-01-20 Matt CaswellImplement the NULL cipher in the default provider
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
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-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-23 Simo SorceAdd KRB5KDF from RFC 3961
2019-10-17 Richard LevitteNew RSA keymgmt implementation to handle import / expor...
2019-10-16 Shane LontisAdd ChaCha related ciphers to default provider
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...