summaryrefslogtreecommitdiffstats
path: root/providers/common/provider_err.c
AgeCommit message (Expand)Author
2021-08-26Add invalid input length errorPauli
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-05Fix KMAC bounds checks.Shane Lontis
2021-04-14Add domain parameter match check for DH and ECDH key exchange.Shane Lontis
2021-04-12Add additional KMAC errorPauli
2021-02-17err: generated error filesPauli
2021-02-11Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz
2021-02-11Various cleanup of PROV_R_ reason codesTomas Mraz
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2020-12-09rand: add a provider side seed source.Pauli
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
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-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-09ENCODER: Refactor provider implementations, and some cleanupRichard Levitte
2020-09-03STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte
2020-08-20PROV: Fix DSA and DH private key serializersRichard Levitte
2020-08-14Move PKCS#12 KDF to provider.Pauli
2020-07-27PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-06-24rand: core APIs for provider friendly random.Pauli
2020-05-14PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte
2020-04-15PROV: Implement EC param / key generationRichard Levitte
2020-03-09Implement provider support for Ed25519 annd Ed448Matt Caswell
2020-02-22PROV: add RSA signature implementationRichard Levitte
2020-02-11Add X25519/X448 Key Exchange to the default providerMatt Caswell
2020-02-04PROV: Implement padding mode words in the RSA ASYM_CIPHER implementationRichard Levitte
2019-12-05Teach the RSA implementation about TLS RSA Key TransportMatt Caswell
2019-11-29PROV SERIALIZER: add support for writing DH keys and parametersRichard Levitte
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte
2019-11-14Implement provider support for Asym CiphersMatt Caswell
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-09-14Add aes_xts cipher to providersShane Lontis
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-06KDF error codes reworkedPauli
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis
2019-08-20Add aes_ccm to providerShane Lontis
2019-08-15Adjust some provider reason codesRichard Levitte
2019-08-15Move BLAKE2 MACs to the providersRichard Levitte
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis
2019-07-16Regenerate mkerr filesRich Salz
2019-04-19Create provider errors and use themMatt Caswell