summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2018-08-01Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.Pauli
2018-07-31Ensure symbols don't get deprecated too earlyRichard Levitte
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell
2018-07-31Provide EC functions that are not curve type specificMatt Caswell
2018-07-26Make number of Miller-Rabin tests for a prime tests depend on the security le...Kurt Roeckx
2018-07-26Change the number of Miller-Rabin test for DSA generation to 64Kurt Roeckx
2018-07-25crypto/dllmain.c: remove unused OPENSSL_NONPIC_relocated variable.Andy Polyakov
2018-07-20const-ify some input SSL * argumentsBenjamin Kaduk
2018-07-20include/openssl/e_os2.h: define last-resort SSIZE_MAX.Andy Polyakov
2018-07-20Validate legacy_versionMatt Caswell
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri
2018-07-16EC2M Lopez-Dahab ladder implementationNicola Tuveri
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri
2018-07-16Remove stale SM2 error codesNicola Tuveri
2018-07-11NCONF_get_number refix.Pauli
2018-07-10Guard DECLARE_DEPRECATED against multiple includes of opensslconf.hRichard Levitte
2018-07-10Avoid __GNUC__ warnings when defining DECLARE_DEPRECATEDRichard Levitte
2018-07-06Introduce the recv_max_early_data settingMatt Caswell
2018-07-02Add setters to set the early_data callbackMatt Caswell
2018-07-02Make the anti-replay feature optionalMatt Caswell
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell
2018-06-26Restructure the ticket construction codeMatt Caswell
2018-06-25OpenSSL_add_ssl_algorithm-is-deprecated() is deprecated, make it soRichard Levitte
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2018-06-21Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri
2018-06-20Prepare for 1.1.1-pre9-devMatt Caswell
2018-06-20Prepare for 1.1.1-pre8 releaseOpenSSL_1_1_1-pre8Matt Caswell
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd
2018-06-19Configure option 'no-deprecated' means '-DOPENSSL_API_COMPAT=0x10100000L'Richard Levitte
2018-06-18Fix error number clashMatt Caswell
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-06-08New GOST identificatorsDmitry Belyavskiy
2018-06-08Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functionsMatt Caswell
2018-06-08Add support getting raw private/public keysMatt Caswell
2018-06-07Fix TLSv1.3 ticket noncesMatt Caswell
2018-06-04Make SM2 functions privateJack Lloyd
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang
2018-05-29Prepare for 1.1.1-pre8-devMatt Caswell
2018-05-29Prepare for 1.1.1-pre7 releaseOpenSSL_1_1_1-pre7Matt Caswell
2018-05-29Update copyright yearMatt Caswell
2018-05-28ECDSA_SIG: restore doc comments which were deleted accidentallyDr. Matthias St. Pierre
2018-05-28ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-24Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell