pgsql: doc: Clarify when SSL actually means TLS - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Clarify when SSL actually means TLS
Date
Msg-id E1nZWj0-0022r7-DO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Clarify when SSL actually means TLS

SSL has become the de facto term to mean an end-to-end encrypted channel
regardless of protocol used, even though the SSL protocol is deprecated.
Clarify what we mean with SSL in our documentation, especially for new
users who might be looking for TLS.

Reviewed-by: Robert Haas <robertmhaas@gmail.com>
Discussion: https://postgr.es/m/D4ABB281-6CFD-46C6-A4E0-8EC23A2977BC@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/860ea46ba7be69c46c37a96983e1ddca9d630c2e

Modified Files
--------------
doc/src/sgml/config.sgml  |  8 +++++++-
doc/src/sgml/libpq.sgml   |  6 ++++--
doc/src/sgml/runtime.sgml | 15 ++++++++++++++-
3 files changed, 25 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Add function to pump IPC process until string match
Next
From: Robert Haas
Date:
Subject: pgsql: Simplify a needlessly-complicated regular expression.