summaryrefslogtreecommitdiff
path: root/lib/libssl/t1_lib.c
AgeCommit message (Expand)Author
2022-01-24Garbage collect the unused rv in tls1_check_ec_server_key() andTheo Buehler
2022-01-08Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.Joel Sing
2021-11-26Stop reaching into EVP_PKEY in the rest of libssl.Theo Buehler
2021-10-25Fold SSL_SESSION_INTERNAL back into SSL_SESSION.Joel Sing
2021-07-01Merge SSL_METHOD_INTERNAL into SSL_METHOD.Joel Sing
2021-06-11Indent all labels with a single space.Joel Sing
2021-05-16Make local header inclusion consistent.Joel Sing
2020-12-05Mark nid_list[] const. This moves 116 bytes to .rodata.Theo Buehler
2020-10-11SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNALPhilip Guenther
2020-10-07Mop up various things that are now unused with the new record layer.Joel Sing
2020-09-12Simplify tls1_set_ec_id() a bitTheo Buehler
2020-09-07Garbage collect renew_ticket in tls_decrypt_ticketTheo Buehler
2020-09-01copy session id directly in ssl_get_prev_sessionTheo Buehler
2020-09-01Hoist ERR_clear_error() call into the derr: labelTheo Buehler
2020-09-01simplify tls1_process_ticket() exit pathTheo Buehler
2020-08-31Return code tweaks for session ticket handlersTheo Buehler
2020-08-31Send alert on ssl_get_prev_session failureTheo Buehler
2020-08-09Add P-521 to the list of curves supported by default in the client.Joel Sing
2020-07-07Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.Joel Sing
2020-05-29Mop up servername_done, which is unused.Joel Sing
2020-05-10Use size_t for OCSP response length.Joel Sing
2020-03-10Remove the enc function pointers.Joel Sing
2019-04-25Use calloc/freezero when allocating and freeing the session ticket data.Joel Sing
2019-04-25Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead ofJoel Sing
2019-04-25Rename some variables in tls_decrypt_ticket().Joel Sing
2019-04-23Convert tls_decrypt_ticket() to CBS.Joel Sing
2019-04-22Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket().Joel Sing
2019-04-22Pass the session ID down to the session/ticket handling code as a CBS.Joel Sing
2019-04-22Inline and remove the tlsext_tick_md macro.Joel Sing
2019-04-21Clean up tls1_process_ticket().Joel Sing
2019-04-21Cleanup more of tls_decrypt_ticket().Joel Sing
2019-04-21Start cleaning up tls_decrypt_ticket().Joel Sing
2019-03-25tls1_process_sigalgs() is no longer needed.Joel Sing
2019-01-23Modify sigalgs extension processing to accomodate TLS 1.3.Bob Beck
2019-01-23revert previous, accidentally contained another diff in additionBob Beck
2019-01-23Modify sigalgs extension processing for TLS 1.3.Bob Beck
2018-11-10Stop keeping track of sigalgs by guessing it from digest and pkey,Bob Beck
2018-11-09Reimplement the sigalgs processing code into a new implementationBob Beck
2018-11-08Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.Joel Sing
2018-11-05Rename the TLS Supported Elliptic Curves extension to Supported Groups.Joel Sing
2018-11-05Clean up the code that checks if we can choose an EC cipher suite.Joel Sing
2018-11-05Mop up ecdh_tmp, since it is no longer used.Joel Sing
2018-08-24Simplify session ticket parsing/handling.Joel Sing
2018-08-19Rename and collapse tls12_get_sigandhash_cbb().Joel Sing
2018-08-16Convert ssl3_send_server_key_exchange() to CBB.Joel Sing
2018-02-08Complete the TLS extension rewrite on the client-side.Joel Sing
2018-01-27Complete the TLS extension handling rewrite for the server-side.Joel Sing
2017-10-11Convert ssl3_client_hello() to CBB.Joel Sing
2017-10-11Fully convert ssl3_send_server_hello() to CBB.Joel Sing
2017-08-30Move the full extension building into tlsext_{client,server}hello_build(),Joel Sing