Add error code for unsupported explicit parameters
[openssl.git] / crypto / err / openssl.txt
2022-04-14 Tomas MrazAdd error code for unsupported explicit parameters
2021-12-09 Dr. David von OheimbOSSL_HTTP_get(): Fix timeout handling on redirection
2021-11-24 Richard LevitteHave OSSL_PARAM_allocate_from_text() raise error on...
2021-08-25 PauliAdd invalid input length error
2021-07-20 Paulierr: remove the derivation function is mandatory for...
2021-06-30 Dr. David von OheimbCMP: Add missing getter functions to CRMF API and CMP API
2021-06-01 Paulicrypto: updates to pass size_t to RAND_bytes_ex()
2021-05-27 Paulierrors: update error message (to be squashed)
2021-05-18 Matt CaswellBetter error messages if there are no encoders/decoders...
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-12 Benjamin Kadukmake update
2021-05-05 Rich SalzRemove all trace of FIPS_mode functions
2021-05-05 Paulimac: add EVP_MAC_finalXOF() function
2021-05-05 Rich SalzAllow absolute paths to be set
2021-05-05 Shane LontisFix KMAC bounds checks.
2021-05-01 Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-04-22 MichaMFix typos
2021-04-21 Richard LevitteENCODER & DECODER: Allow decoder implementations to...
2021-04-14 Shane LontisAdd domain parameter match check for DH and ECDH key...
2021-04-12 PauliAdd additional KMAC error
2021-04-07 PauliCheck for integer overflow in i2a_ASN1_OBJECT and error...
2021-03-31 Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-19 Richard LevittePROV: Add type specific MSBLOB and PVK decoding for...
2021-03-18 Dr. David von OheimbTS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-11 Pedro MonrealFix reason code: EVP_R_OPERATON_NOT_INITIALIZED
2021-03-01 Dr. David von OheimbGeneralize schmeme parsing of OSSL_HTTP_parse_url(...
2021-02-18 Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-02-17 Paulierr: generated error files
2021-02-16 Matt CaswellDon't overflow the output length in EVP_CipherUpdate...
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-05 Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05 Matt CaswellMake supported_groups code independent of EC and DH
2021-02-05 Richard LevitteERR: Rebuild all generated error headers and source...
2021-02-02 Dr. David von OheimbHTTP: add more error detection to low-level API
2021-01-28 Richard LevitteUpdate copyright year
2021-01-16 Dr. David von Oheimbreplace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_P...
2021-01-14 Matt CaswellEnable locking on the primary DRBG when we create it
2021-01-12 Richard LevitteClean away extraneous library specific FETCH_FAILED...
2021-01-12 Richard LevitteUse centralized fetching errors
2021-01-08 Nicola TuveriAdd SM2 private key range validation
2020-12-23 Matt CaswellMove the caching of cipher constants into evp_cipher_fr...
2020-12-10 Dr. David von Oheimbopenssl_hexstr2buf_sep(): Prevent misleading 'malloc...
2020-12-09 PauliFix error clash in build
2020-12-09 Paulirand: add a provider side seed source.
2020-12-08 Richard LevitteEVP: Add EVP_PKEY_get_group_name() to extract the group...
2020-12-08 Matt CaswellCheck that multi-strings/CHOICE types don't use implici...
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-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-14 Nicola Tuveri[ssl] Support ssl_encapsulate on server side
2020-10-14 Nicola Tuveri[ssl] Support ssl_decapsulate on client side
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-23 PauliAdd a "random" configuration section.
2020-09-22 Paul YangAdd SM2 signature algorithm to default provider
2020-09-20 Richard LevitteENCODER: Refactor the OSSL_ENCODER API to be more like...
2020-09-14 Dr. Matthias St... prov/drbg: cleanup some RAND_DRBG leftovers
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-11 Dr. David von OheimbExtend X509 cert checks and error reporting in v3_...
2020-09-09 Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-08 Dr. David von OheimbOSSL_HTTP_parse_url(): add optional port number return...
2020-09-05 Dr. David von OheimbStrengthen chain building for CMP
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-08-29 Matt CaswellImprove some error messages if a digest is not available
2020-08-28 Richard LevitteFix PEM_write_bio_PrivateKey_traditional() to not outpu...
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-08-21 Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-08-20 Richard LevitteSTORE: Distinguish public keys from private keys
2020-08-20 Richard LevittePROV: Fix DSA and DH private key serializers
2020-08-19 PauliOCSP: Add return value checks.
2020-08-14 PauliMove PKCS#12 KDF to provider.
2020-08-10 Pauliconf: add an error if the openssl_conf section isn...
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10 Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-08-06 Jon SpillettAdd new APIs to get PKCS12 secretBag OID and value
2020-08-04 Dr. David von OheimbRename misleading X509V3_R_INVALID_NULL_NAME to X509V3_...
2020-08-04 Dr. David von OheimbCorrect misleading diagnostics of OBJ_txt2obj on unknow...
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-07-30 Dr. David von OheimbStreamline the CMP request session API, adding the...
2020-07-27 Richard LevittePROV: Add a DER to RSA-PSS deserializer implementation
2020-07-24 Richard LevitteDESERIALIZER: Add foundation for deserializers
2020-07-21 Shane LontisAdd ERR_raise() errors to fips OSSL_provider_init and...
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
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-06-23 Pauliproperty: Move global default properties to the library...
2020-06-23 Pauliserialization: break the provider locating code to...
2020-06-22 Dr. David von OheimbFix CMP -days option range checking and test failing...
2020-06-19 Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19 Matt CaswellProvider a better error message if we fail to copy...
2020-06-16 Nicola TuveriRefactor BN_R_NO_INVERSE logic in internal functions
2020-06-13 Dr. David von OheimbCorrect error reason of verify_signature() in cmp_vfy.c
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
next