Don't convert pre-existing providers into children
[openssl.git] / crypto / err /
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-08 Matt CaswellUpdate copyright year
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-23 Paulierr: fix coverity 1452768: dereference after null check
2021-03-19 Richard LevittePROV: Add type specific MSBLOB and PVK decoding for...
2021-03-18 Shane Lontisrename err_get_state_int() to ossl_err_get_state_int()
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-18 Dr. David von OheimbTS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-12 Tomas MrazUse OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL...
2021-03-11 Matt CaswellUpdate copyright year
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-24 Matt CaswellDuplicate the file and func error strings
2021-02-18 Matt CaswellUpdate copyright year
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 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
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-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
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 CaswellFix no-err
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-28 Richard LevitteERR: drop err_delete_thread_state() TODO marker
2020-11-28 Richard LevitteERR: Drop or deprecate dangerous or overly confusing...
2020-11-27 Richard LevitteERR: Restore the similarity of ERR_print_error_cb(...
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-24 Richard LevitteModify the ERR init functions to use the internal ERR...
2020-11-24 Richard LevitteERR: Modify util/mkerr.pl to produce internal err strin...
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-11-19 Matt CaswellAllow multiple nested marks
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-08 Daniel BeveniusERR: fix comment typo in err.c
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 Richard LevitteUpdate copyright year
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
next