| Commit message (Expand) | Author | Age | Files | Lines |
* | Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FN | jsing | 2016-11-02 | 1 | -2/+2 |
* | Expand IMPLEMENT_LHASH_COMP_FN/IMPLEMENT_LHASH_HASH_FN macros - the only | jsing | 2016-11-02 | 1 | -5/+17 |
* | Remove support for fixed ECDH cipher suites - these is not widely supported | jsing | 2016-10-19 | 1 | -93/+20 |
* | Improve on code from the previous commit. | jsing | 2016-09-22 | 1 | -7/+5 |
* | Avoid selecting weak digests for (EC)DH when using SNI. | bcook | 2016-09-20 | 1 | -3/+12 |
* | Remove last vestige of SSL_OP_NO_SSLv3 support. | doug | 2015-10-25 | 1 | -4/+1 |
* | free rbio before wbio | beck | 2015-10-19 | 1 | -7/+7 |
* | Fix use of pointer value after BIO_free, and remove senseless NULL checks. | beck | 2015-10-16 | 1 | -7/+8 |
* | SSL_new(): fix ref counting and memory leak in error path. | doug | 2015-10-03 | 1 | -8/+3 |
* | Unwrap a bunch of lines. | jsing | 2015-09-12 | 1 | -37/+19 |
* | Remove most of the SSLv3 version checks and a few TLS v1.0. | doug | 2015-09-12 | 1 | -4/+1 |
* | Nuke ssl_bad_method(). | jsing | 2015-09-11 | 1 | -9/+1 |
* | Nuke ssl_replace_hash(). | jsing | 2015-09-11 | 1 | -21/+1 |
* | Remove support for DTLS_BAD_VER. We do not support non-standard and | jsing | 2015-09-10 | 1 | -3/+1 |
* | Check handshake_func against NULL rather than 0, since it is a function | jsing | 2015-09-09 | 1 | -7/+7 |
* | Remove SSLv3 support from LibreSSL. | doug | 2015-08-27 | 1 | -6/+1 |
* | Allow *_free() functions in libssl to handle NULL input. | doug | 2015-07-19 | 1 | -1/+4 |
* | Convert ssl_bytes_to_cipher_list to CBS. | doug | 2015-06-28 | 1 | -8/+18 |
* | Clean up the ssl_bytes_to_cipher_list() API - rather than having the | jsing | 2015-04-15 | 1 | -15/+9 |
* | BUF_MEM_free() has its own explicit NULL check. | jsing | 2015-03-27 | 1 | -9/+6 |
* | Reluctantly add server-side support for TLS_FALLBACK_SCSV. | jsing | 2015-02-22 | 1 | -4/+58 |
* | There is not much point constructing an SSL_CIPHER, then calling | jsing | 2015-02-22 | 1 | -7/+3 |
* | Remove IMPLEMENT_STACK_OF noops. | jsing | 2015-02-22 | 1 | -2/+1 |
* | Enable building with -DOPENSSL_NO_DEPRECATED. | doug | 2015-02-11 | 1 | -1/+2 |
* | Return NULL when there are no shared ciphers. | doug | 2015-02-09 | 1 | -4/+6 |
* | Clean up the {get,put}_cipher_by_char() implementations. Also use | jsing | 2015-02-07 | 1 | -6/+3 |
* | Support CA verification in chroot'ed processes without direct file | reyk | 2015-01-22 | 1 | -1/+7 |
* | Add error handling for EVP_DigestInit_ex(). | doug | 2014-12-15 | 1 | -3/+7 |
* | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef | jsing | 2014-12-14 | 1 | -9/+1 |
* | Remove support for GOST R 34.10-94 signature authentication, along with | jsing | 2014-12-10 | 1 | -8/+1 |
* | Add support for ALPN. | jsing | 2014-12-10 | 1 | -1/+85 |
* | Sort and group includes. | jsing | 2014-11-16 | 1 | -4/+7 |
* | Add support for automatic DH ephemeral keys. | jsing | 2014-10-31 | 1 | -2/+51 |
* | Remove support for ephemeral/temporary RSA private keys. | jsing | 2014-10-31 | 1 | -4/+3 |
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-18 | 1 | -6/+5 |
* | Disable SSLv3 by default. | jsing | 2014-10-15 | 1 | -1/+4 |
* | Add support for automatic ephemeral EC keys. | jsing | 2014-10-03 | 1 | -2/+3 |
* | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | jsing | 2014-09-07 | 1 | -16/+2 |
* | Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and a | jsing | 2014-08-24 | 1 | -3/+4 |
* | Replace the remaining ssl3_get_cipher_by_char() calls with n2s() and | jsing | 2014-08-23 | 1 | -8/+11 |
* | Check the return value of sk_SSL_CIPHER_new_null(), since it allocates | jsing | 2014-08-11 | 1 | -5/+7 |
* | Currently, ssl3_put_char_by_bytes(NULL, NULL) is just a long handed way | jsing | 2014-08-11 | 1 | -10/+8 |
* | Since we no longer need to support SSLv2-style cipher lists, start | jsing | 2014-08-10 | 1 | -11/+9 |
* | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | jsing | 2014-07-12 | 1 | -5/+5 |
* | Provide ssl_version_string() function, which uses one of those modern C | jsing | 2014-07-12 | 1 | -11/+23 |
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -11/+6 |
* | Remove remnants from PSK, KRB5 and SRP. | jsing | 2014-07-12 | 1 | -4/+1 |
* | Remove the PSK code. We don't need to drag around this | beck | 2014-07-11 | 1 | -115/+1 |
* | Remove more compression tendrils. | jsing | 2014-07-10 | 1 | -6/+2 |
* | decompress libssl. ok beck jsing | tedu | 2014-07-10 | 1 | -29/+1 |