From 22bc9135daf15723a9ef0f4c4365ac1bddc08f4c Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 24 Jun 2021 11:01:39 +0200 Subject: [PATCH v4 1/2] Docs: SSL/TLS related acronyms This adds MITM and SNI as acronyms, as the documentation already had them marked up with . Also while in there, make sure to spell man-in-the-middle with dashes consistently. Author: Daniel Gustafsson Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/CE12DD5C-4BB3-4166-BC9A-39779568734C@yesql.se --- doc/src/sgml/acronyms.sgml | 4 ++-- doc/src/sgml/libpq.sgml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml index 9ed148ab84..98873ff09f 100644 --- a/doc/src/sgml/acronyms.sgml +++ b/doc/src/sgml/acronyms.sgml @@ -416,7 +416,7 @@ - Man-in-the-middle attack + Man-in-the-middle attack @@ -606,7 +606,7 @@ + url="https://en.wikipedia.org/wiki/Server_Name_Indication"> Server Name Indication, RFC 6066 diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 59e3e678f9..61adadf4f6 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1784,7 +1784,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname By default, libpq sets the TLS extension Server Name Indication (SNI) on SSL-enabled connections. - By setting this parameter to 0, this is turned off. + By setting this parameter to 0, this + is turned off. -- 2.20.1