Age | Commit message (Expand) | Author |
2021-05-16 | Make local header inclusion consistent. | Joel Sing |
2020-12-05 | Mark nid_list[] const. This moves 116 bytes to .rodata. | Theo Buehler |
2020-10-11 | SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNAL | Philip Guenther |
2020-10-07 | Mop up various things that are now unused with the new record layer. | Joel Sing |
2020-09-12 | Simplify tls1_set_ec_id() a bit | Theo Buehler |
2020-09-07 | Garbage collect renew_ticket in tls_decrypt_ticket | Theo Buehler |
2020-09-01 | copy session id directly in ssl_get_prev_session | Theo Buehler |
2020-09-01 | Hoist ERR_clear_error() call into the derr: label | Theo Buehler |
2020-09-01 | simplify tls1_process_ticket() exit path | Theo Buehler |
2020-08-31 | Return code tweaks for session ticket handlers | Theo Buehler |
2020-08-31 | Send alert on ssl_get_prev_session failure | Theo Buehler |
2020-08-09 | Add P-521 to the list of curves supported by default in the client. | Joel Sing |
2020-07-07 | Remove some unnecessary function pointers from SSL_METHOD_INTERNAL. | Joel Sing |
2020-05-29 | Mop up servername_done, which is unused. | Joel Sing |
2020-05-10 | Use size_t for OCSP response length. | Joel Sing |
2020-03-10 | Remove the enc function pointers. | Joel Sing |
2019-04-25 | Use calloc/freezero when allocating and freeing the session ticket data. | Joel Sing |
2019-04-25 | Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead of | Joel Sing |
2019-04-25 | Rename some variables in tls_decrypt_ticket(). | Joel Sing |
2019-04-23 | Convert tls_decrypt_ticket() to CBS. | Joel Sing |
2019-04-22 | Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket(). | Joel Sing |
2019-04-22 | Pass the session ID down to the session/ticket handling code as a CBS. | Joel Sing |
2019-04-22 | Inline and remove the tlsext_tick_md macro. | Joel Sing |
2019-04-21 | Clean up tls1_process_ticket(). | Joel Sing |
2019-04-21 | Cleanup more of tls_decrypt_ticket(). | Joel Sing |
2019-04-21 | Start cleaning up tls_decrypt_ticket(). | Joel Sing |
2019-03-25 | tls1_process_sigalgs() is no longer needed. | Joel Sing |
2019-01-23 | Modify sigalgs extension processing to accomodate TLS 1.3. | Bob Beck |
2019-01-23 | revert previous, accidentally contained another diff in addition | Bob Beck |
2019-01-23 | Modify sigalgs extension processing for TLS 1.3. | Bob Beck |
2018-11-10 | Stop keeping track of sigalgs by guessing it from digest and pkey, | Bob Beck |
2018-11-09 | Reimplement the sigalgs processing code into a new implementation | Bob Beck |
2018-11-08 | Stop pretending that a cert member in a SSL and SSL_CTX can be NULL. | 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-08-24 | Simplify session ticket parsing/handling. | 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-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 |