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
Age
Commit message (
Expand
)
Author
2020-01-23
Pass a CBB to TLSv1.3 send handlers.
Joel Sing
2020-01-22
Wire up the TLSv1.3 server.
Joel Sing
2020-01-22
Pass a handshake message content CBS to TLSv1.3 receive handlers.
Joel Sing
2020-01-22
Fix things so that `make -DTLS1_3` works again.
Joel Sing
2020-01-22
Send alerts on certificate verification failures of server certs
Bob Beck
2020-01-22
Rename failure into alert_desc in tlsext_ocsp_server_parse().
Theo Buehler
2020-01-22
fix previous: alert_desc needs to be an int.
Theo Buehler
2020-01-22
Avoid modifying alert in the success path.
Theo Buehler
2020-01-22
Enable the TLSv1.3 client in libssl.
Joel Sing
2020-01-22
Add checks to ensure that lib{crypto,ssl,tls} public headers have actually
Joel Sing
2020-01-22
Move guards from public to internal headers, and fix not use values.
Bob Beck
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
Correctly set the legacy version when TLSv1.3 is building a client hello.
Joel Sing
2020-01-22
Don't add an extra unknown error if we got a fatal alert
Bob Beck
2020-01-22
The legacy_record_version must be set to TLS1_2_VERSION except
Theo Buehler
2020-01-22
Hook up the TLSv1.3 legacy shutdown code.
Joel Sing
2020-01-22
Add minimal support for hello retry request for RFC conformance.
Bob Beck
2020-01-22
Split the TLSv1.3 guards into separate client and server guards.
Joel Sing
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
Provide SSL_R_UNKNOWN.
Joel Sing
2020-01-21
Clear and free the tls13_ctx that hangs off an SSL *s from
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
2020-01-20
Provide an error framework for use with the TLSv1.3 code.
Joel Sing
2020-01-02
In ssl.h rev. 1.167 and s3_lib.c rev. 1.188, jsing@ provided
Ingo Schwarze
2020-01-02
Revise SSL_CTX_get_extra_chain_certs() to match OpenSSL behaviour.
Joel Sing
2020-01-02
Provide TLSEXT_TYPE_* aliases for TLS 1.3.
Joel Sing
2019-12-19
spelling; from bryan stenson
Jason McIntyre
2019-12-03
Fix typo: ECHD -> ECDH.
Theo Buehler
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
Correct update of application traffic secrets to use an empty context
Bob Beck
2019-11-17
Bring back the ssl_shutdown internal method pointer.
Joel Sing
2019-11-17
Add a reference for the non-standard post-handshake handshake (PHH).
Theo Buehler
2019-11-17
Ensure that we are never operating in plaintext mode once the handshake
Joel Sing
2019-11-17
Provide framework for sending alerts and post-handshake handshake messages.
Joel Sing
2019-11-17
indent with a tab instead of 8 spaces
Theo Buehler
2019-11-17
Move the TLSv1.3 server message handling stubs.
Joel Sing
2019-11-17
Add the initial framework for the TLSv1.3 server.
Joel Sing
2019-11-17
tls13_connect() should be static.
Joel Sing
2019-11-17
Fix backoff to legacy when in client auth mode.
Bob Beck
2019-11-17
Drop back to the legacy tls method if we are doing client authenticaiton
Bob Beck
2019-11-17
Separate the callbacks for recieved and completed post handshake messages
Bob Beck
2019-11-16
Revert previous deduplication diff, I broke portable in a strange way.
Bob Beck
2019-11-15
Deduplicate some extension processing code.
Bob Beck
[next]