summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2017-05-12Clean up SSL_OP_* a bitTodd Short
2017-05-11Cleanup - use e_os2.h rather than stdint.hRichard Levitte
2017-05-11Unclash clashing reason codes in ssl.hRichard Levitte
2017-05-11Send a missing_extension alert if key_share/supported groups not presentMatt Caswell
2017-05-11TLSv1.3 alerts cannot be fragmented and only one per recordMatt Caswell
2017-05-11Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson
2017-05-10Ignore MSVC warnings (via Gisle Vanem)Rich Salz
2017-05-09Verify that if we have an HRR then something will changeMatt Caswell
2017-05-08Add PEM_bytes_read_bio_secmem()Benjamin Kaduk
2017-05-08Add PEM_read_bio_exBenjamin Kaduk
2017-05-08Add support to SSL_trace() for inner content typesMatt Caswell
2017-05-08Send the supported_groups extension in EE where applicableMatt Caswell
2017-05-03Update the TLSv1.3 version indicator for draft-20Matt Caswell
2017-05-03Add an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1Matt Caswell
2017-05-03Extend the SERVERINFO file format to include an extensions contextMatt Caswell
2017-05-03Added support for ESSCertIDv2Marek Klein
2017-05-02TLS1.3 PaddingTodd Short
2017-04-28Check fflush on BIO_ctrl callRich Salz
2017-04-27Add parentheses on public macros where appropriate.Bernd Edlinger
2017-04-26Add support for SSL_SESSION_is_resumable()Matt Caswell
2017-04-25Add support for custom signature parametersDr. Stephen Henson
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-04-25Document BIO_lookup_ex()Matt Caswell
2017-04-25Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell
2017-04-25Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell
2017-04-25Add a BIO_lookup_ex() functionMatt Caswell
2017-04-24Fix typo in OPENSSL_LH_new compat APIRich Salz
2017-04-24Add CRYPTO_mem_leaks_cbRichard Levitte
2017-04-20Ignore dups in X509_STORE_add_*Rich Salz
2017-04-20VMS: Copy DECC inclusion epi- and prologues to internalsRichard Levitte
2017-04-13ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte
2017-04-12OCSP Updates: error codes and multiple certificatesTodd Short
2017-04-10Discourage the use of LONG and ZLONG, and deprecate it in the futureRichard Levitte
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte
2017-04-07Make default_method mostly compile-time (cont'd)Rich Salz
2017-04-07Make default_method mostly compile-timeRich Salz
2017-04-07Prefix custom extension API callback types with SSL_Matt Caswell
2017-04-07Implement a new custom extensions APIMatt Caswell
2017-04-07Move the extensions context codes into the public APIMatt Caswell
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-03Constify SSL_dup_CA_list()Dr. Stephen Henson
2017-04-03New certificate_authorities functionsDr. Stephen Henson
2017-04-03Add missing macros for DHxparamsMatt Caswell
2017-04-03Fix a typo in the SSL_get_max_early_data() declarationsKazuki Yamaguchi
2017-03-30e_os.h: drop now-redundant PRIu64 [and fix OSSLzu].Andy Polyakov
2017-03-29Add z modifier parsing to the BIO_printf et all format stringRichard Levitte
2017-03-29More typo fixesFdaSilvaYY
2017-03-28Move PRIu64, OSSLzu to e_os.hRich Salz