summaryrefslogtreecommitdiff
path: root/lib/libssl/tls1.h
AgeCommit message (Expand)Author
2024-10-23remove duplicate defines; ok tb@Jonathan Gray
2024-03-02Make {SSL3,TLS}_CT_* internalTheo Buehler
2024-03-02Export SSL_get_{peer_,}signature_type_nid()Theo Buehler
2024-02-03Remove GOST and STREEBOG support from libssl.Bob Beck
2022-07-17Correct value for TLSEXT_TYPE_quic_transport_parametersJoel Sing
2022-07-13Remove #ifndef around the definition of OPENSSL_TLS_SECURITY_LEVEL.Theo Buehler
2022-07-07Expose security level symbols and error codes in the headers.Theo Buehler
2022-06-29Add support for sending QUIC transport parametersBob Beck
2022-06-28Provide OPENSSL_TLS_SECURITY_LEVEL defineTheo Buehler
2022-02-05Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_Theo Buehler
2021-10-15Move various structs from ssl.h/tls1.h to ssl_locl.h.Joel Sing
2021-09-10Expose SSL_get_tlext_status_type() in tls1.hTheo Buehler
2021-09-10Remove TLS1_get_{,client_}version()Theo Buehler
2021-09-10Remove struct tls_session_ticket_ext_st and TLS_SESSION_TICKET_EXTTheo Buehler
2021-09-08Prepare to provide SSL_get_tlsext_status_type()Theo Buehler
2021-06-14Remove TLS1_AD_INTERNAL_ERROR from internal visibility againTheo Buehler
2021-06-14ugly hack around broken build until people wake up.Theo de Raadt
2021-06-13Define SSL_AD_* as actual values.Joel Sing
2021-03-10Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL.Joel Sing
2020-06-05Use IANA allocated GOST ClientCertificateTypes.Joel Sing
2020-01-02Provide TLSEXT_TYPE_* aliases for TLS 1.3.Joel Sing
2019-03-19Revert TLS1_get{,_client}_version simplification because DTLS.Joel Sing
2019-03-17Partially clean up the TLS1_get_{,client}_version macros.Joel Sing
2018-11-09Reimplement the sigalgs processing code into a new implementationBob Beck
2018-11-07Add TLSv1.3 cipher suites (with appropriate guards).Joel Sing
2018-11-06Add TLS extension type values for TLSv1.3 (under guards).Joel Sing
2018-11-06Add TLS1_3_VERSION and SSL_OP_NO_TLSv1_3 defines under guards.Joel Sing
2018-11-05Rename the TLS Supported Elliptic Curves extension to Supported Groups.Joel Sing
2018-02-17Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg().Joel Sing
2017-08-28Completely remove NPN remnants.Joel Sing
2017-08-28Remove the original (pre-IETF) chacha20-poly1305 cipher suites.Joel Sing
2017-03-25Update RFC reference for TLSEXT_TYPE_padding.Joel Sing
2016-04-28Implement the IETF ChaCha20-Poly1305 cipher suites.Joel Sing
2016-03-07http -> https for IETF/IANA URLs in commentsMichael McConville
2015-06-17Clean up alert codes and add references.Joel Sing
2015-02-22Reluctantly add server-side support for TLS_FALLBACK_SCSV.Joel Sing
2015-02-12unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN,Joel Sing
2014-12-16Now that we have Camellia support in libcrypto, bring in the SHA256 flavour ofMiod Vallat
2014-11-18Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.Miod Vallat
2014-10-31Remove an outdated comment re EDH vs DHE - DHE is now used consistently andJoel Sing
2014-10-31Update comments for TLS ExtensionType values - many of the referencedJoel Sing
2014-06-13Add ChaCha20-Poly1305 based ciphersuites.Joel Sing
2014-06-13Remove support for the `opaque PRF input' extension, which draft has expiredMiod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-31TLS would not be entirely functional without extensions, so unifdefJoel Sing
2014-05-30remove some #if 0 code. we don't need any more reminders that we're usingTed Unangst
2014-04-19More KNF.Joel Sing
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternityBob Beck
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-14make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodTed Unangst