summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte2018-08-111-0/+1
* Increase CT_NUMBER valuesRich Salz2018-08-072-3/+15
* Add internal/tsan_assist.h.Andy Polyakov2018-08-071-0/+84
* Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.Pauli2018-08-011-0/+8
* Ensure symbols don't get deprecated too earlyRichard Levitte2018-07-311-1/+9
* Fix some TLSv1.3 alert issuesMatt Caswell2018-07-312-1/+2
* Deprecate the EC curve type specific functions in 1.2.0Matt Caswell2018-07-311-26/+42
* Provide EC functions that are not curve type specificMatt Caswell2018-07-312-14/+90
* Make number of Miller-Rabin tests for a prime tests depend on the security le...Kurt Roeckx2018-07-261-18/+69
* Change the number of Miller-Rabin test for DSA generation to 64Kurt Roeckx2018-07-261-3/+5
* crypto/dllmain.c: remove unused OPENSSL_NONPIC_relocated variable.Andy Polyakov2018-07-251-1/+0
* const-ify some input SSL * argumentsBenjamin Kaduk2018-07-201-3/+3
* include/openssl/e_os2.h: define last-resort SSIZE_MAX.Andy Polyakov2018-07-201-0/+2
* Validate legacy_versionMatt Caswell2018-07-201-0/+1
* EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri2018-07-161-0/+3
* EC2M Lopez-Dahab ladder implementationNicola Tuveri2018-07-161-0/+2
* EC point multiplication: add `ladder` scaffoldNicola Tuveri2018-07-161-0/+5
* Remove stale SM2 error codesNicola Tuveri2018-07-162-6/+3
* NCONF_get_number refix.Pauli2018-07-111-0/+1
* Guard DECLARE_DEPRECATED against multiple includes of opensslconf.hRichard Levitte2018-07-101-5/+7
* Avoid __GNUC__ warnings when defining DECLARE_DEPRECATEDRichard Levitte2018-07-101-4/+6
* Introduce the recv_max_early_data settingMatt Caswell2018-07-061-0/+4
* Add setters to set the early_data callbackMatt Caswell2018-07-021-2/+8
* Make the anti-replay feature optionalMatt Caswell2018-07-021-0/+6
* Return a fatal error if application data is encountered during shutdownMatt Caswell2018-06-271-0/+1
* Modify the DEVRANDOM source so that the files are kept open persistently.Pauli2018-06-271-0/+1
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-261-1/+3
* Restructure the ticket construction codeMatt Caswell2018-06-261-0/+1
* OpenSSL_add_ssl_algorithm-is-deprecated() is deprecated, make it soRichard Levitte2018-06-251-1/+1
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-226-43/+0
* Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri2018-06-211-1/+1
* Prepare for 1.1.1-pre9-devMatt Caswell2018-06-201-2/+2
* Prepare for 1.1.1-pre8 releaseOpenSSL_1_1_1-pre8Matt Caswell2018-06-201-1/+1
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-06-191-0/+1
* Move SM2 algos to SM2 specific PKEY methodJack Lloyd2018-06-191-0/+6
* Add EVP_PKEY_set_alias_typeJack Lloyd2018-06-192-0/+2
* Configure option 'no-deprecated' means '-DOPENSSL_API_COMPAT=0x10100000L'Richard Levitte2018-06-191-3/+1
* Fix error number clashMatt Caswell2018-06-181-2/+2
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-182-0/+3
* New GOST identificatorsDmitry Belyavskiy2018-06-081-0/+77
* Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functionsMatt Caswell2018-06-081-0/+8
* Add support getting raw private/public keysMatt Caswell2018-06-082-0/+8
* Fix TLSv1.3 ticket noncesMatt Caswell2018-06-071-1/+0
* Make SM2 functions privateJack Lloyd2018-06-042-181/+0
* Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang2018-05-302-0/+76
* Prepare for 1.1.1-pre8-devMatt Caswell2018-05-291-2/+2
* Prepare for 1.1.1-pre7 releaseOpenSSL_1_1_1-pre7Matt Caswell2018-05-291-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* ECDSA_SIG: restore doc comments which were deleted accidentallyDr. Matthias St. Pierre2018-05-281-0/+2
* ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-4/+12