summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2021-03-25Prepare for 1.1.1k releaseOpenSSL_1_1_1kMatt Caswell
2021-03-25Update copyright yearMatt Caswell
2021-02-16Prepare for 1.1.1k-devMatt Caswell
2021-02-16Prepare for 1.1.1j releaseOpenSSL_1_1_1jMatt Caswell
2021-02-16Update copyright yearMatt Caswell
2021-02-16Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell
2021-01-14X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb
2020-12-08Prepare for 1.1.1j-devMatt Caswell
2020-12-08Prepare for 1.1.1i releaseOpenSSL_1_1_1iMatt 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-10-15Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury
2020-09-22Prepare for 1.1.1i-devMatt Caswell
2020-09-22Prepare for 1.1.1h releaseOpenSSL_1_1_1hMatt Caswell
2020-09-22Update copyright yearMatt Caswell
2020-09-21Disallow certs with explicit curve in verification chainTomas Mraz
2020-09-21EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
2020-08-28Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte
2020-07-16Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb
2020-07-15Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka
2020-07-04[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-06-21Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri
2020-06-11Do not allow dropping Extended Master Secret extension on renegotiatonTomas Mraz
2020-06-04enable DECLARE_DEPRECATED macro for Oracle Developer Studio compilerVladimir Kotal
2020-05-19Fix some places where X509_up_ref is usedBernd Edlinger
2020-04-27Fix type cast in SSL_CTX_set1_groups macroArne Schwabe
2020-04-21Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik
2020-04-21Prepare for 1.1.1h-devMatt Caswell
2020-04-21Prepare for 1.1.1g releaseOpenSSL_1_1_1gMatt Caswell
2020-03-31Prepare for 1.1.1g-devMatt Caswell
2020-03-31Prepare for 1.1.1f releaseOpenSSL_1_1_1fMatt Caswell
2020-03-31Update copyright yearMatt Caswell
2020-03-25Partially revert "Detect EOF while reading in libssl"Tomas Mraz
2020-03-17Prepare for 1.1.1f-devMatt Caswell
2020-03-17Prepare for 1.1.1e releaseOpenSSL_1_1_1eMatt Caswell
2020-03-17Update copyright yearMatt Caswell
2020-03-13Code to thread-safety in ChangeCipherStateBenjamin Kaduk
2020-02-27VMS: mitigate for the C++ compiler that doesn't understand certain pragmasRichard Levitte
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
2020-02-06Prevent compiler warning for unused static function.Davide Galassi
2020-01-02Run make updateMatt Caswell
2019-12-16Backport the RSA_get0_pss_params() function from masterMatt Caswell
2019-12-15rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre
2019-11-17Add missing EVP_PKEY_METHOD accessors for digestsign and digestverifyAnthony Hu
2019-10-15Fix an incorrect macroMatt Caswell
2019-10-15Document and add macros for additional DSA optionsDavid Benjamin
2019-10-03Fix long name of some Microsoft objectsMichael Osipov