git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 3fd3e34) | patch
Disallow use of SSL v3 protocol in the server as well as in libpq.
2014年1月31日 22:51:07 +0000 (17:51 -0500)
2014年1月31日 22:51:18 +0000 (17:51 -0500)
commit 326e1d73c476a0b5061ef00134bdf57aed70d5e7
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
src/backend/libpq/be-secure.c diff | blob | blame | history
src/interfaces/libpq/fe-secure.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /