crypto/threads_pthread.c: refactor all atomics fallbacks for type safety
[openssl.git] / providers / common / provider_err.c
2023-03-17 Čestmír Kalinaproverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD...
2023-03-07 slontisAdd option to FIPS module to enforce EMS check during...
2022-11-25 Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2021-08-25 PauliAdd invalid input length error
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-05 Shane LontisFix KMAC bounds checks.
2021-04-14 Shane LontisAdd domain parameter match check for DH and ECDH key...
2021-04-12 PauliAdd additional KMAC error
2021-02-17 Paulierr: generated error files
2021-02-11 Tomas MrazRename internal providercommonerr.h to less mouthful...
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2020-12-09 Paulirand: add a provider side seed source.
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-12 PauliFIPS: error mode is set from failed self tests and...
2020-09-09 Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-08-20 Richard LevittePROV: Fix DSA and DH private key serializers
2020-08-14 PauliMove PKCS#12 KDF to provider.
2020-07-27 Richard LevittePROV: Add a DER to RSA-PSS deserializer implementation
2020-07-21 Shane LontisAdd ERR_raise() errors to fips OSSL_provider_init and...
2020-07-06 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-06-24 Paulirand: core APIs for provider friendly random.
2020-05-14 Richard LevittePROV & SIGNATURE: Adapt the RSA signature code for...
2020-04-15 Richard LevittePROV: Implement EC param / key generation
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-02-22 Richard LevittePROV: add RSA signature implementation
2020-02-11 Matt CaswellAdd X25519/X448 Key Exchange to the default provider
2020-02-04 Richard LevittePROV: Implement padding mode words in the RSA ASYM_CIPH...
2019-12-05 Matt CaswellTeach the RSA implementation about TLS RSA Key Transport
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing DH keys and...
2019-11-29 Richard LevittePROV SERIALIZER: add common functionality to serialize...
2019-11-14 Matt CaswellImplement provider support for Asym Ciphers
2019-10-23 Simo SorceAdd KRB5KDF from RFC 3961
2019-10-17 Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-08 Shane LontisAdd rc2 ciphers to default provider
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-06 PauliKDF error codes reworked
2019-08-26 Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-19 Shane LontisAdd aes_ccm to provider
2019-08-15 Richard LevitteAdjust some provider reason codes
2019-08-15 Richard LevitteMove BLAKE2 MACs to the providers
2019-07-31 Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-16 Rich SalzRegenerate mkerr files
2019-04-19 Matt CaswellCreate provider errors and use them