aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-01-31 17:51:07 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-01-31 17:51:18 -0500
commit326e1d73c476a0b5061ef00134bdf57aed70d5e7 (patch)
tree65cb1997ebd56dfa1979df6fd502a1b238446f9d /doc/src
parent3fd3e34914a2aa520a8bc5109a773621385cf1f4 (diff)
downloadpostgresql-326e1d73c476a0b5061ef00134bdf57aed70d5e7.tar.gz
postgresql-326e1d73c476a0b5061ef00134bdf57aed70d5e7.zip
Disallow use of SSL v3 protocol in the server as well as in libpq.
Commit 820f08cabdcbb8998050c3d4873e9619d6d8cba4 claimed to make the server and libpq handle SSL protocol versions identically, but actually the server was still accepting SSL v3 protocol while libpq wasn't. Per discussion, SSL v3 is obsolete, and there's no good reason to continue to accept it. So make the code really equivalent on both sides. The behavior now is that we use the highest mutually-supported TLS protocol version. Marko Kreen, some comment-smithing by me
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions