summaryrefslogtreecommitdiff
path: root/gtests
diff options
context:
space:
mode:
authorLeander Schwarz <lschwarz@mozilla.com>2023-01-16 19:06:46 +0000
committerLeander Schwarz <lschwarz@mozilla.com>2023-01-16 19:06:46 +0000
commit82429b37e9558e9cf672fe5446aa58d16af7d235 (patch)
tree5785ef6285a75217f6dbe3e69ffd14ee42fcf121 /gtests
parentf1d7967e22830a08584bc88133932bef98ff622f (diff)
downloadnss-hg-82429b37e9558e9cf672fe5446aa58d16af7d235.tar.gz
Bug 1212915 - Add check for ClientHello SID max length. This is tested by Bogo tests Server-TooLongSessionID-TLS1*. r=djacksonNSS_3_88_BETA1
Depends on D147675 Differential Revision: https://phabricator.services.mozilla.com/D147726
Diffstat (limited to 'gtests')
-rw-r--r--gtests/nss_bogo_shim/config.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtests/nss_bogo_shim/config.json b/gtests/nss_bogo_shim/config.json
index 24aad553b..f7ea06726 100644
--- a/gtests/nss_bogo_shim/config.json
+++ b/gtests/nss_bogo_shim/config.json
@@ -38,7 +38,6 @@
"TLS13-ExpectNoSessionTicketOnBadKEMode-Server":"NSS Server side bug. Don't send ticket when not permitted by KE modes (Bug 1317635)",
"Resume-Server-OmitPSKsOnSecondClientHello":"NSS Server side bug. It does not detect ClientHello dropping of PSK extension (after HRR).",
"Renegotiate-Client-Forbidden-1":"By default NSS allows renegotiation with extension contrary to bogo.",
- "Server-TooLongSessionID*":"NSS does not check the length of the ClientHello sessionID.",
"TrailingData*":"NSS does only check for trailing data on possible key change handshake messages in TLS 1.3",
"Partial*":"See TrailingData* description.",
"QUIC-ECH*":"NSS does not support QUIC.",