summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2018-03-27Prepare for 1.1.0h releaseOpenSSL_1_1_0hMatt Caswell
2018-03-27Update copyright yearMatt Caswell
2018-03-27Limit ASN.1 constructed types recursive definition depthMatt Caswell
2018-03-21Check for alerts while waiting for a dry eventMatt Caswell
2018-03-06opensslconf.h.in: Use all the "openssl_api_defines"Richard Levitte
2018-02-19Add X509_get0_authority_key_id() functionMassimiliano Pala
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-02-09Don't calculate the Finished MAC twiceMatt Caswell
2018-02-01Add OPENSSL_VERSION_AT_LEASTMichael Richardson
2018-01-30Add the SSL_OP_NO_RENEGOTIATION option to 1.1.0Matt Caswell
2018-01-24Fix signature of min/max proto getterChristian Heimes
2018-01-24Fix SSL_CTX_get_{min,max}_proto_version integer conversion warningSteffan Karger
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte
2018-01-18Cygwin is POSIX, don't say it isn'tRichard Levitte
2018-01-10Make data argument const in SSL_dane_tlsa_addPatrick Schlangen
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger
2017-12-16Fix invalid function type casts.Bernd Edlinger
2017-12-12Add an API to get the signer of an OCSP responseBenjamin Kaduk
2017-11-25Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin
2017-11-07Remove 4 broken macros from ocsp.hMatt Caswell
2017-11-02Prepare for 1.1.0h-devMatt Caswell
2017-11-02Prepare for 1.1.0g releaseOpenSSL_1_1_0gMatt Caswell
2017-10-31EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte
2017-10-28Add missing paren.Rich Salz
2017-10-12make updateDr. Stephen Henson
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson
2017-10-09Fix parameter name, for common aesthetics and to silence IDE warnings.Mouse
2017-10-05Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse
2017-09-15Provide getters for min/max proto versionChristian Heimes
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-24Add documentation for SRTP functionsMatt Caswell
2017-08-03remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu
2017-07-29Implement the CRYPTO_secure_clear_free function.Bernd Edlinger
2017-07-23Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer
2017-06-21Add documentation for the SSL_export_keying_material() functionMatt Caswell
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell
2017-05-25Prepare for 1.1.0g-devMatt Caswell
2017-05-25Prepare for 1.1.0f releaseOpenSSL_1_1_0fMatt Caswell
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell
2017-05-19Make SSL_is_server() accept a const SSLMatt Caswell
2017-05-12Clean up SSL_OP_* a bitTodd Short
2017-05-11Cleanup - use e_os2.h rather than stdint.hRichard Levitte
2017-05-10Ignore MSVC warnings (via Gisle Vanem)Rich Salz
2017-04-28Check fflush on BIO_ctrl callRich Salz
2017-04-25Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell
2017-04-13ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte
2017-04-06e_os2.h: Refine OSSL_SSIZE definition under UEFI environmentQin Long
2017-04-04make updateRichard Levitte
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-04-03Add missing macros for DHxparamsMatt Caswell