aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2017-07-03 16:16:35 +0100
committerMagnus Hagander <magnus@hagander.net>2017-07-03 16:16:35 +0100
commit42794d6749f24636efbb198db17c30c63df10900 (patch)
tree76f007414551833dad896c97ca1dceed09e5ec58
parentb93827c745f346a765e7e59584127e07a37c78da (diff)
downloadpostgresql-42794d6749f24636efbb198db17c30c63df10900.tar.gz
postgresql-42794d6749f24636efbb198db17c30c63df10900.zip
Don't mention SSL methods that aren't reachable in docs
Author: Michael Paquier <michael.paquier@gmail.com>
-rw-r--r--doc/src/sgml/libpq.sgml3
-rw-r--r--doc/src/sgml/sslinfo.sgml4
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 1b3d55b8b91..f0167a64bc9 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -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>
diff --git a/doc/src/sgml/sslinfo.sgml b/doc/src/sgml/sslinfo.sgml
index a4ce7e8d2c6..7bda33efa32 100644
--- a/doc/src/sgml/sslinfo.sgml
+++ b/doc/src/sgml/sslinfo.sgml
@@ -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>