| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version | jca | 2018-03-15 | 1 | -1/+13 |
* | Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg(). | jsing | 2018-02-17 | 1 | -1/+15 |
* | Convert ssl3_put_cipher_by_char() to CBB. | jsing | 2018-01-27 | 1 | -9/+26 |
* | Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, | jsing | 2017-10-08 | 1 | -3/+9 |
* | Annotate some API-side memory leaks for future resolution. | jsing | 2017-09-25 | 1 | -1/+3 |
* | ECDHE-RSA-DES-CBC3-SHA should not be marked HIGH. | jsing | 2017-08-28 | 1 | -2/+2 |
* | Remove the original (pre-IETF) chacha20-poly1305 cipher suites. | jsing | 2017-08-28 | 1 | -52/+1 |
* | Remove NPN support. | jsing | 2017-08-12 | 1 | -5/+1 |
* | Remove support for DSS/DSA, since we removed the cipher suites a while | jsing | 2017-08-12 | 1 | -5/+1 |
* | Convert ssl3_send_certificate_request() to CBB. | jsing | 2017-08-11 | 1 | -16/+25 |
* | Clean up the EC key/curve configuration handling. | jsing | 2017-08-10 | 1 | -44/+14 |
* | Consistently return from each SSL/SSL_CTX control case, rather than | jsing | 2017-08-09 | 1 | -33/+27 |
* | Split out the remaining SSL_CTX controls into individual functions. | jsing | 2017-08-09 | 1 | -40/+88 |
* | Start splitting out SSL_CTX controls into individual functions, so that | jsing | 2017-08-09 | 1 | -71/+92 |
* | Be consistent and return from each SSL control case, rather than breaking | jsing | 2017-08-09 | 1 | -18/+10 |
* | Split out the remaining SSL controls into individual functions. | jsing | 2017-08-09 | 1 | -46/+93 |
* | Split more controls into individual functions. | jsing | 2017-08-09 | 1 | -64/+91 |
* | Start splitting out controls into individual functions, so that they can | jsing | 2017-08-09 | 1 | -29/+63 |
* | Remove unnecessary curly braces and unindent. Also add a few blank lines | jsing | 2017-08-09 | 1 | -11/+13 |
* | Fix conditionals for DH controls. | jsing | 2017-08-09 | 1 | -3/+3 |
* | Remove unused variable. | jsing | 2017-07-15 | 1 | -3/+3 |
* | Drop cipher suites with DSS authentication - there is no good reason to | jsing | 2017-05-07 | 1 | -197/+1 |
* | Move state from ssl->internal to the handshake structure. | beck | 2017-05-07 | 1 | -3/+3 |
* | 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 |