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-11-05 | Mop up ecdh_tmp, since it is no longer used. | Joel Sing |
2018-10-24 | Make more of libssl's record layer state internal. | Joel Sing |
2018-09-08 | SSL_MAX_DIGEST is no longer needed. | Joel Sing |
2018-09-06 | Drop SSL_CIPHER_ALGORITHM2_AEAD flag. | Joel Sing |
2018-09-05 | Correctly clear the current cipher state, when changing cipher state. | Joel Sing |
2018-08-30 | Nuke ssl_pending/ssl_shutdown function pointers. | Joel Sing |
2018-08-27 | n2s and l2n3 finally bite the dust! | Joel Sing |
2018-08-27 | Simplify new session ticket encoding/generation. | Joel Sing |
2018-08-24 | Simplify session ticket parsing/handling. | Joel Sing |
2018-08-24 | Clean up handshake message start/finish functions. | Joel Sing |
2018-08-19 | Rename and collapse tls12_get_sigandhash_cbb(). | Joel Sing |
2018-08-16 | Convert ssl3_send_server_key_exchange() to CBB. | Joel Sing |
2018-04-25 | OpenSSL started adding const to functions all over the place. Make all | Theo Buehler |
2018-04-07 | Remove function pointers for ssl_{read,write,peek}. | Joel Sing |
2018-04-07 | Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER. | Joel Sing |
2018-01-27 | Complete the TLS extension handling rewrite for the server-side. | Joel Sing |
2017-10-12 | Rename ssl3_client_hello() to ssl3_send_client_hello() for consistency. | Joel Sing |
2017-10-12 | Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code. | Joel Sing |
2017-10-12 | Drop prototypes for ssl23_*() functions, which no longer exist. | 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-10-10 | Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer and | Joel Sing |
2017-10-10 | Merge dtls1_connect() into ssl3_connect(), removing a large amount of | Joel Sing |
2017-10-08 | Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, | Joel Sing |
2017-08-28 | Remove the original (pre-IETF) chacha20-poly1305 cipher suites. | 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-12 | Convert TLS signature algorithms extension handling to the new framework. | 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 | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | Doug Hogan |
2017-08-11 | Convert ssl3_send_certificate_request() to CBB. | Joel Sing |
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 the TLS Renegotiation Indication extension handling using CBB/CBS | 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-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-28 | Stop pretending that MD5 and SHA1 might not exist - rather than locating | Joel Sing |
2017-02-21 | Remove STREEBOG 512 as a TLS MAC since there are currently no cipher suites | Joel Sing |
2017-02-07 | Change SSLerror() back to taking two args, with the first one being an SSL *. | Bob Beck |