]> granicus.if.org Git - postgresql/commitdiff
Don't mention SSL methods that aren't reachable in docs
authorMagnus Hagander <magnus@hagander.net>
Mon, 3 Jul 2017 15:16:35 +0000 (16:16 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 3 Jul 2017 15:16:35 +0000 (16:16 +0100)
Author: Michael Paquier <michael.paquier@gmail.com>

doc/src/sgml/libpq.sgml
doc/src/sgml/sslinfo.sgml

index 1b3d55b8b9109d038148ed0e90b0c5008f413740..f0167a64bc91c0517739c5556ea7cb1c45a14c78 100644 (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>
index a4ce7e8d2c66f5209c099ff3ca8616e673999d8c..7bda33efa328c30436841716a56cf617d34910b0 100644 (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>