summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1i releaseOpenSSL_1_1_1iMatt Caswell2020-12-081-2/+2
* Complain if we are attempting to encode with an invalid ASN.1 templateMatt Caswell2020-12-081-4/+3
* Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell2020-12-081-0/+1
* Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury2020-10-151-1/+1
* Prepare for 1.1.1i-devMatt Caswell2020-09-221-2/+2
* Prepare for 1.1.1h releaseOpenSSL_1_1_1hMatt Caswell2020-09-221-2/+2
* Update copyright yearMatt Caswell2020-09-228-8/+8
* Disallow certs with explicit curve in verification chainTomas Mraz2020-09-211-0/+1
* EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz2020-09-211-0/+2
* Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte2020-08-281-1/+3
* Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb2020-07-161-0/+3
* Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka2020-07-151-1/+1
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-041-1/+2
* Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri2020-06-211-1/+1
* Do not allow dropping Extended Master Secret extension on renegotiatonTomas Mraz2020-06-111-0/+3
* enable DECLARE_DEPRECATED macro for Oracle Developer Studio compilerVladimir Kotal2020-06-041-0/+5
* Fix some places where X509_up_ref is usedBernd Edlinger2020-05-191-4/+3
* Fix type cast in SSL_CTX_set1_groups macroArne Schwabe2020-04-271-1/+1
* Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik2020-04-211-0/+3
* Prepare for 1.1.1h-devMatt Caswell2020-04-211-2/+2
* Prepare for 1.1.1g releaseOpenSSL_1_1_1gMatt Caswell2020-04-211-2/+2
* Prepare for 1.1.1g-devMatt Caswell2020-03-311-2/+2
* Prepare for 1.1.1f releaseOpenSSL_1_1_1fMatt Caswell2020-03-311-2/+2
* Update copyright yearMatt Caswell2020-03-312-2/+2
* Partially revert "Detect EOF while reading in libssl"Tomas Mraz2020-03-251-2/+1
* Prepare for 1.1.1f-devMatt Caswell2020-03-171-2/+2
* Prepare for 1.1.1e releaseOpenSSL_1_1_1eMatt Caswell2020-03-171-2/+2
* Update copyright yearMatt Caswell2020-03-175-5/+5
* Code to thread-safety in ChangeCipherStateBenjamin Kaduk2020-03-131-0/+1
* VMS: mitigate for the C++ compiler that doesn't understand certain pragmasRichard Levitte2020-02-272-5/+17
* Detect EOF while reading in libsslMatt Caswell2020-02-202-1/+3
* VMS: Correct error reporting in crypto/rand/rand_vms.cRichard Levitte2020-02-151-1/+2
* Coverity CID 1444960: Error handling issuesPauli2020-02-061-0/+1
* Prevent compiler warning for unused static function.Davide Galassi2020-02-061-3/+2
* Run make updateMatt Caswell2020-01-021-1/+1
* Backport the RSA_get0_pss_params() function from masterMatt Caswell2019-12-162-2/+4
* rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre2019-12-151-0/+1
* Add missing EVP_PKEY_METHOD accessors for digestsign and digestverifyAnthony Hu2019-11-171-0/+28
* Fix an incorrect macroMatt Caswell2019-10-151-1/+1
* Document and add macros for additional DSA optionsDavid Benjamin2019-10-151-0/+6
* Fix long name of some Microsoft objectsMichael Osipov2019-10-031-2/+2
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-2730-62/+62
* Reorganize local header filesDr. Matthias St. Pierre2019-09-271-0/+0
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-2730-0/+2126
* Do no mention private headers in public headersRichard Levitte2019-09-143-4/+2
* Prepare for 1.1.1e-devMatt Caswell2019-09-101-2/+2
* Prepare for 1.1.1d releaseOpenSSL_1_1_1dMatt Caswell2019-09-101-2/+2
* Update copyright yearMatt Caswell2019-09-106-6/+6
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-091-0/+1
* Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis2019-08-081-0/+4