summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-14Do no mention private headers in public headersRichard Levitte
2019-09-10Prepare for 1.1.1e-devMatt Caswell
2019-09-10Prepare for 1.1.1d releaseOpenSSL_1_1_1dMatt Caswell
2019-09-10Update copyright yearMatt Caswell
2019-09-09drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-08-08Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis
2019-08-06Fix ECDSA_SIG docsMatt Caswell
2019-08-06Correct the Extended Master Secret string for EBCDICMatt Caswell
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-07-31Fix TyposAntoine Cœur
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb