aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the caching of cipher constants into evp_cipher_from_dispatchMatt Caswell2020-12-231-0/+1
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-2/+0
* openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short...Dr. David von Oheimb2020-12-101-0/+1
* Fix error clash in buildPauli2020-12-091-1/+1
* rand: add a provider side seed source.Pauli2020-12-091-0/+2
* EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte2020-12-081-0/+1
* Fix no-errMatt Caswell2020-12-081-53/+58
* Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell2020-12-081-0/+1
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-1/+3
* ERR: drop err_delete_thread_state() TODO markerRichard Levitte2020-11-281-2/+1
* ERR: Drop or deprecate dangerous or overly confusing functionsRichard Levitte2020-11-281-15/+5
* ERR: Restore the similarity of ERR_print_error_cb() and ERR_error_string_n()Richard Levitte2020-11-273-32/+25
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-28/+0
* Modify the ERR init functions to use the internal ERR string loadersRichard Levitte2020-11-244-73/+176
* ERR: Modify util/mkerr.pl to produce internal err string loadersRichard Levitte2020-11-241-49/+43