Add settings to control SSL/TLS protocol version

Peter Eisentraut <peter_e@gmx.net>

Commit: e73e67c719593c1c16139cc6c516d8379f22f182
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-11-20T21:12:10Z
Releases: 12.0
Add settings to control SSL/TLS protocol version

For example:

    ssl_min_protocol_version = 'TLSv1.1'
    ssl_max_protocol_version = 'TLSv1.2'

Reviewed-by: Steve Singer <steve@ssinger.info>
Discussion: https://www.postgresql.org/message-id/flat/1822da87-b862-041a-9fc2-d0310c3da173@2ndquadrant.com

Files

Documentation touched

Discussion