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
2024-02-03
Rework the exit path of tls13_handshake_recv_action()
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-04-19
Drop unused KeyUpdate from debug printf
Theo Buehler
2021-09-16
Implement flushing for TLSv1.3 handshakes.
Joel Sing
2021-07-01
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
Joel Sing
2021-06-28
Use the order action->sender == ctx->mode everywhere for consistency.
Theo Buehler
2021-06-28
ctx->alert is not a boolean, so compare it explicitly against 0.
Theo Buehler
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
2020-07-30
Add minimal info callback support for TLSv1.3
Theo Buehler
2020-06-02
Remove const modifier in return type of tls13_handshake_active_state()
Theo Buehler
2020-05-10
Send dummy ChangeCipherSpec messages from the TLSv1.3 server
Theo Buehler
2020-05-10
Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.
Joel Sing
2020-05-10
Provide an easy way to get debug information from TLSv1.3 handshakes.
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
Pull the sending of alerts up into tls13_handshake_perform().
Joel Sing
2020-05-02
Add const to TLS1.3 internal vectors
Kinichiro Inoguchi
2020-04-29
tls13_handshake internal functions to static in libssl
Kinichiro Inoguchi
2020-04-22
Improve TLSv1.3 state machine for HelloRetryRequest handling.
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-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
[next]