| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for SSL_get_server_tmp_key(). | jsing | 2016-12-30 | 1 | -1/+67 |
* | Add support for ECDHE with X25519. | jsing | 2016-12-21 | 1 | -1/+11 |
* | Convert certificate handshake message generation to CBB, with some clean | jsing | 2016-12-06 | 1 | -1/+72 |
* | Adjust cipher suite strengths - move MD5 to LOW, RC4 to LOW and 3DES to | jsing | 2016-11-06 | 1 | -13/+13 |
* | Remove the single IDEA cipher suite. There is no good reason to support | jsing | 2016-11-06 | 1 | -19/+1 |
* | unifdef -m -UOPENSSL_NO_CHACHA -UOPENSSL_NO_POLY1305 | jsing | 2016-11-06 | 1 | -3/+1 |
* | Remove support for fixed ECDH cipher suites - these is not widely supported | jsing | 2016-10-19 | 1 | -303/+3 |
* | Implement the IETF ChaCha20-Poly1305 cipher suites. | jsing | 2016-04-28 | 1 | -6/+57 |
* | deprecate SSL_OP_SINGLE_DH_USElibressl-v2.3.2 | beck | 2016-01-27 | 1 | -17/+1 |
* | Remove most of the SSLv3 version checks and a few TLS v1.0. | doug | 2015-09-12 | 1 | -10/+5 |
* | Move handshake message header length determination into a separate | jsing | 2015-09-12 | 1 | -11/+10 |
* | Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a | jsing | 2015-09-11 | 1 | -5/+5 |
* | Nuke ssl3_default_timeout(). | jsing | 2015-09-11 | 1 | -11/+1 |
* | Nuke SSLv3_enc_data. | jsing | 2015-09-11 | 1 | -21/+1 |
* | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 1 | -2/+2 |
* | Remove SSLv3 support from LibreSSL. | doug | 2015-08-27 | 1 | -2/+2 |
* | Crank major and remove legacy variables. | doug | 2015-07-19 | 1 | -4/+1 |
* | Remove compat hack that disabled ECDHE-ECDSA on OS X. | doug | 2015-07-17 | 1 | -9/+1 |
* | Convert ssl3_get_cipher_by_char to CBS. | doug | 2015-07-14 | 1 | -2/+8 |
* | Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as using | guenther | 2015-05-25 | 1 | -4/+4 |
* | Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 to | miod | 2015-02-08 | 1 | -4/+4 |
* | Clean up the {get,put}_cipher_by_char() implementations. Also use | jsing | 2015-02-07 | 1 | -17/+6 |
* | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | jsing | 2015-02-07 | 1 | -1/+8 |
* | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | jsing | 2015-02-06 | 1 | -2/+37 |
* | Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of | miod | 2014-12-16 | 1 | -1/+133 |
* | Provide functions for starting, finishing and writing SSL handshake | jsing | 2014-12-14 | 1 | -1/+53 |
* | Remove trailing whitespace. | jsing | 2014-12-14 | 1 | -10/+10 |
* | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef | jsing | 2014-12-14 | 1 | -3/+1 |
* | Remove support for GOST R 34.10-94 signature authentication, along with | jsing | 2014-12-10 | 1 | -34/+1 |
* | Add support for ALPN. | jsing | 2014-12-10 | 1 | -1/+6 |
* | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | miod | 2014-11-18 | 1 | -7/+40 |
* | Add support for automatic DH ephemeral keys. | jsing | 2014-10-31 | 1 | -13/+17 |
* | Remove support for ephemeral/temporary RSA private keys. | jsing | 2014-10-31 | 1 | -88/+15 |
* | Add support for automatic ephemeral EC keys. | jsing | 2014-10-03 | 1 | -1/+9 |
* | Clean up EC cipher handling in ssl3_choose_cipher(). | jsing | 2014-09-30 | 1 | -141/+16 |
* | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | jsing | 2014-09-07 | 1 | -4/+3 |
* | Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and a | jsing | 2014-08-24 | 1 | -16/+7 |
* | Remove non-standard GOST cipher suites (which are not compiled in | jsing | 2014-08-23 | 1 | -68/+1 |
* | Replace the remaining ssl3_get_cipher_by_char() calls with n2s() and | jsing | 2014-08-23 | 1 | -23/+1 |
* | Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked | jsing | 2014-08-11 | 1 | -1/+14 |
* | Tweak cipher list comments and add missing cipher value comments. | jsing | 2014-08-10 | 1 | -5/+26 |
* | Remove disabled (weakened export and non-ephemeral DH) cipher suites from | jsing | 2014-08-10 | 1 | -470/+5 |
* | Oops, revert changes commited by mistake. The previous commit was supposed | miod | 2014-08-07 | 1 | -2/+4 |
* | When you expect a function to return a particular value, don't put a comment | miod | 2014-08-07 | 1 | -4/+2 |
* | The bell tolls for BUF_strdup - Start the migration to using | beck | 2014-07-13 | 1 | -2/+2 |
* | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | jsing | 2014-07-12 | 1 | -67/+67 |
* | Remove the PSK code. We don't need to drag around this | beck | 2014-07-11 | 1 | -71/+1 |
* | decompress libssl. ok beck jsing | tedu | 2014-07-10 | 1 | -5/+1 |
* | tedu the SSL export cipher handling - since we do not have enabled export | jsing | 2014-07-09 | 1 | -18/+12 |
* | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -3/+1 |