summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2021-07-20err: remove the derivation function is mandatory for FIPS error message since...Pauli
2021-06-30CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb
2021-06-24err: add unable to get lock errorsPauli
2021-06-17Update copyright yearMatt Caswell
2021-06-10err: clear flags better when clearing errors.Pauli
2021-06-05DECODER: use property definitions instead of getting implementation parametersRichard Levitte
2021-06-02err: remove TODOsPauli
2021-06-01crypto: updates to pass size_t to RAND_bytes_ex()Pauli
2021-05-27errors: update error message (to be squashed)Pauli
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-18Better error messages if there are no encoders/decoders/store loadersMatt Caswell
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-05-12make updateBenjamin Kaduk
2021-05-06Remove all trace of FIPS_mode functionsRich Salz
2021-05-05mac: add EVP_MAC_finalXOF() functionPauli
2021-05-05Allow absolute paths to be setRich Salz
2021-05-05Fix KMAC bounds checks.Shane Lontis
2021-05-01Use OCSP-specific error code for clarityDmitry Belyavskiy
2021-04-22Fix typosMichaM
2021-04-21ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte
2021-04-14Add domain parameter match check for DH and ECDH key exchange.Shane Lontis
2021-04-12Add additional KMAC errorPauli
2021-04-08Update copyright yearMatt Caswell
2021-04-07Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2021-03-24err: fix coverity 1452768: dereference after null checkPauli
2021-03-19PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte
2021-03-18rename err_get_state_int() to ossl_err_get_state_int()Shane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-12Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcryptoTomas Mraz
2021-03-11Update copyright yearMatt Caswell
2021-03-11Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal
2021-03-01Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb
2021-02-24Duplicate the file and func error stringsMatt Caswell
2021-02-18Update copyright yearMatt Caswell
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2021-02-17err: generated error filesPauli
2021-02-16Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell
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
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell
2021-02-05Make supported_groups code independent of EC and DHMatt Caswell
2021-02-05ERR: Rebuild all generated error headers and source filesRichard Levitte
2021-02-02HTTP: add more error detection to low-level APIDr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
2021-01-16replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETERDr. David von Oheimb
2021-01-14Enable locking on the primary DRBG when we create itMatt Caswell