Age | Commit message (Expand) | Author |
2018-02-08 | Complete the TLS extension rewrite on the client-side. | Joel Sing |
2018-01-27 | Complete the TLS extension handling rewrite for the server-side. | Joel Sing |
2017-10-11 | Convert ssl3_client_hello() to CBB. | Joel Sing |
2017-10-11 | Fully convert ssl3_send_server_hello() to CBB. | Joel Sing |
2017-08-30 | Move the full extension building into tlsext_{client,server}hello_build(), | Joel Sing |
2017-08-27 | Rewrite SRTP extension using CBB/CBS and the new extension framework. | Doug Hogan |
2017-08-26 | Rewrite ALPN extension using CBB/CBS and the new extension framework. | Doug Hogan |
2017-08-13 | match function implementation with declaration, ok beck@, doug@ | Brent Cook |
2017-08-13 | Remove support for the TLS padding extension. | Joel Sing |
2017-08-13 | Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG. | Joel Sing |
2017-08-12 | Rewrite the TLS status request extension to use the new TLS extension framework. | Bob Beck |
2017-08-12 | Convert TLS signature algorithms extension handling to the new framework. | Joel Sing |
2017-08-12 | Rewrite session ticket TLS extension handling using CBB/CBS and the new | Doug Hogan |
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 | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | Doug Hogan |
2017-08-11 | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | Doug Hogan |
2017-08-10 | Clean up the EC key/curve configuration handling. | Joel Sing |
2017-08-09 | Pull out the code that identifies if we have an ECC cipher in the cipher | Joel Sing |
2017-07-24 | Rewrite and move the last remnants of the ServerHello SNI handling into | Joel Sing |
2017-07-24 | Rewrite the TLS Renegotiation Indication extension handling using CBB/CBS | Joel Sing |
2017-07-23 | Hook the TLS extension parsing framework into the serverhello parsing. | Joel Sing |
2017-07-19 | Check the return value of CBB_init_fixed(), since it can fail. | Joel Sing |
2017-07-16 | Start rewriting TLS extension handling. | 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-02-07 | Change SSLerror() back to taking two args, with the first one being an SSL *. | Bob Beck |
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-26 | Remove most of SSL3_ENC_METHOD - we can just inline the function calls | Joel Sing |
2017-01-24 | sk_pop_free() checks for NULL so do not bother doing it from the callers. | Joel Sing |
2017-01-24 | #if 0 the ecformats_list and eccurves_list - these are currently unused but | Joel Sing |
2017-01-24 | Add support for setting the supported EC curves via | Joel Sing |
2017-01-24 | Correct bounds checks used when generating the EC curves extension. | Joel Sing |
2017-01-24 | Fix typo in brainpool curve name within a comment. | 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 |
2017-01-23 | send state and rstate from ssl_st into internal. There are accessors | Bob Beck |
2017-01-23 | Move a large part of ssl_st into internal, so we can see what squeals. | Bob Beck |
2017-01-23 | Move most of the fields in SSL_CTX to internal - the ones that remain are | Joel Sing |
2017-01-23 | move the callbacks from ssl_st to internal | Bob Beck |
2017-01-23 | Move callback function pointers and argument pointers from SSL_CTX to | Joel Sing |
2017-01-22 | Move most of the SSL3_STATE fields to internal - the ones that remain are | Joel Sing |
2017-01-22 | Move ALPN and NPN fields from SSL/SSL_CTX to internal. | Joel Sing |
2017-01-22 | Move internal parts of ssl_session_st to internal | Bob Beck |
2016-12-21 | Add support for ECDHE with X25519. | Joel Sing |
2016-12-18 | Convert ssl3_get_server_hello() to CBS. | Joel Sing |
2016-11-05 | Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve() | Joel Sing |
2016-10-19 | Remove support for fixed ECDH cipher suites - these is not widely supported | Joel Sing |
2016-10-02 | Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate() | Philip Guenther |