| Commit message (Expand) | Author | Age | Files | Lines |
* | Use calloc/freezero when allocating and freeing the session ticket data. | jsing | 2019-04-25 | 1 | -4/+6 |
* | Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead of | jsing | 2019-04-25 | 1 | -24/+29 |
* | Rename some variables in tls_decrypt_ticket(). | jsing | 2019-04-25 | 1 | -18/+18 |
* | Convert tls_decrypt_ticket() to CBS. | jsing | 2019-04-23 | 1 | -44/+72 |
* | Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket(). | jsing | 2019-04-22 | 1 | -41/+29 |
* | Pass the session ID down to the session/ticket handling code as a CBS. | jsing | 2019-04-22 | 1 | -18/+20 |
* | Inline and remove the tlsext_tick_md macro. | jsing | 2019-04-22 | 1 | -2/+2 |
* | Clean up tls1_process_ticket(). | jsing | 2019-04-21 | 1 | -39/+43 |
* | Cleanup more of tls_decrypt_ticket(). | jsing | 2019-04-21 | 1 | -5/+9 |
* | Start cleaning up tls_decrypt_ticket(). | jsing | 2019-04-21 | 1 | -58/+63 |
* | tls1_process_sigalgs() is no longer needed. | jsing | 2019-03-25 | 1 | -55/+1 |
* | Modify sigalgs extension processing to accomodate TLS 1.3. | beck | 2019-01-23 | 1 | -5/+5 |
* | revert previous, accidentally contained another diff in addition | beck | 2019-01-23 | 1 | -5/+5 |
* | Modify sigalgs extension processing for TLS 1.3. | beck | 2019-01-23 | 1 | -5/+5 |
* | Stop keeping track of sigalgs by guessing it from digest and pkey, | beck | 2018-11-10 | 1 | -19/+23 |
* | Reimplement the sigalgs processing code into a new implementation | beck | 2018-11-09 | 1 | -173/+18 |
* | Stop pretending that a cert member in a SSL and SSL_CTX can be NULL. | jsing | 2018-11-08 | 1 | -5/+1 |
* | Rename the TLS Supported Elliptic Curves extension to Supported Groups. | jsing | 2018-11-05 | 1 | -29/+29 |
* | Clean up the code that checks if we can choose an EC cipher suite. | jsing | 2018-11-05 | 1 | -12/+1 |
* | Mop up ecdh_tmp, since it is no longer used. | jsing | 2018-11-05 | 1 | -11/+2 |
* | Simplify session ticket parsing/handling. | jsing | 2018-08-24 | 1 | -44/+21 |
* | Rename and collapse tls12_get_sigandhash_cbb(). | jsing | 2018-08-19 | 1 | -29/+21 |
* | Convert ssl3_send_server_key_exchange() to CBB. | jsing | 2018-08-16 | 1 | -2/+23 |
* | Complete the TLS extension rewrite on the client-side. | jsing | 2018-02-08 | 1 | -74/+1 |
* | Complete the TLS extension handling rewrite for the server-side. | jsing | 2018-01-27 | 1 | -70/+1 |
* | Convert ssl3_client_hello() to CBB. | jsing | 2017-10-11 | 1 | -24/+1 |
* | Fully convert ssl3_send_server_hello() to CBB. | jsing | 2017-10-11 | 1 | -24/+1 |
* | Move the full extension building into tlsext_{client,server}hello_build(), | jsing | 2017-08-30 | 1 | -34/+9 |
* | Rewrite SRTP extension using CBB/CBS and the new extension framework. | doug | 2017-08-27 | 1 | -57/+1 |
* | Rewrite ALPN extension using CBB/CBS and the new extension framework. | doug | 2017-08-26 | 1 | -139/+1 |
* | match function implementation with declaration, ok beck@, doug@ | bcook | 2017-08-13 | 1 | -2/+2 |
* | Remove support for the TLS padding extension. | jsing | 2017-08-13 | 1 | -35/+1 |
* | Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG. | jsing | 2017-08-13 | 1 | -18/+1 |
* | Rewrite the TLS status request extension to use the new TLS extension framework. | beck | 2017-08-12 | 1 | -173/+3 |
* | Convert TLS signature algorithms extension handling to the new framework. | jsing | 2017-08-12 | 1 | -50/+13 |
* | Rewrite session ticket TLS extension handling using CBB/CBS and the new | doug | 2017-08-12 | 1 | -63/+3 |
* | Remove NPN support. | jsing | 2017-08-12 | 1 | -110/+3 |
* | Remove support for DSS/DSA, since we removed the cipher suites a while | jsing | 2017-08-12 | 1 | -13/+1 |
* | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | doug | 2017-08-11 | 1 | -73/+3 |
* | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | doug | 2017-08-11 | 1 | -144/+6 |
* | Clean up the EC key/curve configuration handling. | jsing | 2017-08-10 | 1 | -11/+6 |
* | Pull out the code that identifies if we have an ECC cipher in the cipher | jsing | 2017-08-09 | 1 | -32/+7 |
* | Rewrite and move the last remnants of the ServerHello SNI handling into | jsing | 2017-07-24 | 1 | -28/+2 |
* | Rewrite the TLS Renegotiation Indication extension handling using CBB/CBS | jsing | 2017-07-24 | 1 | -58/+5 |
* | Hook the TLS extension parsing framework into the serverhello parsing. | jsing | 2017-07-23 | 1 | -1/+6 |
* | Check the return value of CBB_init_fixed(), since it can fail. | jsing | 2017-07-19 | 1 | -3/+5 |
* | Start rewriting TLS extension handling. | jsing | 2017-07-16 | 1 | -139/+34 |
* | Move state from ssl->internal to the handshake structure. | beck | 2017-05-07 | 1 | -2/+2 |
* | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | beck | 2017-05-06 | 1 | -7/+7 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -13/+13 |