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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-19
We inherited the constant time CBC padding removal from BoringSSL, but
tb
1
-4
/
+4
2020-06-09
The check_includes step is incorrect dependency management model for
deraadt
1
-11
/
+1
2020-06-06
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
beck
6
-7
/
+179
2020-06-05
Use IANA allocated GOST ClientCertificateTypes.
jsing
3
-9
/
+15
2020-06-05
Stop sending GOST R 34.10-94 as a CertificateType.
jsing
1
-3
/
+1
2020-06-05
Handle GOST in ssl_cert_dup().
jsing
1
-1
/
+5
2020-06-05
Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.
jsing
2
-2
/
+15
2020-06-04
Align tls13_server_select_certificate() with
tb
1
-3
/
+7
2020-06-04
Improve client certificate selection for TLSv1.3
tb
1
-16
/
+80
2020-06-04
mention that TLS_method(3) also supports TLSv1.3;
schwarze
1
-3
/
+3
2020-06-02
Remove const modifier in return type of tls13_handshake_active_state()
tb
1
-3
/
+3
2020-06-02
distracting whitespace
tb
1
-5
/
+5
2020-06-01
Split the handling of post handshake handshake messages into its
tb
1
-55
/
+44
2020-06-01
Send an illegal_parameter alert if a client sends us invalid DH key
tb
1
-3
/
+15
2020-06-01
Add a mechanism to set an alert in those parts of the read half of
tb
1
-3
/
+21
2020-05-31
Replace ssl_max_server_version() with ssl_downgrade_max_version()
jsing
3
-30
/
+6
2020-05-31
Correct downgrade sentinels when a version pinned method is in use.
jsing
4
-7
/
+40
2020-05-29
Improve server certificate selection for TLSv1.3.
jsing
2
-23
/
+94
2020-05-29
Handle the case where we receive a valid 0 byte application data record.
jsing
1
-1
/
+10
2020-05-29
Wire up the servername callback in the TLSv1.3 server.
jsing
3
-3
/
+45
2020-05-29
Mop up servername_done, which is unused.
jsing
3
-14
/
+3
2020-05-26
minor cleanup ahead of the following work:
schwarze
1
-12
/
+14
2020-05-26
Add additional length checks for TLSv1.3 plaintext and inner plaintext.
jsing
1
-1
/
+6
2020-05-24
Fix some stylistic nits from jsing.
tb
1
-8
/
+11
2020-05-23
Enforce that SNI hostnames be correct as per rfc 6066 and 5980.
beck
2
-17
/
+80
2020-05-23
Enable SSL_MODE_AUTO_RETRY by default.
jsing
1
-1
/
+2
2020-05-23
Wire up SSL_MODE_AUTO_RETRY mode to retrying after PHH messages.
jsing
2
-2
/
+8
2020-05-23
Provide the option to retry or return after post-handshake messages.
jsing
2
-4
/
+16
2020-05-23
fix a confusingly wrapped line
tb
1
-3
/
+3
2020-05-23
Do not assume that server_group != 0 or tlsext_supportedgroups != NULL
tb
2
-9
/
+15
2020-05-22
Ensure we only attach an ocsp staple to a leaf certificate, because
beck
2
-5
/
+16
2020-05-21
Simplify: transform a dangling else into an early return and
tb
1
-18
/
+18
2020-05-21
Make ssl_set_cert_masks() more consistent and closer to readable.
jsing
1
-44
/
+27
2020-05-21
Avoid a shadowing issue by renaming cbs and cbb to cbb_hs and cbb_hs,
tb
1
-8
/
+7
2020-05-21
A failure of tls13_handshake_msg_new() could lead to a NULL deref
tb
1
-11
/
+15
2020-05-21
Actually set the hrr flag when sending a HelloRetryRequest.
jsing
1
-1
/
+3
2020-05-20
Revert 1.43 - this fix for PHH in blocking mode breaks SSL_accept and
beck
1
-2
/
+2
2020-05-19
Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.
jsing
8
-46
/
+31
2020-05-19
Only send ocsp staples if the client asked for ocsp certificate status.
beck
1
-1
/
+2
2020-05-19
Add support for TLS 1.3 server to send certificate status
beck
5
-15
/
+38
2020-05-17
Send alerts back correctly when handling key shares, including
beck
1
-8
/
+19
2020-05-17
Free handshake message correctly, noticed by tb@
beck
1
-2
/
+2
2020-05-17
Send a decode error alert if a server provides an empty certificate list.
jsing
1
-2
/
+2
2020-05-16
Return TLS13_IO_WANT_POLLIN after processing post-handshake messages.
jsing
1
-2
/
+2
2020-05-16
Ensure that a TLSv1.3 server has provided a certificate.
jsing
1
-1
/
+9
2020-05-16
Add TLS13_ERR_NO_CERTIFICATE.
jsing
2
-3
/
+7
2020-05-16
Avoid sending an empty certificate list from the TLSv1.3 server.
jsing
1
-5
/
+8
2020-05-13
Fix pesky whitespace.
jsing
1
-2
/
+2
2020-05-13
Remove a no longer relevant XXX comment.
jsing
1
-3
/
+1
2020-05-13
Switch back to the legacy stack where the maximum is less than TLSv1.3.
jsing
1
-2
/
+2
[next]