summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2022-06-21Update copyright yearMatt Caswell
2022-06-13RSA keygen update: Raise an error if no prime candidate q is found.slontis
2022-05-10err: get rid of err_free_strings_int()Dr. Matthias St. Pierre
2022-05-10err: fix crash in ERR_load_strings() when configured with no-errDr. Matthias St. Pierre
2022-05-03Update copyright yearMatt Caswell
2022-04-14Add error code for unsupported explicit parametersTomas Mraz
2021-12-09OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb
2021-11-24Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg numberRichard Levitte
2021-11-22Make ERR_str_reasons in err.c consistent again with err.hDr. David von Oheimb
2021-08-26Add invalid input length errorPauli
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