Implement a EVP_PKEY KDF to KDF provider bridge
[openssl.git] / providers / common /
2020-08-04 Shane LontisChange the provider implementation of X942kdf to use...
2020-07-27 Richard LevittePROV: Add a DER to RSA-PSS deserializer implementation
2020-07-27 Matt CaswellFix no-ec2m
2020-07-24 Richard LevitteCORE: Add upcalls for BIO_gets() and BIO_puts()
2020-07-21 Richard LevittePROV: Move bio_prov.c from libcommon.a to libfips.a...
2020-07-21 Shane LontisAdd ERR_raise() errors to fips OSSL_provider_init and...
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16 Paulicapabilities: make capability selection case insensitive.
2020-07-16 Paulideprecate engines in provider code
2020-07-08 Matt CaswellEnsure we excluse ec2m curves if ec2m is disabled
2020-07-06 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-24 Paulirand: core APIs for provider friendly random.
2020-06-19 Matt CaswellCreate defines for TLS Group Ids
2020-06-19 Matt CaswellAdd the concept of "Capabilities" to the default and...
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-04 Matt CaswellUpdate copyright year
2020-05-25 Richard LevitteFix omissions in providers/common/der/build.info
2020-05-20 Richard LevitteRefactor the provider side DER constants and writers
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-14 Richard LevittePROV: make some DER AID arrays non-static, to avoid...
2020-05-14 Richard LevittePROV & SIGNATURE: Adapt the RSA signature code for...
2020-05-14 Richard LevittePROV: Refactor the RSA DER support
2020-05-13 Richard LevittePROV: Adapt all our providers to use the new PROV_CTX...
2020-05-13 Richard LevittePROV: Add a proper provider context structure for OpenS...
2020-05-07 Shane LontisAdd RSA SHA512 truncated digest support
2020-05-07 Shane LontisAdd OIDS for md4 and ripemd160 to der_rsa
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Richard LevittePROV: Implement EC param / key generation
2020-04-07 Richard LevittePROV: Add DERlib support for ECDSA and EC keys
2020-04-07 Richard LevittePROV: Add DERlib support for DSA
2020-04-07 Richard LevittePROV: Add DERlib support for RSA
2020-04-07 Richard LevittePROV: Add the beginning of a DER writing library
2020-04-07 Richard LevitteAdd perl support to parse and DER encode ASN.1 OID...
2020-03-27 Matt CaswellIgnore some fetch failures
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-02-22 Richard LevittePROV: add RSA signature implementation
2020-02-11 Matt CaswellAdd X25519/X448 Key Exchange to the default provider
2020-02-04 Richard LevittePROV: Implement padding mode words in the RSA ASYM_CIPH...
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
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 DH keys and...
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 CaswellMake sure we handle input NULL with length 0
2019-11-22 PauliPROV: check for memory allocation failure in digest...
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-18 Shane LontisFix Use after free when copying cipher ctx
2019-11-14 Matt CaswellImplement provider support for Asym Ciphers
2019-11-10 Richard LevitteRename providers/common/provlib.c to nid_to_name.c
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-10-23 Simo SorceAdd KRB5KDF from RFC 3961
2019-10-17 Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
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 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-03 Matt CaswellAdd EVP_DigestSign/EVP_DigestVerify support for DSA
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
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 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-25 PauliRemove engine param from the settable list
2019-09-25 PauliMake the "engine" parameter to some provider algorithms...
2019-09-25 Shane LontisAdd rc4 cipher to default provider
2019-09-23 Shane LontisAdd des ciphers to default provider
2019-09-20 Richard LevitteRemove name string from PROV_CIPHER and PROV_DIGEST
2019-09-20 Richard LevitteRefactor SSKDF to create the MAC contexts early
2019-09-20 Richard LevitteRefactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provide...
2019-09-20 Shane LontisAdd aes_wrap cipher to providers
2019-09-20 Shane LontisMove gcm decryption tag check higher up in the callstack
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-19 Shane LontisFix Solaris compile errors in provider ciphers
2019-09-19 Shane LontisAdd aes_ocb cipher to providers
2019-09-19 Shane LontisAdd sm4 ciphers to default provider
2019-09-18 Patrick SteuerFix strict-warnings build
2019-09-18 Patrick SteuerFix aes ofb, cfb and cfb8 for s390x
2019-09-18 Shane LontisAdd SEED ciphers to default provider
2019-09-18 Richard LevitteRefactor TLS1-PRF to create the MAC contexts early
2019-09-18 Shane LontisAdd cast5 ciphers to default provider
2019-09-18 Shane LontisAdd IDEA ciphers to default provider
2019-09-18 Shane LontisFix Coverity CID:1453685 'unreachable code' in aes_xts...
2019-09-17 Shane LontisFix Solaris aes_hw_t4 compile issue
2019-09-15 Shane LontisAdd blowfish ciphers to default provider
2019-09-15 Shane LontisFix aesni_xts compile error
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
next