diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-06 16:19:15 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-07 22:45:51 +0100 |
commit | f4e62a871680af98f14beb5f21dbe3b85c5c35ff (patch) | |
tree | 45a11d0f4ca8c72acf8373c37f1c52f4a9d722f6 /doc | |
parent | dea4b5684c694c41105215bdb25f8e91b7c35c5d (diff) |
OpenSSL: fix tls_try_verify_hosts under resumption
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index 0f749c6cf..301152f1a 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -1003,12 +1003,9 @@ Observability: Issues: In a resumed session: - $tls_{in,out}_certificate_verified will be set, and verify = certificate - 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", and - hosts_require_ocsp will fail + hosts_require_ocsp will fail -------------------------------------------------------------- |