index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
tls13_internal.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the TLSv1.3 handshake struct inside the shared handshake struct.
jsing
2021-03-21
1
-2
/
+2
*
Add tls13_secret_{init,cleanup}()
tb
2021-01-05
1
-1
/
+3
*
Implement exporter for TLSv1.3.
jsing
2020-11-16
1
-1
/
+15
*
Add minimal info callback support for TLSv1.3
tb
2020-07-30
1
-1
/
+7
*
Improve argument order for the internal tlsext API
tb
2020-07-03
1
-2
/
+2
*
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
beck
2020-06-06
1
-1
/
+8
*
Wire up the servername callback in the TLSv1.3 server.
jsing
2020-05-29
1
-1
/
+2
*
Provide the option to retry or return after post-handshake messages.
jsing
2020-05-23
1
-1
/
+2
*
Add support for TLS 1.3 server to send certificate status
beck
2020-05-19
1
-2
/
+3
*
Add TLS13_ERR_NO_CERTIFICATE.
jsing
2020-05-16
1
-2
/
+3
*
Propagate record overflows to the record layer and alert.
jsing
2020-05-11
1
-1
/
+2
*
Add record version checks.
jsing
2020-05-11
1
-12
/
+13
*
Provide an alert sent record layer callback.
jsing
2020-05-11
1
-1
/
+2
*
Move the record layer callbacks into a struct.
jsing
2020-05-11
1
-5
/
+11
*
Send dummy ChangeCipherSpec messages from the TLSv1.3 server
tb
2020-05-10
1
-1
/
+3
*
Honour SSL_VERIFY_FAIL_IF_NO_PEER_CERT in the TLSv1.3 server.
jsing
2020-05-10
1
-1
/
+2
*
Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.
jsing
2020-05-10
1
-1
/
+32
*
Back out server side CCS sending. It breaks TLSv1.3 client communication
tb
2020-05-09
1
-2
/
+1
*
Send dummy ChangeCipherSpec messages from the TLSv1.3 server
tb
2020-05-09
1
-1
/
+2
*
Send dummy ChangeCipherSpec messages from the TLSv1.3 client.
jsing
2020-05-09
1
-1
/
+3
*
Add a middlebox_compat flag and condition session ID randomisation on it.
jsing
2020-05-09
1
-1
/
+2
*
Add support for certificate status requests in TLS 1.3 client
beck
2020-05-09
1
-1
/
+3
*
Move legacy stack interfacing functions into tls13_legacy.c.
jsing
2020-04-28
1
-1
/
+8
*
Rename tls13_client_synthetic_handshake_message() and move to tls13_lib.c.
jsing
2020-04-28
1
-1
/
+2
*
Improve TLSv1.3 state machine for HelloRetryRequest handling.
jsing
2020-04-22
1
-3
/
+3
*
Consolidate TLSv1.3 constants.
jsing
2020-04-21
1
-6
/
+7
*
Expose the peer ephemeral public key used for TLSv1.3 key exchange.
jsing
2020-04-18
1
-1
/
+2
*
Generate client key share using our preferred group.
jsing
2020-04-17
1
-2
/
+3
*
Remove some unnecessary handshake enums/functions.
jsing
2020-03-10
1
-3
/
+1
*
Pull the handshake message transcript code into its own function.
jsing
2020-02-05
1
-1
/
+2
*
Rework tls13_legacy_handshake_message_{recv,sent}_cb() to use
tb
2020-02-05
1
-2
/
+2
*
Provide struct/functions for handling TLSv1.3 key shares.
jsing
2020-01-30
1
-1
/
+23
*
Move pad and verify context into tls13_lib.c
beck
2020-01-26
1
-1
/
+6
*
Add an underbar for consistency.
tb
2020-01-25
1
-2
/
+2
*
Support legacy message callbacks. First step for SSL_set_msg_callback(3)
tb
2020-01-25
1
-1
/
+5
*
It is possible to receive a pre-TLSv1.3 alert in response to a TLSv1.3
jsing
2020-01-25
1
-1
/
+2
*
Complete the initial TLSv1.3 implementation.
jsing
2020-01-24
1
-1
/
+2
*
Switch to encrypted records in the TLSv1.3 server.
jsing
2020-01-24
1
-1
/
+2
*
Fix breakage in SSL_connect, SSL_accept, etc. by not propagating
beck
2020-01-24
1
-2
/
+3
*
Implement client hello processing in the TLSv1.3 server.
jsing
2020-01-23
1
-4
/
+5
*
Add checking int the client to check the magic values which are
beck
2020-01-23
1
-1
/
+4
*
Implement pending for TLSv1.3.
jsing
2020-01-23
1
-1
/
+3
*
Add a TLS13_IO_ALERT return value so that we can explicitly signal when
jsing
2020-01-23
1
-4
/
+5
*
Pass a CBB to TLSv1.3 send handlers.
jsing
2020-01-23
1
-15
/
+15
*
Pass a handshake message content CBS to TLSv1.3 receive handlers.
jsing
2020-01-22
1
-15
/
+16
*
Implement support for SSL_peek() in the TLSv1.3 record layer.
jsing
2020-01-22
1
-1
/
+2
*
After the ClientHello has been sent or received and before the peer's
tb
2020-01-22
1
-1
/
+2
*
The legacy_record_version must be set to TLS1_2_VERSION except
tb
2020-01-22
1
-1
/
+4
*
Add minimal support for hello retry request for RFC conformance.
beck
2020-01-22
1
-1
/
+2
*
Implement close-notify and SSL_shutdown() handling for the TLSv1.3 client.
jsing
2020-01-22
1
-1
/
+6
[next]