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_server.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove the hello retry request processing code that was previously added.
jsing
2020-02-05
1
-8
/
+2
*
Free the transcript as soon as we initialise the transcript hash.
jsing
2020-02-04
1
-1
/
+2
*
Provide struct/functions for handling TLSv1.3 key shares.
jsing
2020-01-30
1
-8
/
+12
*
If the TLSv1.3 code has not recorded an error and something already exists
jsing
2020-01-29
1
-1
/
+2
*
When switching back to a legacy client or server, ensure we reset the
jsing
2020-01-26
1
-1
/
+2
*
Add server side support for requesting client certificates in tls 1.3
beck
2020-01-26
1
-4
/
+173
*
Add client certificate support for tls 1.3
beck
2020-01-26
1
-13
/
+1
*
Move pad and verify context into tls13_lib.c
beck
2020-01-26
1
-46
/
+5
*
Complete the initial TLSv1.3 implementation.
jsing
2020-01-24
1
-12
/
+296
*
Store the legacy session identifier from the ClientHello so we can actually
jsing
2020-01-24
1
-1
/
+10
*
Switch to encrypted records in the TLSv1.3 server.
jsing
2020-01-24
1
-2
/
+74
*
Implement client hello processing in the TLSv1.3 server.
jsing
2020-01-23
1
-5
/
+49
*
Correct several issues in the current TLSv1.3 server code.
jsing
2020-01-23
1
-6
/
+15
*
Implement sending client certificate requests for 1.3 server
beck
2020-01-23
1
-1
/
+13
*
Build the encrypted extensions for the 1.3 server
beck
2020-01-23
1
-2
/
+8
*
Add code to build and send a server hello for tls 1.3
beck
2020-01-23
1
-3
/
+40
*
Pass a CBB to TLSv1.3 send handlers.
jsing
2020-01-23
1
-13
/
+13
*
Wire up the TLSv1.3 server.
jsing
2020-01-22
1
-2
/
+135
*
Pass a handshake message content CBS to TLSv1.3 receive handlers.
jsing
2020-01-22
1
-8
/
+8
*
After the ClientHello has been sent or received and before the peer's
tb
2020-01-22
1
-1
/
+5
*
Add minimal support for hello retry request for RFC conformance.
beck
2020-01-22
1
-8
/
+1
*
indent with a tab instead of 8 spaces
tb
2019-11-17
1
-2
/
+2
*
Move the TLSv1.3 server message handling stubs.
jsing
2019-11-17
1
-1
/
+124
*
Add the initial framework for the TLSv1.3 server.
jsing
2019-11-17
1
-0
/
+79
[prev]