diff options
Diffstat (limited to 'doc/doc-txt/experimental-spec.txt')
-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" -------------------------------------------------------------- |