summaryrefslogtreecommitdiff
path: root/lib/libssl/t1_lib.c
AgeCommit message (Expand)Author
2022-11-26Make internal header file names consistentTheo Buehler
2022-10-02Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.Joel Sing
2022-08-17Refactor tls1_get_supported_group()Theo Buehler
2022-08-17Make tls1_get_{format,group_}list() take a const SSLTheo Buehler
2022-07-03Simplify tls1_ec_nid2group_id()Theo Buehler
2022-07-03Simplify tls1_ec_group_id2{bits,nid}()Theo Buehler
2022-07-02Rename uses 'curve' to 'group' and rework tls1 group API.Theo Buehler
2022-07-02Fix off-by-one in length check.Theo Buehler
2022-07-02Make tls1_ec_curve_id2nid() return explicit NID_undef instead of 0 on errorTheo Buehler
2022-06-30Remove redundant commentsTheo Buehler
2022-06-30Check security level for supported groups.Theo Buehler
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