summaryrefslogtreecommitdiffstats
path: root/crypto/err/openssl.txt
AgeCommit message (Expand)Author
2022-08-18Convert ssl3_get_record to tls_read_recordMatt Caswell
2022-08-18Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell
2022-06-13RSA keygen update: Raise an error if no prime candidate q is found.slontis
2022-04-14Add error code for unsupported explicit parametersTomas Mraz
2022-04-02CMS sign digestViktor Söderqvist
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-01-12err: add additional errorsPauli
2022-01-07v2i_AUTHORITY_KEYID(): Improve error reporting on parsing config values/optionsDr. David von Oheimb
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-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-01crypto: updates to pass size_t to RAND_bytes_ex()Pauli
2021-05-27errors: update error message (to be squashed)Pauli
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-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-19PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb
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-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-11Various cleanup of PROV_R_ reason codesTomas 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
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte
2021-01-12Use centralized fetching errorsRichard Levitte
2021-01-08Add SM2 private key range validationNicola Tuveri
2020-12-23Move the caching of cipher constants into evp_cipher_from_dispatchMatt Caswell
2020-12-10openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short...Dr. David von Oheimb
2020-12-09Fix error clash in buildPauli