aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-09-04Fixed a comment that referenced the wrong methodAlex Gaynor1-1/+1
2018-09-04Fix HMAC SHA3-224 and HMAC SHA3-256.Pauli1-2/+4
2018-09-03Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte1-2/+2
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer1-0/+2
2018-08-26internal/tsan_assist.h: add tsan_ld_acq and tsan_st_rel.Andy Polyakov1-12/+66
2018-08-21Prepare for 1.1.1-pre10-devMatt Caswell1-2/+2
2018-08-21Prepare for 1.1.1-pre9 releaseOpenSSL_1_1_1-pre9Matt Caswell1-1/+1
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell1-0/+1
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell1-1/+1
2018-08-17Avoid shadowing 'free' in X509_LOOKUP_met_set_freeBenjamin Kaduk1-1/+1
2018-08-17crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov1-2/+0
2018-08-16internal/refcount.h: overhaul fencing and add _MSC_VER section.Andy Polyakov1-11/+62
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell1-8/+0
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte1-0/+1
2018-08-07Increase CT_NUMBER valuesRich Salz2-3/+15
2018-08-07Add internal/tsan_assist.h.Andy Polyakov1-0/+84
2018-08-01Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.Pauli1-0/+8
2018-07-31Ensure symbols don't get deprecated too earlyRichard Levitte1-1/+9
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell2-1/+2
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell1-26/+42
2018-07-31Provide EC functions that are not curve type specificMatt Caswell2-14/+90
2018-07-26Make number of Miller-Rabin tests for a prime tests depend on the security le...Kurt Roeckx1-18/+69
2018-07-26Change the number of Miller-Rabin test for DSA generation to 64Kurt Roeckx1-3/+5
2018-07-25crypto/dllmain.c: remove unused OPENSSL_NONPIC_relocated variable.Andy Polyakov1-1/+0
2018-07-20const-ify some input SSL * argumentsBenjamin Kaduk1-3/+3
2018-07-20include/openssl/e_os2.h: define last-resort SSIZE_MAX.Andy Polyakov1-0/+2
2018-07-20Validate legacy_versionMatt Caswell1-0/+1
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri1-0/+3
2018-07-16EC2M Lopez-Dahab ladder implementationNicola Tuveri1-0/+2
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri1-0/+5
2018-07-16Remove stale SM2 error codesNicola Tuveri2-6/+3
2018-07-11NCONF_get_number refix.Pauli1-0/+1
2018-07-10Guard DECLARE_DEPRECATED against multiple includes of opensslconf.hRichard Levitte1-5/+7
2018-07-10Avoid __GNUC__ warnings when defining DECLARE_DEPRECATEDRichard Levitte1-4/+6
2018-07-06Introduce the recv_max_early_data settingMatt Caswell1-0/+4
2018-07-02Add setters to set the early_data callbackMatt Caswell1-2/+8
2018-07-02Make the anti-replay feature optionalMatt Caswell1-0/+6
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell1-0/+1
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli1-0/+1
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell1-1/+3
2018-06-26Restructure the ticket construction codeMatt Caswell1-0/+1
2018-06-25OpenSSL_add_ssl_algorithm-is-deprecated() is deprecated, make it soRichard Levitte1-1/+1
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri6-43/+0
2018-06-21Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri1-1/+1
2018-06-20Prepare for 1.1.1-pre9-devMatt Caswell1-2/+2
2018-06-20Prepare for 1.1.1-pre8 releaseOpenSSL_1_1_1-pre8Matt Caswell1-1/+1
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan1-0/+1
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd1-0/+6
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd2-0/+2
2018-06-19Configure option 'no-deprecated' means '-DOPENSSL_API_COMPAT=0x10100000L'Richard Levitte1-3/+1