| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | beck | 2017-05-06 | 1 | -3/+3 |
* | Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. | jsing | 2017-05-06 | 1 | -1/+21 |
* | Use freezero() for the internal opaque structures, instead of the current | jsing | 2017-04-10 | 1 | -6/+3 |
* | Use freezero() for X25519 keys - same result with more readable code. | jsing | 2017-04-10 | 1 | -7/+3 |
* | Remove the handshake digests and related code, replacing remaining uses | jsing | 2017-03-10 | 1 | -3/+1 |
* | Provide a rolling handshake hash that commences as soon as the cipher | jsing | 2017-03-05 | 1 | -1/+6 |
* | Drop the second argument of dtls1_set_message_header() and make it a void | jsing | 2017-03-04 | 1 | -3/+3 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -24/+24 |
* | Define values for SSL_CTRL_SET_GROUPS{,_LIST} and wire them up to the | jsing | 2017-02-05 | 1 | -1/+13 |
* | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | beck | 2017-01-26 | 1 | -35/+18 |
* | Send the error function codes to rot in the depths of hell where they belong | beck | 2017-01-26 | 1 | -24/+24 |
* | sk_pop_free() checks for NULL so do not bother doing it from the callers. | jsing | 2017-01-24 | 1 | -9/+5 |
* | Add support for setting the supported EC curves via | jsing | 2017-01-24 | 1 | -1/+30 |
* | There is no point returning then breaking... | jsing | 2017-01-24 | 1 | -2/+1 |
* | Move options and mode from SSL_CTX and SSL to internal, since these can be | jsing | 2017-01-23 | 1 | -4/+4 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -8/+8 |
* | send state and rstate from ssl_st into internal. There are accessors | beck | 2017-01-23 | 1 | -4/+4 |
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -31/+31 |
* | Move most of the fields in SSL_CTX to internal - the ones that remain are | jsing | 2017-01-23 | 1 | -11/+11 |
* | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -7/+7 |
* | Move callback function pointers and argument pointers from SSL_CTX to | jsing | 2017-01-23 | 1 | -6/+6 |
* | Move not_resumable and sess_cert from SSL_SESSION to internal. | jsing | 2017-01-23 | 1 | -3/+3 |
* | Move most of the SSL3_STATE fields to internal - the ones that remain are | jsing | 2017-01-22 | 1 | -52/+58 |
* | Move ALPN and NPN fields from SSL/SSL_CTX to internal. | jsing | 2017-01-22 | 1 | -4/+4 |
* | Convert publically visible structs to translucent structs. | jsing | 2017-01-22 | 1 | -3/+15 |
* | Clean up ssl3_new() - in particular, we do not need to zero fields that | jsing | 2017-01-22 | 1 | -11/+4 |
* | There is no point in setting struct fields to zero, when you've already | jsing | 2017-01-22 | 1 | -5/+2 |
* | 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 |