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_internal.h
Age
Commit message (
Expand
)
Author
2022-06-03
Provide #defines for the two currently registered PskKeyExchangeModes.
Theo Buehler
2022-01-05
Rename tls13_key_share to tls_key_share.
Joel Sing
2021-10-23
Rename tls13_buffer to tls_buffer.
Joel Sing
2021-09-16
Implement flushing for TLSv1.3 handshakes.
Joel Sing
2021-09-14
zap trailing white space
Theo Buehler
2021-09-14
Call the info cb on connect/accept exit in TLSv1.3
Theo Buehler
2021-09-04
Factor out the TLSv1.3 code that handles content from TLS records.
Joel Sing
2021-06-28
Expand info callback support for TLSv1.3
Theo Buehler
2021-03-21
Move the TLSv1.3 handshake struct inside the shared handshake struct.
Joel Sing
2021-01-05
Add tls13_secret_{init,cleanup}()
Theo Buehler
2020-11-16
Implement exporter for TLSv1.3.
Joel Sing
2020-07-30
Add minimal info callback support for TLSv1.3
Theo Buehler
2020-07-03
Improve argument order for the internal tlsext API
Theo Buehler
2020-06-06
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
Bob Beck
2020-05-29
Wire up the servername callback in the TLSv1.3 server.
Joel Sing
2020-05-23
Provide the option to retry or return after post-handshake messages.
Joel Sing
2020-05-19
Add support for TLS 1.3 server to send certificate status
Bob Beck
2020-05-16
Add TLS13_ERR_NO_CERTIFICATE.
Joel Sing
2020-05-11
Propagate record overflows to the record layer and alert.
Joel Sing
2020-05-11
Add record version checks.
Joel Sing
2020-05-11
Provide an alert sent record layer callback.
Joel Sing
2020-05-11
Move the record layer callbacks into a struct.
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
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-22
Improve TLSv1.3 state machine for HelloRetryRequest handling.
Joel Sing
2020-04-21
Consolidate TLSv1.3 constants.
Joel Sing
2020-04-18
Expose the peer ephemeral public key used for TLSv1.3 key exchange.
Joel Sing
2020-04-17
Generate client key share using our preferred group.
Joel Sing
2020-03-10
Remove some unnecessary handshake enums/functions.
Joel Sing
2020-02-05
Pull the handshake message transcript code into its own function.
Joel Sing
2020-02-05
Rework tls13_legacy_handshake_message_{recv,sent}_cb() to use
Theo Buehler
2020-01-30
Provide struct/functions for handling TLSv1.3 key shares.
Joel Sing
2020-01-26
Move pad and verify context into tls13_lib.c
Bob Beck
2020-01-25
Add an underbar for consistency.
Theo Buehler
2020-01-25
Support legacy message callbacks. First step for SSL_set_msg_callback(3)
Theo Buehler
2020-01-25
It is possible to receive a pre-TLSv1.3 alert in response to a TLSv1.3
Joel Sing
2020-01-24
Complete the initial TLSv1.3 implementation.
Joel Sing
2020-01-24
Switch to encrypted records in the TLSv1.3 server.
Joel Sing
2020-01-24
Fix breakage in SSL_connect, SSL_accept, etc. by not propagating
Bob Beck
2020-01-23
Implement client hello processing in the TLSv1.3 server.
Joel Sing
2020-01-23
Add checking int the client to check the magic values which are
Bob Beck
2020-01-23
Implement pending for TLSv1.3.
Joel Sing
[next]