summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2019-01-27Add "weak" declarations of symbols used in safestack.h and lhash.hMatthias Kraft
2019-01-25X509_STORE: fix two misspelled compatibility macrosDr. Matthias St. Pierre
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-04Implement OPENSSL_INIT_NO_ATEXITMatt Caswell
2019-01-04Fix a RUN_ONCE bugMatt Caswell
2019-01-03make updateMatt Caswell
2018-12-23EVP_PKEY_size declared to take a const parameterShreya Bhandare
2018-12-10make updateRichard Levitte
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov
2018-11-20Prepare for 1.1.1b-devMatt Caswell
2018-11-20Prepare for 1.1.1a releaseOpenSSL_1_1_1aMatt Caswell
2018-11-20Update copyright yearMatt Caswell
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-03Add tsan_decr() API, counterpart of tsan_counter()Benjamin Kaduk
2018-10-30rand_drbg.h: include <openssl/obj_mac.h>Dr. Matthias St. Pierre
2018-10-29VMS & cryptoerr.h: include symhacks.hRichard Levitte
2018-10-26Backport some DRBG renamings and typo fixesDr. Matthias St. Pierre
2018-10-17EVP module documentation passAntoine Salon
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-10-12Fix a typo in a macroMatt Caswell
2018-10-04Clean out aliases in include/openssl/symhacks.hRichard Levitte
2018-10-04Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte
2018-09-24Use secure_getenv(3) when available.Pauli
2018-09-17Use 'i' as parameter name not 'I'.Pauli
2018-09-12Replace the public RAND_DRBG_USED_FLAGS #define by an internal constantDr. Matthias St. Pierre
2018-09-11Prepare for 1.1.1a-devMatt Caswell
2018-09-11Prepare for 1.1.1 releaseOpenSSL_1_1_1Matt Caswell
2018-09-11Update copyright yearMatt Caswell
2018-09-07Support setting SM2 IDPaul Yang
2018-09-07Support pmeth->digest_customPaul Yang
2018-09-07Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang
2018-09-04Fixed a comment that referenced the wrong methodAlex Gaynor
2018-09-04Fix HMAC SHA3-224 and HMAC SHA3-256.Pauli
2018-09-03Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer
2018-08-26internal/tsan_assist.h: add tsan_ld_acq and tsan_st_rel.Andy Polyakov
2018-08-21Prepare for 1.1.1-pre10-devMatt Caswell
2018-08-21Prepare for 1.1.1-pre9 releaseOpenSSL_1_1_1-pre9Matt Caswell
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-08-17Avoid shadowing 'free' in X509_LOOKUP_met_set_freeBenjamin Kaduk
2018-08-17crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov
2018-08-16internal/refcount.h: overhaul fencing and add _MSC_VER section.Andy Polyakov
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-07Increase CT_NUMBER valuesRich Salz
2018-08-07Add internal/tsan_assist.h.Andy Polyakov
2018-08-01Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.Pauli