diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-05 18:54:45 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-05 19:15:51 +0100 |
commit | 11c4a22b0a2098d2ad7b9d210bc4a1bfc9742ff8 (patch) | |
tree | 1b2959f1a3ddf3fe950335828214c0ac42c4366b /doc | |
parent | 68c62739bf8acd0074fbcc5b129252a0b44cbc09 (diff) |
Testsuite: check variables under resumption
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index f5f72f551..211841f3f 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -1000,12 +1000,10 @@ Observability: Issues: In a resumed session: - $tls_{in,out}_{certificate_verified,{peer,our}cert} will be unset - verify = certificate will be false - $tls_{in,out}_cipher will have values different to the original - $tls_{in,out}_bits (is unspecified) - $tls_{in,out}_ocsp will be "not requested" - $tls_{in,out}_peerdn will be unset + $tls_{in,out}_certificate_verified will be unset (undler OpenSSL) + verify = certificate will be false (undler 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" -------------------------------------------------------------- |