summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2023-07-24fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)Adam Šulc
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-03-01Fix potential infinite loops in ECDSA signing.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
2022-12-22Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell
2022-12-13Make error reason for disallowed legacy sigalg more specificTomas Mraz
2022-12-12crypto/err: expand on error code generationČestmír Kalina
2022-12-08OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
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