diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-06 12:28:14 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-07 22:45:51 +0100 |
commit | 4f1d23a1aa7aafc5a47988d80dde87c67ec8e1fc (patch) | |
tree | 40c94b2f1765f5b4c7b13aaf36547fe1e9cfcabd /doc | |
parent | 4202f1215e6e1cbcb66b82e514efcc21682e8ae1 (diff) |
OpenSSL: discard expired resumption session in client
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index aa7046e58..f304cf455 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -1004,7 +1004,8 @@ Issues: will be true, when verify failed but tls_try_verify_hosts allowed the connection (under OpenSSL) $tls_{in,out}_cipher will have values different to the original (under GnuTLS) - $tls_{in,out}_ocsp will be "not requested" or "no response" + $tls_{in,out}_ocsp will be "not requested" or "no response", and + hosts_require_ocsp will fail -------------------------------------------------------------- |