summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-11-23ERR: Add a missing common reason stringRichard Levitte
2021-08-24Run make updateMatt Caswell
2021-08-13Revert "make update (adds a new function code)"Tomas Mraz
2021-07-10make update (adds a new function code)Richard Levitte
2021-05-14make updateBenjamin Kaduk
2021-05-04Use OCSP-specific error code for clarityDmitry Belyavskiy
2021-02-16Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell
2020-12-08Complain if we are attempting to encode with an invalid ASN.1 templateMatt Caswell
2020-12-08Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell
2020-08-28Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte
2020-07-04[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
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