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_server.c
Age
Commit message (
Expand
)
Author
2021-10-31
libssl: stop reaching into the X509 struct and simplify some code by
Theo Buehler
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-10-23
Use X509_STORE_CTX_get0_chain() instead of grabbing the chain directly
Theo Buehler
2021-07-01
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
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-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-11
Indent all labels with a single space.
Joel Sing
2021-06-08
TLSv1.3 server: avoid sending alerts in legacy records
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-01-09
Add support for SSL_get_shared_ciphers() in TLSv1.3
Theo Buehler
2021-01-07
Rename two local variables ssl to s for consistency
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
2021-01-05
Use legacy verifier when building auto chains.
Joel Sing
2020-12-14
Fix SSL_get{,_peer}_finished() with TLSv1.3
Theo Buehler
2020-11-17
typo & punctuation in comment
Theo Buehler
2020-11-11
Implement auto chain for the TLSv1.3 server.
Joel Sing
2020-07-03
Improve argument order for the internal tlsext API
Theo Buehler
2020-06-25
Switch the order of the two tests in tls13_client_hello_required_extensions
Theo Buehler
2020-06-24
Enforce restrictions for ClientHello extensions
Theo Buehler
2020-06-06
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
Bob Beck
2020-06-04
Align tls13_server_select_certificate() with
Theo Buehler
2020-06-02
distracting whitespace
Theo Buehler
2020-05-29
Improve server certificate selection for TLSv1.3.
Joel Sing
2020-05-29
Wire up the servername callback in the TLSv1.3 server.
Joel Sing
2020-05-23
Wire up SSL_MODE_AUTO_RETRY mode to retrying after PHH messages.
Joel Sing
2020-05-23
Do not assume that server_group != 0 or tlsext_supportedgroups != NULL
Theo Buehler
2020-05-22
Ensure we only attach an ocsp staple to a leaf certificate, because
Bob Beck
2020-05-21
Actually set the hrr flag when sending a HelloRetryRequest.
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-16
Avoid sending an empty certificate list from the TLSv1.3 server.
Joel Sing
2020-05-13
Switch back to the legacy stack where the maximum is less than TLSv1.3.
Joel Sing
2020-05-11
Set the record layer legacy version from the TLSv1.3 server.
Joel Sing
2020-05-11
Use ssl_get_new_session() in the TLSv1.3 server.
Joel Sing
2020-05-10
Send dummy ChangeCipherSpec messages from the TLSv1.3 server
Theo Buehler
2020-05-10
Honour SSL_VERIFY_FAIL_IF_NO_PEER_CERT in the TLSv1.3 server.
Joel Sing
2020-05-10
Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.
Joel Sing
2020-05-09
Back out server side CCS sending. It breaks TLSv1.3 client communication
Theo Buehler
2020-05-09
Send dummy ChangeCipherSpec messages from the TLSv1.3 server
Theo Buehler
[next]