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
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
2020-01-23
Add a TLS13_IO_ALERT return value so that we can explicitly signal when
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
Implement support for SSL_peek() in the TLSv1.3 record layer.
Joel Sing
2020-01-22
After the ClientHello has been sent or received and before the peer's
Theo Buehler
2020-01-22
The legacy_record_version must be set to TLS1_2_VERSION except
Theo Buehler
2020-01-22
Add minimal support for hello retry request for RFC conformance.
Bob Beck
2020-01-22
Implement close-notify and SSL_shutdown() handling for the TLSv1.3 client.
Joel Sing
2020-01-21
Correct legacy fallback for TLSv1.3 client.
Joel Sing
2020-01-21
Add alert processing in tls client code, by adding alert to the
Bob Beck
2020-01-20
Provide an error framework for use with the TLSv1.3 code.
Joel Sing
2019-11-26
Add support for TLS 1.3 post handshake messages and key updating.
Bob Beck
2019-11-20
Add accessors to change the buffer in a handshake message.
Bob Beck
2019-11-18
Add prototypes for the functions that update application secrets
Bob Beck
2019-11-18
Provide a clean interface for sending TLSv1.3 alerts.
Joel Sing
2019-11-17
Change tls13_record_layer_phh() to take a CBS as this avoids ownership
Joel Sing
2019-11-17
Provide framework for sending alerts and post-handshake handshake messages.
Joel Sing
2019-11-17
Add the initial framework for the TLSv1.3 server.
Joel Sing
2019-11-17
Separate the callbacks for recieved and completed post handshake messages
Bob Beck
2019-04-05
By design, our state machine is a DAG contrary to the state machine in
Theo Buehler
2019-04-04
Implement legacy fallback for the TLS 1.3 client.
Joel Sing
2019-03-17
Remove the alert level from the TLSv1.3 alert callback.
Joel Sing
2019-02-28
Automatically complete the handshake from tls13_legacy_{read,write}_bytes()
Joel Sing
2019-02-25
Fix gcc3 compilation error by using a forward declaration instead of a
Theo Buehler
2019-02-25
revert "Move struct ssl_handshake_tls13_st definition", i.e., move
Theo Buehler
2019-02-25
Add a handshake action sent handler and use it for client finished.
Joel Sing
2019-02-25
Move struct ssl_handshake_tls13_st definition
Kinichiro Inoguchi
2019-02-21
Change the alert callback return type from int to void.
Joel Sing
2019-02-14
Split tls13_record_layer_set_traffic_keys() into two separate functions.
Joel Sing
2019-02-14
Provide a TLS 1.3 capable client method.
Joel Sing
2019-02-09
Provide a reference from the TLSv1.3 context to the handshake state.
Joel Sing
2019-02-04
Implement parsing and processing of TLSv1.3 ServerHello messages.
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
Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions.
Joel Sing
2019-01-21
Move struct tls13_ctx into a header since other things need access to it.
Joel Sing
2019-01-20
Provide a handshake message handling implementation for TLS 1.3.
Joel Sing
2019-01-20
Provide an initial implementation of the TLS 1.3 record layer.
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
2019-01-17
Provide an extensible buffer implementation that uses a read callback.
Joel Sing
2018-11-09
Fix the TLSv1.3 key schedule implementation.
Joel Sing
2018-11-09
Add header guards and hidden declarations.
Joel Sing
[prev]
[next]