summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2019-07-23Make rand_pool buffers more dynamic in their sizing.Pauli
2019-07-24Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. Matthias St. Pierre
2019-07-18Add value_barriers in constant time select functionsBernd Edlinger
2019-07-17Fix a C++ comment in the refcount.hBernd Edlinger
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy
2019-07-02Add regenerated header filesDr. Matthias St. Pierre
2019-07-02util/mkerr.pl: Add an inclusion of symhacks.h in all error filesRich Salz
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell
2019-07-01Fix TyposAntoine Cœur
2019-06-24Allow AES XTS decryption using duplicate keys.Pauli
2019-06-12Fix typo mistake on calls to SSL_ctrl in ssl.hraja-ashok
2019-06-12Remove redundant includeAcheev Bhagat
2019-06-06Fix typo in macro argument of SSL_set1_client_sigalgs_list()Dr. Matthias St. Pierre
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-05-28Prepare for 1.1.1d-devRichard Levitte
2019-05-28Prepare for 1.1.1c releaseOpenSSL_1_1_1cRichard Levitte
2019-05-28Update copyright yearRichard Levitte
2019-05-24Fix GOST OIDvoev
2019-05-24issue-8973: Added const to parameters for values that were not alteredagnosticdev
2019-05-21Change SSL parameter SSL_session_reused constArne Schwabe
2019-04-10Rework DSO API conditions and configuration optionRichard Levitte