summaryrefslogtreecommitdiff
path: root/providers/common/provider_err.c
Commit message (Expand)AuthorAgeFilesLines
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-251-1/+3
* Add invalid input length errorPauli2021-08-261-0/+2
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Fix KMAC bounds checks.Shane Lontis2021-05-051-1/+3
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-141-0/+2
* Add additional KMAC errorPauli2021-04-121-0/+1
* err: generated error filesPauli2021-02-171-4/+7
* Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz2021-02-111-1/+1
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-28/+8
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+2
* rand: add a provider side seed source.Pauli2020-12-091-0/+2
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-0/+3
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-2/+2
* prov: move the entropy source out of the FIPS providerPauli2020-11-201-2/+2
* rand: move the entropy source out of the FIPS providerPauli2020-11-201-2/+0
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-0/+2
* FIPS: error mode is set from failed self tests and produced a limited number ...Pauli2020-09-121-0/+4
* ENCODER: Refactor provider implementations, and some cleanupRichard Levitte2020-09-091-0/+1
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-031-0/+6
* PROV: Fix DSA and DH private key serializersRichard Levitte2020-08-201-0/+2
* Move PKCS#12 KDF to provider.Pauli2020-08-141-0/+2
* PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte2020-07-271-0/+1
* Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis2020-07-211-0/+13
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-061-0/+1
* rand: core APIs for provider friendly random.Pauli2020-06-241-0/+53
* PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte2020-05-141-0/+4
* PROV: Implement EC param / key generationRichard Levitte2020-04-151-0/+2
* Implement provider support for Ed25519 annd Ed448Matt Caswell2020-03-091-0/+1
* PROV: add RSA signature implementationRichard Levitte2020-02-221-0/+19
* Add X25519/X448 Key Exchange to the default providerMatt Caswell2020-02-111-0/+2
* PROV: Implement padding mode words in the RSA ASYM_CIPHER implementationRichard Levitte2020-02-041-1/+3
* Teach the RSA implementation about TLS RSA Key TransportMatt Caswell2019-12-051-0/+3
* PROV SERIALIZER: add support for writing DH keys and parametersRichard Levitte2019-11-291-0/+1
* PROV SERIALIZER: add common functionality to serialize keysRichard Levitte2019-11-291-0/+1
* Implement provider support for Asym CiphersMatt Caswell2019-11-141-0/+1
* Add KRB5KDF from RFC 3961Simo Sorce2019-10-231-0/+4
* [KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood2019-10-171-0/+2
* Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte2019-10-101-1/+1
* Add rc2 ciphers to default providerShane Lontis2019-10-081-0/+2
* Add rc5 ciphers to default providerShane Lontis2019-10-031-0/+4
* Add aes_xts cipher to providersShane Lontis2019-09-141-0/+4
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* KDF error codes reworkedPauli2019-09-061-0/+36
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-261-0/+2
* Add aes_ccm to providerShane Lontis2019-08-201-1/+8
* Adjust some provider reason codesRichard Levitte2019-08-151-3/+3
* Move BLAKE2 MACs to the providersRichard Levitte2019-08-151-0/+7
* Add gcm ciphers (aes and aria) to providers.Shane Lontis2019-07-311-0/+3
* Regenerate mkerr filesRich Salz2019-07-161-25/+1
* Create provider errors and use themMatt Caswell2019-04-191-0/+67