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
/
tls13_client.c
Age
Commit message (
Expand
)
Author
2021-10-25
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
Joel Sing
2021-10-23
Provide a way to determine our maximum legacy version.
Joel Sing
2021-06-29
Provide a ssl_sigalg_for_peer() function and use in the TLSv1.3 code.
Joel Sing
2021-06-29
Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().
Joel Sing
2021-06-29
Require a ServerHello following a HelloRetryRequest to use the same cipher.
Joel Sing
2021-06-27
Track the sigalgs used by ourselves and our peer.
Joel Sing
2021-06-27
Change ssl_sigalgs_from_value() to perform sigalg list selection.
Joel Sing
2021-06-27
Rename ssl_sigalg() to ssl_sigalg_from_value().
Joel Sing
2021-06-08
Rewrap a comment to avoid an overlong line
Theo Buehler
2021-05-16
Make local header inclusion consistent.
Joel Sing
2021-05-16
Avoid pulling ssl_sigalgs.h in via ssl_locl.h.
Joel Sing
2021-03-29
Move finished and peer finished to the handshake struct.
Joel Sing
2021-03-24
Rename new_cipher to cipher.
Joel Sing
2021-03-21
Move the TLSv1.3 handshake struct inside the shared handshake struct.
Joel Sing
2021-03-10
Improve internal version handling.
Joel Sing
2021-02-25
Only use TLS versions internally (rather than both TLS and DTLS versions).
Joel Sing
2021-02-22
Fix bizarre punctuation and capitalization in a comment.
Theo Buehler
2021-02-22
Simplify version checks in the TLSv1.3 client
Theo Buehler
2021-01-06
Use tls13_secret_{init,cleanup}() for the finished_key
Theo Buehler
2021-01-05
Use consistent names in tls13_{client,server}_finished_{recv,send}().
Joel Sing
2020-12-14
Fix SSL_get{,_peer}_finished() with TLSv1.3
Theo Buehler
2020-09-11
Remove cipher_list_by_id.
Joel Sing
2020-07-03
Improve argument order for the internal tlsext API
Theo Buehler
2020-06-04
Improve client certificate selection for TLSv1.3
Theo Buehler
2020-05-23
Wire up SSL_MODE_AUTO_RETRY mode to retrying after PHH messages.
Joel Sing
2020-05-19
Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.
Joel Sing
2020-05-19
Add support for TLS 1.3 server to send certificate status
Bob Beck
2020-05-17
Send a decode error alert if a server provides an empty certificate list.
Joel Sing
2020-05-16
Ensure that a TLSv1.3 server has provided a certificate.
Joel Sing
2020-05-13
Switch the legacy version to TLS1_2_VERSION when processing server hello.
Joel Sing
2020-05-10
Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.
Joel Sing
2020-05-09
Send dummy ChangeCipherSpec messages from the TLSv1.3 client.
Joel Sing
2020-05-09
Add a middlebox_compat flag and condition session ID randomisation on it.
Joel Sing
2020-05-09
Add support for certificate status requests in TLS 1.3 client
Bob Beck
2020-04-28
Move legacy stack interfacing functions into tls13_legacy.c.
Joel Sing
2020-04-28
Rename tls13_client_synthetic_handshake_message() and move to tls13_lib.c.
Joel Sing
2020-04-27
Shuffle some functions around.
Joel Sing
2020-04-22
Improve TLSv1.3 state machine for HelloRetryRequest handling.
Joel Sing
2020-04-21
Consolidate TLSv1.3 constants.
Joel Sing
2020-04-17
Generate client key share using our preferred group.
Joel Sing
2020-04-08
Ensure legacy session ID is persistent during client TLS session.
Joel Sing
2020-04-06
Send a zero-length session identifier if TLSv1.3 is not enabled.
Joel Sing
2020-03-10
Use ctx->hs->secrets rather than the S3I(s) version.
Joel Sing
2020-02-23
According to RFC 8446, Section 4.4.4, recipients of incorrect Finished
Theo Buehler
2020-02-18
drop unused include <openssl/curve25519.h>
Theo Buehler
2020-02-06
Add support for handling hello retry requests in the TLSv1.3 client.
Joel Sing
2020-02-05
Refactor the server hello processing code in the TLSv1.3 client.
Joel Sing
2020-02-05
Remove the hello retry request processing code that was previously added.
Joel Sing
2020-02-04
Free the transcript as soon as we initialise the transcript hash.
Joel Sing
2020-01-30
Provide struct/functions for handling TLSv1.3 key shares.
Joel Sing
[next]