Skip to content

Commit

Permalink
Merge pull request #3365 from randombit/tls13/more_bogo
Browse files Browse the repository at this point in the history
Chore: Enable some more BoGo tests
  • Loading branch information
reneme authored Mar 14, 2023
2 parents c9b2c0c + 8eb8d13 commit ce38eb9
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions src/bogo_shim/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,29 +55,22 @@
"Resume-Client-Mismatch-TLS12-TLS13-TLS": "We don't offer TLS 1.3 when a TLS 1.2 session was found",
"Resume-Server-UnofferedCipher-TLS13": "BoringSSL will not allow switching ciphers during TLS 1.3 resumption, we do, though.",

"ExportKeyingMaterial-Server-HalfRTT-TLS13": "No TLS 1.3 server, yet",

"HttpGET": "TLS 1.3 server does not detect HTTP",
"HttpPOST": "TLS 1.3 server does not detect HTTP",
"HttpPUT": "TLS 1.3 server does not detect HTTP",
"HttpHEAD": "TLS 1.3 server does not detect HTTP",
"HttpCONNECT": "TLS 1.3 server does not detect HTTP",

"ExtraClientEncryptedExtension-TLS-TLS13": "TLS 1.3 server UNIMPLEMENTED",

"Server-Verify-*-TLS13": "TODO: FIXME - missing deny-list for outdated signature schemes",
"Server-VerifyDefault-*-TLS13": "TODO: FIXME - missing deny-list for outdated signature schemes",

"ALPNServer-Decline-TLS-TLS13": "TLS 1.3 server session resumption NYI",

"*EarlyData*": "No TLS 1.3 Early Data, yet",
"TLS13-TicketAgeSkew-*": "No TLS 1.3 Early Data, yet",
"ExportKeyingMaterial-Server-HalfRTT-TLS13": "No TLS 1.3 Early Data, yet",
"EarlyDataEnabled*": "No TLS 1.3 Early Data, yet",
"EarlyData-Reject0RTT*": "No TLS 1.3 Early Data, yet",
"PartialEndOfEarlyDataWithClientHello": "No TLS 1.3 Early Data, yet",

"SendNoClientCertificateExtensions-TLS13": "-signed-cert-timestamps currently not supported in the shim",
"KeyUpdate-RequestACK-UnfinishedWrite": "-read-with-unfinished-write currently not supported in the shim",

"NoExportEarlyKeyingMaterial*": "No TLS 1.3",
"EarlyDataEnabled*": "No TLS 1.3",
"TLS-ECH*": "No ECH support",
"ECH*": "No ECH support",

Expand All @@ -98,9 +91,7 @@

"*QUIC*": "No QUIC",
"ALPS*": "No ALPS",

"EarlyData-Reject0RTT*": "No support for 0RTT",
"PartialEndOfEarlyDataWithClientHello": "No support for 0RTT",
"ExtraClientEncryptedExtension-TLS-TLS13": "No ALPS",

"*NPN*": "No support for NPN",
"ALPNServer-Preferred-*": "No support for NPN",
Expand Down

0 comments on commit ce38eb9

Please sign in to comment.