| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reimplement the sigalgs processing code into a new implementation | beck | 2018-11-09 | 1 | -7/+1 |
* | Clean up and simplify the handshake transcript code. | jsing | 2018-11-08 | 1 | -7/+10 |
* | Stop pretending that a cert member in a SSL and SSL_CTX can be NULL. | jsing | 2018-11-08 | 1 | -2/+1 |
* | Add TLSv1.3 cipher suites (with appropriate guards). | jsing | 2018-11-07 | 1 | -1/+4 |
* | Rename the TLS Supported Elliptic Curves extension to Supported Groups. | jsing | 2018-11-05 | 1 | -8/+8 |
* | Clean up the code that checks if we can choose an EC cipher suite. | jsing | 2018-11-05 | 1 | -2/+1 |
* | Mop up ecdh_tmp, since it is no longer used. | jsing | 2018-11-05 | 1 | -3/+1 |
* | Make more of libssl's record layer state internal. | jsing | 2018-10-24 | 1 | -1/+11 |
* | SSL_MAX_DIGEST is no longer needed. | jsing | 2018-09-08 | 1 | -5/+1 |
* | Drop SSL_CIPHER_ALGORITHM2_AEAD flag. | jsing | 2018-09-06 | 1 | -10/+6 |
* | Correctly clear the current cipher state, when changing cipher state. | jsing | 2018-09-05 | 1 | -3/+4 |
* | Nuke ssl_pending/ssl_shutdown function pointers. | jsing | 2018-08-30 | 1 | -4/+1 |
* | n2s and l2n3 finally bite the dust! | jsing | 2018-08-27 | 1 | -7/+1 |
* | Simplify new session ticket encoding/generation. | jsing | 2018-08-27 | 1 | -1/+3 |
* | Simplify session ticket parsing/handling. | jsing | 2018-08-24 | 1 | -6/+7 |
* | Clean up handshake message start/finish functions. | jsing | 2018-08-24 | 1 | -5/+3 |
* | Rename and collapse tls12_get_sigandhash_cbb(). | jsing | 2018-08-19 | 1 | -5/+3 |
* | Convert ssl3_send_server_key_exchange() to CBB. | jsing | 2018-08-16 | 1 | -1/+3 |
* | OpenSSL started adding const to functions all over the place. Make all | tb | 2018-04-25 | 1 | -3/+3 |
* | Remove function pointers for ssl_{read,write,peek}. | jsing | 2018-04-07 | 1 | -4/+1 |
* | Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER. | jsing | 2018-04-07 | 1 | -3/+1 |
* | Complete the TLS extension handling rewrite for the server-side. | jsing | 2018-01-27 | 1 | -3/+4 |
* | Rename ssl3_client_hello() to ssl3_send_client_hello() for consistency. | jsing | 2017-10-12 | 1 | -2/+2 |
* | Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code. | jsing | 2017-10-12 | 1 | -2/+2 |
* | Drop prototypes for ssl23_*() functions, which no longer exist. | jsing | 2017-10-12 | 1 | -11/+1 |
* | Convert ssl3_client_hello() to CBB. | jsing | 2017-10-11 | 1 | -6/+2 |
* | Fully convert ssl3_send_server_hello() to CBB. | jsing | 2017-10-11 | 1 | -4/+1 |
* | Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer and | jsing | 2017-10-10 | 1 | -3/+2 |
* | Merge dtls1_connect() into ssl3_connect(), removing a large amount of | jsing | 2017-10-10 | 1 | -2/+2 |
* | Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, | jsing | 2017-10-08 | 1 | -3/+5 |
* | Remove the original (pre-IETF) chacha20-poly1305 cipher suites. | jsing | 2017-08-28 | 1 | -2/+1 |
* | Rewrite SRTP extension using CBB/CBS and the new extension framework. | doug | 2017-08-27 | 1 | -1/+10 |
* | Rewrite ALPN extension using CBB/CBS and the new extension framework. | doug | 2017-08-26 | 1 | -2/+2 |
* | Convert TLS signature algorithms extension handling to the new framework. | jsing | 2017-08-12 | 1 | -3/+4 |
* | Remove NPN support. | jsing | 2017-08-12 | 1 | -39/+4 |
* | Remove support for DSS/DSA, since we removed the cipher suites a while | jsing | 2017-08-12 | 1 | -8/+5 |
* | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | doug | 2017-08-11 | 1 | -1/+3 |
* | Convert ssl3_send_certificate_request() to CBB. | jsing | 2017-08-11 | 1 | -2/+2 |
* | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | doug | 2017-08-11 | 1 | -1/+4 |
* | Clean up the EC key/curve configuration handling. | jsing | 2017-08-10 | 1 | -3/+1 |
* | Pull out the code that identifies if we have an ECC cipher in the cipher | jsing | 2017-08-09 | 1 | -1/+3 |
* | Rewrite the TLS Renegotiation Indication extension handling using CBB/CBS | jsing | 2017-07-24 | 1 | -9/+4 |
* | Move state from ssl->internal to the handshake structure. | beck | 2017-05-07 | 1 | -4/+6 |
* | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | beck | 2017-05-06 | 1 | -9/+15 |
* | Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. | jsing | 2017-05-06 | 1 | -1/+5 |
* | Remove the handshake digests and related code, replacing remaining uses | jsing | 2017-03-10 | 1 | -7/+1 |
* | Provide a rolling handshake hash that commences as soon as the cipher | jsing | 2017-03-05 | 1 | -7/+19 |
* | Drop the second argument of dtls1_set_message_header() and make it a void | jsing | 2017-03-04 | 1 | -4/+3 |
* | Stop pretending that MD5 and SHA1 might not exist - rather than locating | jsing | 2017-02-28 | 1 | -4/+1 |
* | Remove STREEBOG 512 as a TLS MAC since there are currently no cipher suites | jsing | 2017-02-21 | 1 | -4/+2 |