Age | Commit message (Expand) | Author |
2016-11-04 | Fix some linewrapping glitches | Philip Guenther |
2016-11-02 | Expand another LHASH_OF macro. | Joel Sing |
2016-11-02 | Expand DECLARE_LHASH_OF and LHASH_OF macros. | Joel Sing |
2016-11-02 | Expand DECLARE_PEM_rw macro. | Joel Sing |
2015-10-25 | Sort the obsolete flags. | Doug Hogan |
2015-10-25 | Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete. | Doug Hogan |
2015-09-10 | Remove support for DTLS_BAD_VER. We do not support non-standard and | Joel Sing |
2015-08-27 | Remove SSLv3 support from LibreSSL. | Doug Hogan |
2015-07-19 | Add TLS_method, TLS_client_method and TLS_server_method. | Doug Hogan |
2015-07-18 | Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround. | Doug Hogan |
2015-07-18 | Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay. | Doug Hogan |
2015-07-17 | Remove compat hack that disabled ECDHE-ECDSA on OS X. | Doug Hogan |
2015-07-17 | Remove workaround for TLS padding bug from SSLeay days. | Doug Hogan |
2015-06-20 | Make SSL_OP_ALL readable. | Joel Sing |
2015-06-17 | Keep alerts sorted by alert code. | Joel Sing |
2015-06-17 | Remove pointless comments. | Joel Sing |
2015-06-17 | Cleanup SSL_OP_* compat flags in ssl.h. | Doug Hogan |
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 |
2015-02-07 | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | Joel Sing |
2015-02-06 | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | Joel Sing |
2015-02-06 | Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem(). | Reyk Floeter |
2015-01-26 | Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers | Joel Sing |
2015-01-22 | Support CA verification in chroot'ed processes without direct file | Reyk Floeter |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-12-10 | Add support for ALPN. | Joel Sing |
2014-12-10 | add stdint.h to ssl.h. | Brent Cook |
2014-12-06 | Use appropriate internal types for EC curves and formats, rather than | Joel Sing |
2014-11-18 | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | Miod Vallat |
2014-11-16 | Sort and group includes. | Joel Sing |
2014-10-31 | Remove now unused remnants from public structs. | Joel Sing |
2014-10-31 | Add support for automatic DH ephemeral keys. | Joel Sing |
2014-10-15 | Add cipher aliases for DHE (the correct name for EDH) and ECDHE (the | Joel Sing |
2014-10-03 | Add support for automatic ephemeral EC keys. | Joel Sing |
2014-09-28 | Add a new API function SSL_CTX_use_certificate_chain() that allows to | Reyk Floeter |
2014-09-27 | Check that the specified curve is one of the client preferences. | Joel Sing |
2014-09-21 | Move the TLS padding extension under an SSL_OP_TLSEXT_PADDING option, which | Joel Sing |
2014-08-10 | Since we no longer need to support SSLv2-style cipher lists, start | Joel Sing |
2014-07-12 | Provide ssl_version_string() function, which uses one of those modern C | Joel Sing |
2014-07-11 | Remove the PSK code. We don't need to drag around this | Bob Beck |
2014-07-10 | Remove more compression tendrils. | Joel Sing |
2014-07-10 | Put back some parts of the public SSL API that should not have been | Joel Sing |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst |
2014-07-09 | tedu the SSL export cipher handling - since we do not have enabled export | Joel Sing |
2014-06-13 | Add ChaCha20-Poly1305 based ciphersuites. | Joel Sing |
2014-06-13 | Add support for handling SSL_CIPHER_ALGORITHM2_AEAD ciphers, which are | Joel Sing |
2014-06-13 | Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher. | 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-06-08 | Factor out the part of tls1_change_cipher_state() that is specific to | Joel Sing |