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_handshake.c
Age
Commit message (
Expand
)
Author
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-29
Remove unused stub implementation of tls13_accept(). The correct
Theo Buehler
2020-01-25
Revert change to certificate request check from r1.45.
Joel Sing
2020-01-25
Preserve the transcript hash for the client finished message,
Bob Beck
2020-01-25
Support legacy message callbacks. First step for SSL_set_msg_callback(3)
Theo Buehler
2020-01-25
Correct backwards test so that we may accept a certificate requst
Bob Beck
2020-01-24
Complete the initial TLSv1.3 implementation.
Joel Sing
2020-01-24
Preserve the TLS transcript at additional points.
Joel Sing
2020-01-24
Switch to encrypted records in the TLSv1.3 server.
Joel Sing
2020-01-23
Pass a CBB to TLSv1.3 send handlers.
Joel Sing
2020-01-22
Pass a handshake message content CBS to TLSv1.3 receive handlers.
Joel Sing
2020-01-22
The legacy_record_version must be set to TLS1_2_VERSION except
Theo Buehler
2020-01-21
Add alert processing in tls client code, by adding alert to the
Bob Beck
2020-01-20
Add alerts to the tls 1.3 record layer and handshake layer
Bob Beck
2019-11-17
Move the TLSv1.3 server message handling stubs.
Joel Sing
2019-04-05
By design, our state machine is a DAG contrary to the state machine in
Theo Buehler
2019-04-05
Zap two dead #defines that were unused since jsing deleted the
Theo Buehler
2019-04-04
Implement legacy fallback for the TLS 1.3 client.
Joel Sing
2019-03-17
Correct return value handling in tls13_handshake_recv_action().
Joel Sing
2019-02-28
Automatically complete the handshake from tls13_legacy_{read,write}_bytes()
Joel Sing
2019-02-28
Remove unused record_type from TLSv1.3 handshake actions.
Joel Sing
2019-02-25
Add a handshake action sent handler and use it for client finished.
Joel Sing
2019-02-14
Notify the record layer upon handshake completion.
Joel Sing
2019-02-13
Handle finished messages in TLSv1.3 client.
Joel Sing
2019-02-11
Implement handling of Certificate and CertificateVerify messages.
Joel Sing
2019-02-10
Preserve the transcript hash at specific stages of the TLSv1.3 handshake.
Joel Sing
2019-02-07
Implement processing of EncryptedExtensions in the TLS 1.3 client.
Joel Sing
2019-02-04
Implement parsing and processing of TLSv1.3 ServerHello messages.
Joel Sing
2019-01-23
Rename NUM_HANDSHAKE to handshake_count and make it a variable
Theo Buehler
2019-01-23
Sync the handshakes table with the generated table in regress.
Theo Buehler
2019-01-23
Remove static from handshakes[][] so it is visible from regress/
Theo Buehler
2019-01-21
Use the actual handshake message type in the certificate request handler.
Joel Sing
2019-01-21
Provide the initial TLSv1.3 client implementation.
Joel Sing
2019-01-21
Wire up the handshake message send and recv actions.
Joel Sing
2019-01-21
The main handshake loop can be shared between client and server.
Joel Sing
2019-01-21
Move struct tls13_ctx into a header since other things need access to it.
Joel Sing
2019-01-20
revert second hunk of previous that was committed by accident
Theo Buehler
2019-01-20
Add missing prototype for tls13_handshake_active_action().
Theo Buehler
2019-01-20
Add some internal consistency checks to the handshake state handling.
Joel Sing
2019-01-20
Add an explicit flag to indicate a successful handshake instead
Theo Buehler
2019-01-19
Add handshake message type checking and special case certificate requests.
Joel Sing
2019-01-19
Tweak return value handling in the TLSv1.3 handshake code.
Joel Sing
2019-01-18
Expose some symbols in a new tls13_handshake.h for regression testing.
Theo Buehler
2018-11-11
Nuke trailing whitespace
Bob Beck
2018-11-10
Tweak and improve the TLSv1.3 state machine.
Joel Sing
2018-11-10
Use TLS13_HS_{CLIENT,SERVER} instead of using a redundant _SEND{,S}.
Theo Buehler
2018-11-09
Use "send" and "recv" consistently instead of mixing them with "read"
Theo Buehler
2018-11-09
Correct defines for writer tests in connect/accept loops.
Joel Sing
2018-11-09
Correct function naming for tls13_handshake_advance_state_machine().
Joel Sing
[next]