pgsql: doc: Clarify when SSL actually means TLS

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Clarify when SSL actually means TLS
Date: 2022-03-30 11:42:55
Message-ID: E1nZWj0-0022r7-DO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-03-30 12:53:43 Re: pgsql: Add 'basebackup_to_shell' contrib module.
Previous Message Andrew Dunstan 2022-03-30 11:01:01 Re: pgsql: Add 'basebackup_to_shell' contrib module.