summaryrefslogtreecommitdiff
path: root/crypto/err
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-06-171-1/+1
* err: clear flags better when clearing errors.Pauli2021-06-101-0/+3
* DECODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-051-0/+2
* err: remove TODOsPauli2021-06-023-3/+0
* crypto: updates to pass size_t to RAND_bytes_ex()Pauli2021-06-011-0/+2
* errors: update error message (to be squashed)Pauli2021-05-271-0/+2
* err: rename err_load_xxx_strings_int functionsPauli2021-05-263-43/+43
* Better error messages if there are no encoders/decoders/store loadersMatt Caswell2021-05-181-0/+2
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-141-0/+2
* make updateBenjamin Kaduk2021-05-121-0/+1
* Remove all trace of FIPS_mode functionsRich Salz2021-05-061-6/+0
* mac: add EVP_MAC_finalXOF() functionPauli2021-05-051-0/+1
* Allow absolute paths to be setRich Salz2021-05-051-0/+1
* Fix KMAC bounds checks.Shane Lontis2021-05-051-0/+1
* Use OCSP-specific error code for clarityDmitry Belyavskiy2021-05-011-0/+1
* Fix typosMichaM2021-04-221-2/+2
* ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte2021-04-211-0/+1
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-141-0/+1
* Add additional KMAC errorPauli2021-04-121-0/+1
* Update copyright yearMatt Caswell2021-04-082-2/+2
* Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli2021-04-071-0/+1
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-011-0/+1
* err: fix coverity 1452768: dereference after null checkPauli2021-03-241-1/+3
* PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte2021-03-191-0/+2
* rename err_get_state_int() to ossl_err_get_state_int()Shane Lontis2021-03-183-14/+14
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-2/+1
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-181-2/+8
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-4/+8
* Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcryptoTomas Mraz2021-03-121-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal2021-03-111-1/+1
* Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb2021-03-011-1/+1
* Duplicate the file and func error stringsMatt Caswell2021-02-242-4/+19
* Update copyright yearMatt Caswell2021-02-181-1/+1
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-181-0/+1
* err: generated error filesPauli2021-02-171-1/+3
* Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell2021-02-161-0/+1
* Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz2021-02-112-2/+2
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-19/+5
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-051-0/+1
* Make supported_groups code independent of EC and DHMatt Caswell2021-02-051-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2021-02-051-1890/+0
* HTTP: add more error detection to low-level APIDr. David von Oheimb2021-02-021-0/+1
* Update copyright yearRichard Levitte2021-01-282-2/+2
* replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETERDr. David von Oheimb2021-01-161-1/+0
* Enable locking on the primary DRBG when we create itMatt Caswell2021-01-141-1/+1
* Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte2021-01-121-1/+0
* Use centralized fetching errorsRichard Levitte2021-01-122-1/+9
* Add SM2 private key range validationNicola Tuveri2021-01-081-0/+1