aboutsummaryrefslogtreecommitdiffstats
path: root/src/bogo_shim/config.json
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-05-21 08:17:44 -0400
committerJack Lloyd <[email protected]>2019-05-21 08:17:44 -0400
commit03038c33f5d3e4a35bd5da77206c85a2bc369371 (patch)
treee8c5053df578002c2fa6d010f13dc75d63f4ff23 /src/bogo_shim/config.json
parentf7525fc6b5dd8ad6e224f012c78e56993cac4ebd (diff)
Fix DTLS MTU splitting
We could/would send packets somewhat larger than MTU
Diffstat (limited to 'src/bogo_shim/config.json')
-rw-r--r--src/bogo_shim/config.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/bogo_shim/config.json b/src/bogo_shim/config.json
index f69c4b929..bdac49818 100644
--- a/src/bogo_shim/config.json
+++ b/src/bogo_shim/config.json
@@ -51,12 +51,15 @@
"*FalseStart*": "Botan doesn't do false start",
"MaxSendFragment*": "Maximum fragment extension not supported",
"ExportKeyingMaterial-EmptyContext*": "No support for this",
+
"Peek-*": "No peek API",
+ "*OldCallback*": "OpenSSL/BoringSSL specific",
"CheckLeafCurve": "Botan ignores this",
"OCSPStapling-Server-*": "Server doesn't support OCSP stapling currently",
- "UnsolicitedCertificateExtensions-TLS*": "Server doesn't support OCSP stapling currently",
+ "UnsolicitedCertificateExtensions-TLS*": "Server doesn't support OCSP stapling currently",
+ "ServerOCSPCallback": "Server doesn't support OCSP stapling currently",
"CipherNegotiation-2": "No support for cipher equivalence classes",
"CipherNegotiation-3": "No support for cipher equivalence classes",
@@ -117,6 +120,8 @@
"VersionNegotiation-Server-TLS1-TLS12-DTLS": "Needs investigation",
"VersionTooLow-DTLS": "Needs investigation",
+ "MTUExceeded": "BoringSSL splits DTLS handshakes differently",
+
"ClientOCSPCallback-FailNoStaple-*-DTLS*": "Alert problem",
"MinimumVersion-Client2-TLS12-TLS1-DTLS": "Alert problem",
"SendBogusAlertType-DTLS": "Alert problem",