aboutsummaryrefslogtreecommitdiff
path: root/crypto/err/openssl.txt
AgeCommit message (Expand)Author
2023-03-31Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger
2023-02-03Fix Timing Oracle in RSA decryptionMatt Caswell
2022-12-22Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell
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-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-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
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
2018-12-10make updateRichard 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-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