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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-06
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
beck
1
-2
/
+46
2020-06-04
Align tls13_server_select_certificate() with
tb
1
-3
/
+7
2020-06-02
distracting whitespace
tb
1
-5
/
+5
2020-05-29
Improve server certificate selection for TLSv1.3.
jsing
1
-16
/
+83
2020-05-29
Wire up the servername callback in the TLSv1.3 server.
jsing
1
-1
/
+16
2020-05-23
Wire up SSL_MODE_AUTO_RETRY mode to retrying after PHH messages.
jsing
1
-1
/
+4
2020-05-23
Do not assume that server_group != 0 or tlsext_supportedgroups != NULL
tb
1
-1
/
+3
2020-05-22
Ensure we only attach an ocsp staple to a leaf certificate, because
beck
1
-2
/
+7
2020-05-21
Actually set the hrr flag when sending a HelloRetryRequest.
jsing
1
-1
/
+3
2020-05-19
Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.
jsing
1
-3
/
+3
2020-05-19
Add support for TLS 1.3 server to send certificate status
beck
1
-3
/
+3
2020-05-16
Avoid sending an empty certificate list from the TLSv1.3 server.
jsing
1
-5
/
+8
2020-05-13
Switch back to the legacy stack where the maximum is less than TLSv1.3.
jsing
1
-2
/
+2
2020-05-11
Set the record layer legacy version from the TLSv1.3 server.
jsing
1
-1
/
+5
2020-05-11
Use ssl_get_new_session() in the TLSv1.3 server.
jsing
1
-4
/
+3
2020-05-10
Send dummy ChangeCipherSpec messages from the TLSv1.3 server
tb
1
-1
/
+24
2020-05-10
Honour SSL_VERIFY_FAIL_IF_NO_PEER_CERT in the TLSv1.3 server.
jsing
1
-6
/
+10
2020-05-10
Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.
jsing
1
-11
/
+11
2020-05-09
Back out server side CCS sending. It breaks TLSv1.3 client communication
tb
1
-24
/
+1
2020-05-09
Send dummy ChangeCipherSpec messages from the TLSv1.3 server
tb
1
-1
/
+24
2020-05-09
Make the test for the legacy_compression_method vector in the ClientHello
tb
1
-12
/
+7
2020-05-09
Add support for HelloRetryRequests in the TLSv1.3 server.
jsing
1
-8
/
+41
2020-05-09
crazy whitespace on one line
tb
1
-2
/
+2
2020-05-09
Refactor tls13_server_hello_sent().
jsing
1
-30
/
+36
2020-04-28
Move legacy stack interfacing functions into tls13_legacy.c.
jsing
1
-95
/
+4
2020-04-27
Shuffle some functions around.
jsing
1
-228
/
+221
2020-04-25
Switch to NEGOTIATED when using WITHOUT_HRR.
jsing
1
-4
/
+9
2020-04-22
Improve TLSv1.3 state machine for HelloRetryRequest handling.
jsing
1
-6
/
+6
2020-04-21
Handle TLSv1.3 key shares other than X25519 on the server side.
jsing
1
-11
/
+15
2020-04-17
Generate client key share using our preferred group.
jsing
1
-2
/
+2
2020-03-10
Use ctx->hs->secrets rather than the S3I(s) version.
jsing
1
-2
/
+2
2020-03-10
Remove some unnecessary handshake enums/functions.
jsing
1
-13
/
+1
2020-02-23
According to RFC 8446, Section 4.4.4, recipients of incorrect Finished
tb
1
-2
/
+2
2020-02-18
drop unused include <openssl/curve25519.h>
tb
1
-3
/
+1
2020-02-05
Remove the hello retry request processing code that was previously added.
jsing
1
-8
/
+2
2020-02-04
Free the transcript as soon as we initialise the transcript hash.
jsing
1
-1
/
+2
2020-01-30
Provide struct/functions for handling TLSv1.3 key shares.
jsing
1
-8
/
+12
2020-01-29
If the TLSv1.3 code has not recorded an error and something already exists
jsing
1
-1
/
+2
2020-01-26
When switching back to a legacy client or server, ensure we reset the
jsing
1
-1
/
+2
2020-01-26
Add server side support for requesting client certificates in tls 1.3
beck
1
-4
/
+173
2020-01-26
Add client certificate support for tls 1.3
beck
1
-13
/
+1
2020-01-26
Move pad and verify context into tls13_lib.c
beck
1
-46
/
+5
2020-01-24
Complete the initial TLSv1.3 implementation.
jsing
1
-12
/
+296
2020-01-24
Store the legacy session identifier from the ClientHello so we can actually
jsing
1
-1
/
+10
2020-01-24
Switch to encrypted records in the TLSv1.3 server.
jsing
1
-2
/
+74
2020-01-23
Implement client hello processing in the TLSv1.3 server.
jsing
1
-5
/
+49
2020-01-23
Correct several issues in the current TLSv1.3 server code.
jsing
1
-6
/
+15
2020-01-23
Implement sending client certificate requests for 1.3 server
beck
1
-1
/
+13
2020-01-23
Build the encrypted extensions for the 1.3 server
beck
1
-2
/
+8
2020-01-23
Add code to build and send a server hello for tls 1.3
beck
1
-3
/
+40
[next]