summaryrefslogtreecommitdiff
path: root/providers/common/include
Commit message (Expand)AuthorAgeFilesLines
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-251-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* prov: add a safe memdup function for context cloningPauli2022-02-011-0/+4
* Update copyright yearMatt Caswell2021-07-291-1/+1
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-1/+1
* Update copyright yearMatt Caswell2021-06-176-6/+6
* Move provider der_XXX.h.in files to the include directory.Shane Lontis2021-06-017-0/+174
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte2021-05-202-0/+48
* Allow arbitrary digests with ECDSA and DSATomas Mraz2021-05-121-0/+1
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-161-8/+10
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-1/+1
* Add ossl_provider symbolsShane Lontis2021-03-181-1/+1
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-2/+2
* Update copyright yearMatt Caswell2021-03-112-2/+2
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-111-0/+1
* Fix external symbols related to provider related security checks forShane Lontis2021-02-181-9/+9
* Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz2021-02-111-2/+2
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-136/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2021-02-051-26/+0
* Fix error clash in buildPauli2020-12-091-1/+1
* rand: add a provider side seed source.Pauli2020-12-091-0/+1
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-0/+2
* Update copyright yearMatt Caswell2020-11-261-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-6/+10
* prov: move the entropy source out of the FIPS providerPauli2020-11-201-1/+1
* rand: move the entropy source out of the FIPS providerPauli2020-11-201-1/+0
* Deprecate RSA harderRichard Levitte2020-11-181-0/+2
* Remove ossl_prov_util_nid_to_name()Shane Lontis2020-10-221-2/+0
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-153-8/+8
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-1/+1
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-2/+2
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-9/+9
* Move SM2 asymmetric encryption to be available in the default providerMatt Caswell2020-09-251-0/+8
* Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis2020-09-181-2/+5
* Separate fips and non fips code for key operationsShane Lontis2020-09-182-5/+22
* Add fips checks for ecdsa signaturesShane Lontis2020-09-181-0/+1
* Add fips checks for rsa signatures.Shane Lontis2020-09-181-0/+4
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-122-2/+3
* FIPS: error mode is set from failed self tests and produced a limited number ...Pauli2020-09-122-0/+6
* provider: add an 'is_running' call to all providers.Pauli2020-09-121-0/+2
* ENCODER: Refactor provider implementations, and some cleanupRichard Levitte2020-09-091-0/+1
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-032-0/+4
* Improve code reuse in the provider MAC bridgeMatt Caswell2020-08-291-0/+15
* PROV: Fix DSA and DH private key serializersRichard Levitte2020-08-201-0/+2
* Move PKCS#12 KDF to provider.Pauli2020-08-141-0/+1
* PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte2020-07-271-0/+1
* CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte2020-07-241-0/+2