summaryrefslogtreecommitdiff
path: root/src/lib/libssl/t1_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge SSL_METHOD_INTERNAL into SSL_METHOD.jsing2021-07-011-3/+3
* Indent all labels with a single space.jsing2021-06-111-2/+2
* Make local header inclusion consistent.jsing2021-05-161-3/+2
* Mark nid_list[] const. This moves 116 bytes to .rodata.tb2020-12-051-2/+2
* SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNALguenther2020-10-111-14/+1
* Mop up various things that are now unused with the new record layer.jsing2020-10-071-4/+4
* Simplify tls1_set_ec_id() a bittb2020-09-121-24/+19
* Garbage collect renew_ticket in tls_decrypt_tickettb2020-09-071-8/+5
* copy session id directly in ssl_get_prev_sessiontb2020-09-011-21/+5
* Hoist ERR_clear_error() call into the derr: labeltb2020-09-011-4/+2
* simplify tls1_process_ticket() exit pathtb2020-09-011-17/+6
* Return code tweaks for session ticket handlerstb2020-08-311-37/+36
* Send alert on ssl_get_prev_session failuretb2020-08-311-8/+18
* Add P-521 to the list of curves supported by default in the client.jsing2020-08-091-5/+18
* Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.jsing2020-07-071-9/+1
* Mop up servername_done, which is unused.jsing2020-05-291-5/+1
* Use size_t for OCSP response length.jsing2020-05-101-5/+4
* Remove the enc function pointers.jsing2020-03-101-4/+1
* Use calloc/freezero when allocating and freeing the session ticket data.jsing2019-04-251-4/+6
* Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead ofjsing2019-04-251-24/+29
* Rename some variables in tls_decrypt_ticket().jsing2019-04-251-18/+18
* Convert tls_decrypt_ticket() to CBS.jsing2019-04-231-44/+72
* Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket().jsing2019-04-221-41/+29
* Pass the session ID down to the session/ticket handling code as a CBS.jsing2019-04-221-18/+20
* Inline and remove the tlsext_tick_md macro.jsing2019-04-221-2/+2
* Clean up tls1_process_ticket().jsing2019-04-211-39/+43
* Cleanup more of tls_decrypt_ticket().jsing2019-04-211-5/+9
* Start cleaning up tls_decrypt_ticket().jsing2019-04-211-58/+63
* tls1_process_sigalgs() is no longer needed.jsing2019-03-251-55/+1
* Modify sigalgs extension processing to accomodate TLS 1.3.beck2019-01-231-5/+5
* revert previous, accidentally contained another diff in additionbeck2019-01-231-5/+5
* Modify sigalgs extension processing for TLS 1.3.beck2019-01-231-5/+5
* Stop keeping track of sigalgs by guessing it from digest and pkey,beck2018-11-101-19/+23
* Reimplement the sigalgs processing code into a new implementationbeck2018-11-091-173/+18
* Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.jsing2018-11-081-5/+1
* Rename the TLS Supported Elliptic Curves extension to Supported Groups.jsing2018-11-051-29/+29
* Clean up the code that checks if we can choose an EC cipher suite.jsing2018-11-051-12/+1
* Mop up ecdh_tmp, since it is no longer used.jsing2018-11-051-11/+2
* Simplify session ticket parsing/handling.jsing2018-08-241-44/+21
* Rename and collapse tls12_get_sigandhash_cbb().jsing2018-08-191-29/+21
* Convert ssl3_send_server_key_exchange() to CBB.jsing2018-08-161-2/+23
* Complete the TLS extension rewrite on the client-side.jsing2018-02-081-74/+1
* Complete the TLS extension handling rewrite for the server-side.jsing2018-01-271-70/+1
* Convert ssl3_client_hello() to CBB.jsing2017-10-111-24/+1
* Fully convert ssl3_send_server_hello() to CBB.jsing2017-10-111-24/+1
* Move the full extension building into tlsext_{client,server}hello_build(),jsing2017-08-301-34/+9
* Rewrite SRTP extension using CBB/CBS and the new extension framework.doug2017-08-271-57/+1
* Rewrite ALPN extension using CBB/CBS and the new extension framework.doug2017-08-261-139/+1
* match function implementation with declaration, ok beck@, doug@bcook2017-08-131-2/+2
* Remove support for the TLS padding extension.jsing2017-08-131-35/+1