Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit42794d6

Browse files
committed
Don't mention SSL methods that aren't reachable in docs
Author: Michael Paquier <michael.paquier@gmail.com>
1 parentb93827c commit42794d6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1984,8 +1984,7 @@ const char *PQsslAttribute(const PGconn *conn, const char *attribute_name);
19841984
<listitem>
19851985
<para>
19861986
SSL/TLS version in use. Common values
1987-
are <literal>"SSLv2"</literal>, <literal>"SSLv3"</literal>,
1988-
<literal>"TLSv1"</literal>, <literal>"TLSv1.1"</literal>
1987+
are <literal>"TLSv1"</literal>, <literal>"TLSv1.1"</literal>
19891988
and <literal>"TLSv1.2"</literal>, but an implementation may
19901989
return other strings if some other protocol is used.
19911990
</para>

‎doc/src/sgml/sslinfo.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
</term>
4848
<listitem>
4949
<para>
50-
Returns the name of the protocol used for the SSL connection (e.g.SSLv2,
51-
SSLv3, or TLSv1).
50+
Returns the name of the protocol used for the SSL connection (e.g.TLSv1.0
51+
TLSv1.1, or TLSv1.2).
5252
</para>
5353
</listitem>
5454
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp