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