summaryrefslogtreecommitdiffstats
path: root/providers/common
AgeCommit message (Expand)Author
2020-12-17dsa: provider and library deprecation changesPauli
2020-12-09Fix error clash in buildPauli
2020-12-09rand: add a provider side seed source.Pauli
2020-12-08providers/common/der/build.info: Improve checks of disabled algosRichard Levitte
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-11-30Fix builds that specify both no-dh and no-ecMatt Caswell
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-11-20rand: move the entropy source out of the FIPS providerPauli
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-16Fix dsa securitycheck for fips.Shane Lontis
2020-10-22Remove ossl_prov_util_nid_to_name()Shane Lontis
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-10-01der: _ossl prefix der_oid_ and der_aid_ functionsPauli
2020-10-01der: _ossl prefix DER functionsPauli
2020-10-01prov: prefix all exposed 'cipher' symbols with ossl_Pauli
2020-09-29prov: prefix provider internal functions with ossl_Pauli
2020-09-25Move SM2 asymmetric encryption to be available in the default providerMatt Caswell
2020-09-22Address review commentsPaul Yang
2020-09-22Add SM2 signature algorithm to default providerPaul Yang
2020-09-18Teach EdDSA signature algorithms about AlgorithmIdentifiersMatt Caswell
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis
2020-09-18Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis
2020-09-18fix provider signaturesShane Lontis
2020-09-18Separate fips and non fips code for key operationsShane Lontis
2020-09-18Add fips checks for ecdsa signaturesShane Lontis
2020-09-18Add fips checks for rsa signatures.Shane Lontis
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-12FIPS: error mode is set from failed self tests and produced a limited number ...Pauli
2020-09-12provider: add an 'is_running' call to all providers.Pauli
2020-09-09ENCODER: Refactor provider implementations, and some cleanupRichard Levitte
2020-09-03STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte
2020-08-29Improve code reuse in the provider MAC bridgeMatt Caswell
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell
2020-08-20PROV: Fix DSA and DH private key serializersRichard Levitte
2020-08-14Move PKCS#12 KDF to provider.Pauli
2020-08-04Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis
2020-07-27PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte
2020-07-27Fix no-ec2mMatt Caswell
2020-07-24CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte
2020-07-21PROV: Move bio_prov.c from libcommon.a to libfips.a / libnonfips.aRichard Levitte
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16capabilities: make capability selection case insensitive.Pauli
2020-07-16deprecate engines in provider codePauli
2020-07-08Ensure we excluse ec2m curves if ec2m is disabledMatt Caswell
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri