Age | Commit message (Expand) | Author |
2016-11-06 | Adjust cipher suite strengths - move MD5 to LOW, RC4 to LOW and 3DES to | Joel Sing |
2016-11-06 | Remove the single IDEA cipher suite. There is no good reason to support | Joel Sing |
2016-11-06 | unifdef -m -UOPENSSL_NO_CHACHA -UOPENSSL_NO_POLY1305 | Joel Sing |
2016-10-19 | Remove support for fixed ECDH cipher suites - these is not widely supported | Joel Sing |
2016-04-28 | Implement the IETF ChaCha20-Poly1305 cipher suites. | Joel Sing |
2016-01-27 | deprecate SSL_OP_SINGLE_DH_USE | Bob Beck |
2015-09-12 | Remove most of the SSLv3 version checks and a few TLS v1.0. | Doug Hogan |
2015-09-12 | Move handshake message header length determination into a separate | Joel Sing |
2015-09-11 | Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a | Joel Sing |
2015-09-11 | Nuke ssl3_default_timeout(). | Joel Sing |
2015-09-11 | Nuke SSLv3_enc_data. | Joel Sing |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-08-27 | Remove SSLv3 support from LibreSSL. | Doug Hogan |
2015-07-19 | Crank major and remove legacy variables. | Doug Hogan |
2015-07-17 | Remove compat hack that disabled ECDHE-ECDSA on OS X. | Doug Hogan |
2015-07-14 | Convert ssl3_get_cipher_by_char to CBS. | Doug Hogan |
2015-05-25 | Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as using | Philip Guenther |
2015-02-08 | Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 to | Miod Vallat |
2015-02-07 | Clean up the {get,put}_cipher_by_char() implementations. Also use | 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 |
2014-12-16 | Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of | Miod Vallat |
2014-12-14 | Provide functions for starting, finishing and writing SSL handshake | Joel Sing |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-12-14 | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef | Joel Sing |
2014-12-10 | Remove support for GOST R 34.10-94 signature authentication, along with | Joel Sing |
2014-12-10 | Add support for ALPN. | Joel Sing |
2014-11-18 | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | Miod Vallat |
2014-10-31 | Add support for automatic DH ephemeral keys. | Joel Sing |
2014-10-31 | Remove support for ephemeral/temporary RSA private keys. | Joel Sing |
2014-10-03 | Add support for automatic ephemeral EC keys. | Joel Sing |
2014-09-30 | Clean up EC cipher handling in ssl3_choose_cipher(). | Joel Sing |
2014-09-07 | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | Joel Sing |
2014-08-24 | Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and a | Joel Sing |
2014-08-23 | Remove non-standard GOST cipher suites (which are not compiled in | Joel Sing |
2014-08-23 | Replace the remaining ssl3_get_cipher_by_char() calls with n2s() and | Joel Sing |
2014-08-11 | Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked | Joel Sing |
2014-08-10 | Tweak cipher list comments and add missing cipher value comments. | Joel Sing |
2014-08-10 | Remove disabled (weakened export and non-ephemeral DH) cipher suites from | Joel Sing |
2014-08-07 | Oops, revert changes commited by mistake. The previous commit was supposed | Miod Vallat |
2014-08-07 | When you expect a function to return a particular value, don't put a comment | Miod Vallat |
2014-07-13 | The bell tolls for BUF_strdup - Start the migration to using | Bob Beck |
2014-07-12 | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | Joel Sing |
2014-07-11 | Remove the PSK code. We don't need to drag around this | Bob Beck |
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-07-09 | remove unused, private version strings except SSL_version_str | Brent Cook |
2014-07-08 | Mark the weakened 40-bit export ciphers as invalid - no one in their right | Joel Sing |
2014-07-08 | Remove SSL_FIPS. | Joel Sing |
2014-07-08 | Nuke SSL_NOT_EXP since it does nothing. | Joel Sing |