Age | Commit message (Expand) | Author |
2018-11-08 | Clean up and simplify the handshake transcript code. | Joel Sing |
2018-11-08 | Stop pretending that a cert member in a SSL and SSL_CTX can be NULL. | Joel Sing |
2018-11-07 | Add TLSv1.3 cipher suites (with appropriate guards). | Joel Sing |
2018-11-05 | Rename the TLS Supported Elliptic Curves extension to Supported Groups. | Joel Sing |
2018-11-05 | Clean up the code that checks if we can choose an EC cipher suite. | Joel Sing |
2018-10-24 | Make more of libssl's record layer state internal. | Joel Sing |
2018-09-06 | Drop SSL_CIPHER_ALGORITHM2_AEAD flag. | Joel Sing |
2018-08-27 | Add some missing statics. | Joel Sing |
2018-08-24 | Clean up handshake message start/finish functions. | Joel Sing |
2018-06-02 | Remove the three remaining single DES cipher suites. | Joel Sing |
2018-04-07 | Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER. | Joel Sing |
2018-03-15 | Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version | Jeremie Courreges-Anglas |
2018-02-17 | Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg(). | Joel Sing |
2018-01-27 | Convert ssl3_put_cipher_by_char() to CBB. | Joel Sing |
2017-10-08 | Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, | Joel Sing |
2017-09-25 | Annotate some API-side memory leaks for future resolution. | Joel Sing |
2017-08-28 | ECDHE-RSA-DES-CBC3-SHA should not be marked HIGH. | Joel Sing |
2017-08-28 | Remove the original (pre-IETF) chacha20-poly1305 cipher suites. | Joel Sing |
2017-08-12 | Remove NPN support. | Joel Sing |
2017-08-12 | Remove support for DSS/DSA, since we removed the cipher suites a while | Joel Sing |
2017-08-11 | Convert ssl3_send_certificate_request() to CBB. | Joel Sing |
2017-08-10 | Clean up the EC key/curve configuration handling. | Joel Sing |
2017-08-09 | Consistently return from each SSL/SSL_CTX control case, rather than | Joel Sing |
2017-08-09 | Split out the remaining SSL_CTX controls into individual functions. | Joel Sing |
2017-08-09 | Start splitting out SSL_CTX controls into individual functions, so that | Joel Sing |
2017-08-09 | Be consistent and return from each SSL control case, rather than breaking | Joel Sing |
2017-08-09 | Split out the remaining SSL controls into individual functions. | Joel Sing |
2017-08-09 | Split more controls into individual functions. | Joel Sing |
2017-08-09 | Start splitting out controls into individual functions, so that they can | Joel Sing |
2017-08-09 | Remove unnecessary curly braces and unindent. Also add a few blank lines | Joel Sing |
2017-08-09 | Fix conditionals for DH controls. | Joel Sing |
2017-07-15 | Remove unused variable. | Joel Sing |
2017-05-07 | Drop cipher suites with DSS authentication - there is no good reason to | Joel Sing |
2017-05-07 | Move state from ssl->internal to the handshake structure. | Bob Beck |
2017-05-06 | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | Bob Beck |
2017-05-06 | Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. | Joel Sing |
2017-04-10 | Use freezero() for the internal opaque structures, instead of the current | Joel Sing |
2017-04-10 | Use freezero() for X25519 keys - same result with more readable code. | Joel Sing |
2017-03-10 | Remove the handshake digests and related code, replacing remaining uses | Joel Sing |
2017-03-05 | Provide a rolling handshake hash that commences as soon as the cipher | Joel Sing |
2017-03-04 | Drop the second argument of dtls1_set_message_header() and make it a void | Joel Sing |
2017-02-07 | Change SSLerror() back to taking two args, with the first one being an SSL *. | Bob Beck |
2017-02-05 | Define values for SSL_CTRL_SET_GROUPS{,_LIST} and wire them up to the | Joel Sing |
2017-01-26 | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | Bob Beck |
2017-01-26 | Send the error function codes to rot in the depths of hell where they belong | Bob Beck |
2017-01-24 | sk_pop_free() checks for NULL so do not bother doing it from the callers. | Joel Sing |
2017-01-24 | Add support for setting the supported EC curves via | Joel Sing |
2017-01-24 | There is no point returning then breaking... | Joel Sing |
2017-01-23 | Move options and mode from SSL_CTX and SSL to internal, since these can be | Joel Sing |
2017-01-23 | Split most of SSL_METHOD out into an internal variant, which is opaque. | Joel Sing |