postgresql/src
Tom Lane 326e1d73c4 Disallow use of SSL v3 protocol in the server as well as in libpq.
Commit 820f08cabd 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
2014-01-31 17:51:18 -05:00
..
backend Disallow use of SSL v3 protocol in the server as well as in libpq. 2014-01-31 17:51:18 -05:00
bin Add tab completion for ALTER TABLESPACE MOVE in psql. 2014-02-01 01:45:48 +09:00
common Fix unsafe references to errno within error messaging logic. 2014-01-29 20:04:43 -05:00
include system catalogs: reorder pg_amproc entries into proper sections 2014-01-31 16:04:18 -05:00
interfaces Disallow use of SSL v3 protocol in the server as well as in libpq. 2014-01-31 17:51:18 -05:00
makefiles
pl Make DROP IF EXISTS more consistently not fail 2014-01-23 14:40:29 -03:00
port Allow use of "z" flag in our printf calls, and use it where appropriate. 2014-01-23 17:18:33 -05:00
template
test Add convenience functions pg_sleep_for and pg_sleep_until. 2014-01-30 15:47:56 -05:00
timezone Update copyright for 2014 2014-01-07 16:05:30 -05:00
tools pgindent: add Perl comment 2014-01-31 14:46:00 -05:00
tutorial Update copyright for 2014 2014-01-07 16:05:30 -05:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak