prov: add extra params argument to KDF implementations
[openssl.git] / providers / common /
2021-02-28 Pauliprov: update provider util to be less agressive about...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Shane LontisFix external symbols related to provider related securi...
2021-02-17 Paulierr: generated error files
2021-02-12 Tomas Mrazssl_test: Add testcases for disallowing non-TLS1.3...
2021-02-11 Tomas MrazRename internal providercommonerr.h to less mouthful...
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-05 Richard LevittePROV: Fix encoding of MDWithRSAEncryption signature...
2021-02-05 Matt CaswellAdd the nist group names as aliases for the normal...
2021-02-05 Richard LevitteERR: Rebuild all generated error headers and source...
2021-02-05 Tomas MrazRSA: properly generate algorithm identifier for RSA...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2020-12-17 Paulidsa: provider and library deprecation changes
2020-12-09 PauliFix error clash in build
2020-12-09 Paulirand: add a provider side seed source.
2020-12-08 Richard Levitteproviders/common/der/build.info: Improve checks of...
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-11-30 Matt CaswellFix builds that specify both no-dh and no-ec
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-16 Shane LontisFix dsa securitycheck for fips.
2020-10-22 Shane LontisRemove ossl_prov_util_nid_to_name()
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-01 Paulider: _ossl prefix der_oid_ and der_aid_ functions
2020-10-01 Paulider: _ossl prefix DER functions
2020-10-01 Pauliprov: prefix all exposed 'cipher' symbols with ossl_
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-25 Matt CaswellMove SM2 asymmetric encryption to be available in the...
2020-09-22 Paul YangAddress review comments
2020-09-22 Paul YangAdd SM2 signature algorithm to default provider
2020-09-18 Matt CaswellTeach EdDSA signature algorithms about AlgorithmIdentifiers
2020-09-18 Shane LontisAdd option to fipsinstall to disable fips security...
2020-09-18 Shane LontisAdd 'fips-securitychecks' option and plumb this into...
2020-09-18 Shane Lontisfix provider signatures
2020-09-18 Shane LontisSeparate fips and non fips code for key operations
2020-09-18 Shane LontisAdd fips checks for ecdsa signatures
2020-09-18 Shane LontisAdd fips checks for rsa signatures.
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-12 PauliFIPS: error mode is set from failed self tests and...
2020-09-12 Pauliprovider: add an 'is_running' call to all providers.
2020-09-09 Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-08-29 Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-20 Richard LevittePROV: Fix DSA and DH private key serializers
2020-08-14 PauliMove PKCS#12 KDF to provider.
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...
next