Don't mention SSL methods that aren't reachable in docs

Author: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
Magnus Hagander 2017-07-03 16:16:35 +01:00
parent b93827c745
commit 42794d6749
2 changed files with 3 additions and 4 deletions

View File

@ -1984,8 +1984,7 @@ const char *PQsslAttribute(const PGconn *conn, const char *attribute_name);
<listitem>
<para>
SSL/TLS version in use. Common values
are <literal>"SSLv2"</literal>, <literal>"SSLv3"</literal>,
<literal>"TLSv1"</literal>, <literal>"TLSv1.1"</literal>
are <literal>"TLSv1"</literal>, <literal>"TLSv1.1"</literal>
and <literal>"TLSv1.2"</literal>, but an implementation may
return other strings if some other protocol is used.
</para>

View File

@ -47,8 +47,8 @@
</term>
<listitem>
<para>
Returns the name of the protocol used for the SSL connection (e.g. SSLv2,
SSLv3, or TLSv1).
Returns the name of the protocol used for the SSL connection (e.g. TLSv1.0
TLSv1.1, or TLSv1.2).
</para>
</listitem>
</varlistentry>