summaryrefslogtreecommitdiff
path: root/bogo
diff options
context:
space:
mode:
authorBrian Smith <brian@briansmith.org>2021-02-11 18:49:22 -0800
committerDirkjan Ochtman <dirkjan@ochtman.nl>2021-02-19 16:08:10 +0100
commit8dffd2a7e2e781ec018d23a7717aadfac7801eaf (patch)
tree390aa513c27405515634d69010ad9e394d9ec912 /bogo
parentf197dcf6bf84f59eb8b6843b1e4a078926a1bd89 (diff)
Client: Always randomize session ID unless doing legacy resumption.
This fixes the TLS13SessionID-TLS13 Bogo test, so enable it. Inline `random_sessionid_for_ticket` into its caller so all the session ID calculation is in one spot.
Diffstat (limited to 'bogo')
-rw-r--r--bogo/config.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/bogo/config.json b/bogo/config.json
index fa9ea966..676fd16c 100644
--- a/bogo/config.json
+++ b/bogo/config.json
@@ -1,6 +1,5 @@
{
"DisabledTests": {
- "TLS13SessionID-TLS13": "FIXME!",
"SendV2ClientHello-*": "only support TLS1.2",
"*SSL3*": "",
"*SSLv3*": "",