index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
t1_lib.c
Age
Commit message (
Expand
)
Author
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-08-17
Refactor tls1_get_supported_group()
Theo Buehler
2022-08-17
Make tls1_get_{format,group_}list() take a const SSL
Theo Buehler
2022-07-03
Simplify tls1_ec_nid2group_id()
Theo Buehler
2022-07-03
Simplify tls1_ec_group_id2{bits,nid}()
Theo Buehler
2022-07-02
Rename uses 'curve' to 'group' and rework tls1 group API.
Theo Buehler
2022-07-02
Fix off-by-one in length check.
Theo Buehler
2022-07-02
Make tls1_ec_curve_id2nid() return explicit NID_undef instead of 0 on error
Theo Buehler
2022-06-30
Remove redundant comments
Theo Buehler
2022-06-30
Check security level for supported groups.
Theo Buehler
2022-01-24
Garbage collect the unused rv in tls1_check_ec_server_key() and
Theo Buehler
2022-01-08
Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.
Joel Sing
2021-11-26
Stop reaching into EVP_PKEY in the rest of libssl.
Theo Buehler
2021-10-25
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
Joel Sing
2021-07-01
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
Joel Sing
2021-06-11
Indent all labels with a single space.
Joel Sing
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
[next]