From 42794d6749f24636efbb198db17c30c63df10900 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 3 Jul 2017 16:16:35 +0100 Subject: [PATCH] Don't mention SSL methods that aren't reachable in docs Author: Michael Paquier --- doc/src/sgml/libpq.sgml | 3 +-- doc/src/sgml/sslinfo.sgml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 1b3d55b8b9..f0167a64bc 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); SSL/TLS version in use. Common values - are "SSLv2", "SSLv3", - "TLSv1", "TLSv1.1" + are "TLSv1", "TLSv1.1" and "TLSv1.2", but an implementation may return other strings if some other protocol is used. diff --git a/doc/src/sgml/sslinfo.sgml b/doc/src/sgml/sslinfo.sgml index a4ce7e8d2c..7bda33efa3 100644 --- a/doc/src/sgml/sslinfo.sgml +++ b/doc/src/sgml/sslinfo.sgml @@ -47,8 +47,8 @@ - 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). -- 2.39.5