aboutsummaryrefslogtreecommitdiffstats
path: root/providers/common
Commit message (Expand)AuthorAgeFilesLines
...
* Add ossl_encode symbolsShane Lontis2021-03-183-6/+6
* Fix misc external ossl_ symbols.Shane Lontis2021-03-182-4/+4
* prov: remove TODO in der_rsa_key.cPauli2021-03-171-1/+2
* Update copyright yearMatt Caswell2021-03-115-5/+5
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-112-4/+21
* prov: update provider util to be less agressive about changing things unneces...Pauli2021-02-281-1/+6
* Update copyright yearMatt Caswell2021-02-187-7/+7
* Fix external symbols related to provider related security checks forShane Lontis2021-02-185-34/+35
* err: generated error filesPauli2021-02-171-4/+7
* ssl_test: Add testcases for disallowing non-TLS1.3 curves with TLS1.3Tomas Mraz2021-02-121-22/+44
* Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz2021-02-112-3/+3
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-28/+8
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-115-140/+6
* PROV: Fix encoding of MDWithRSAEncryption signature AlgorithmIDRichard Levitte2021-02-051-1/+3
* Add the nist group names as aliases for the normal TLS group namesMatt Caswell2021-02-051-9/+17
* ERR: Rebuild all generated error headers and source filesRichard Levitte2021-02-051-26/+0
* RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2021-02-053-14/+25
* Update copyright yearRichard Levitte2021-01-282-2/+2
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-262-0/+2
* dsa: provider and library deprecation changesPauli2020-12-174-0/+20
* Fix error clash in buildPauli2020-12-091-1/+1
* rand: add a provider side seed source.Pauli2020-12-092-0/+3
* providers/common/der/build.info: Improve checks of disabled algosRichard Levitte2020-12-081-47/+58
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-022-0/+5
* Fix builds that specify both no-dh and no-ecMatt Caswell2020-11-301-28/+34
* Update copyright yearMatt Caswell2020-11-261-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-242-8/+12
* prov: move the entropy source out of the FIPS providerPauli2020-11-204-4/+77
* rand: move the entropy source out of the FIPS providerPauli2020-11-202-3/+0
* Deprecate RSA harderRichard Levitte2020-11-182-0/+8
* Fix dsa securitycheck for fips.Shane Lontis2020-11-161-5/+6
* Remove ossl_prov_util_nid_to_name()Shane Lontis2020-10-223-24/+1
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-152-6/+6
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-155-14/+14
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-073-13/+14
* der: _ossl prefix der_oid_ and der_aid_ functionsPauli2020-10-0110-61/+61
* der: _ossl prefix DER functionsPauli2020-10-0113-78/+80
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-2/+2
* prov: prefix provider internal functions with ossl_Pauli2020-09-293-18/+18
* Move SM2 asymmetric encryption to be available in the default providerMatt Caswell2020-09-252-2/+18
* Address review commentsPaul Yang2020-09-221-1/+1
* Add SM2 signature algorithm to default providerPaul Yang2020-09-226-1/+128
* Teach EdDSA signature algorithms about AlgorithmIdentifiersMatt Caswell2020-09-185-0/+116
* Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2020-09-182-3/+4
* Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis2020-09-187-231/+262
* fix provider signaturesShane Lontis2020-09-182-11/+7
* Separate fips and non fips code for key operationsShane Lontis2020-09-187-128/+347
* Add fips checks for ecdsa signaturesShane Lontis2020-09-182-0/+64
* Add fips checks for rsa signatures.Shane Lontis2020-09-182-0/+63
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-123-2/+5