summaryrefslogtreecommitdiffstats
path: root/include/openssl
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-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-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-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-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-03-28Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger
2019-03-21Providing missing accessor to EVP_PKEY.engineDmitry Belyavskiy
2019-02-26Prepare for 1.1.1c-devMatt Caswell
2019-02-26Prepare for 1.1.1b releaseOpenSSL_1_1_1bMatt Caswell
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