summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2020-05-19Fix some places where X509_up_ref is usedBernd Edlinger
2020-03-25Partially revert "Detect EOF while reading in libssl"Tomas Mraz
2020-03-13Code to thread-safety in ChangeCipherStateBenjamin Kaduk
2020-02-20Detect EOF while reading in libsslMatt Caswell
2020-02-15VMS: Correct error reporting in crypto/rand/rand_vms.cRichard Levitte
2020-02-06Coverity CID 1444960: Error handling issuesPauli
2019-12-15rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-23Make rand_pool buffers more dynamic in their sizing.Pauli
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell
2019-06-24Allow AES XTS decryption using duplicate keys.Pauli
2019-06-04build_SYS_str_reasons: Fix a crash caused by overlong localesVitezslav Cizek
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger
2019-02-26Update copyright yearMatt Caswell
2019-02-20SCA hardening for mod. field inversion in EC_GROUPBilly Brumley
2019-02-19Don't interleave handshake and other record types in TLSv1.3Matt Caswell
2019-01-29Don't leak memory from ERR_add_error_vdata()Matt Caswell
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2018-12-14ERR: preserve system error number in a few more placesRichard Levitte
2018-12-10Make sure build_SYS_str_reasons() preserves errnoMatt Caswell
2018-12-10make updateRichard Levitte
2018-12-08err/err.c: improve err_clear_last_constant_time's portability.Andy Polyakov
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov
2018-11-24VMS: fix collected error stringsRichard Levitte
2018-11-23Smarter build of system error text databaseRichard Levitte
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-09-07Add missing SM2err and fix doc nitsPaul Yang
2018-09-07Update document for SM2 stuffsPaul Yang
2018-09-07Support setting SM2 IDPaul Yang
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell
2018-07-31Provide EC functions that are not curve type specificMatt Caswell
2018-07-20Validate legacy_versionMatt Caswell
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri
2018-07-16EC2M Lopez-Dahab ladder implementationNicola Tuveri
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri
2018-07-11NCONF_get_number refix.Pauli
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd
2018-06-18Fix error number clashMatt Caswell
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-06-08Add support getting raw private/public keysMatt Caswell
2018-06-04Rebuild error codesMatt Caswell