diff options
Diffstat (limited to 'src/bogo_shim/config.json')
-rw-r--r-- | src/bogo_shim/config.json | 7 |
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", |