| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and | beck | 2017-01-23 | 1 | -7/+7 |
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -110/+110 |
* | Move most of the fields in SSL_CTX to internal - the ones that remain are | jsing | 2017-01-23 | 1 | -73/+74 |
* | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -34/+34 |
* | Move callback function pointers and argument pointers from SSL_CTX to | jsing | 2017-01-23 | 1 | -35/+35 |
* | Move not_resumable and sess_cert from SSL_SESSION to internal. | jsing | 2017-01-23 | 1 | -3/+3 |
* | Move the stats struct from SSL_CTX to internal. | jsing | 2017-01-23 | 1 | -15/+15 |
* | Move most of the SSL3_STATE fields to internal - the ones that remain are | jsing | 2017-01-22 | 1 | -16/+16 |
* | Move most of DTLS1_STATE to internal. | beck | 2017-01-22 | 1 | -2/+2 |
* | Move ALPN and NPN fields from SSL/SSL_CTX to internal. | jsing | 2017-01-22 | 1 | -32/+32 |
* | Convert publically visible structs to translucent structs. | jsing | 2017-01-22 | 1 | -11/+24 |
* | Expand IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN macro. | jsing | 2017-01-21 | 1 | -2/+16 |
* | Pull out, rework and dedup the code that determines the highest shared | jsing | 2017-01-03 | 1 | -3/+33 |
* | Pull out (and largely rewrite) the code that determines the enabled | jsing | 2016-12-30 | 1 | -1/+43 |
* | Convert ssl_cipher_list_to_bytes() to CBB, changing the function to return | jsing | 2016-12-04 | 1 | -16/+32 |
* | 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 |