]> granicus.if.org Git - postgresql/commit
I was playing around with 7.3.1 and found some more SSL problems. The
authorBruce Momjian <bruce@momjian.us>
Wed, 8 Jan 2003 22:57:05 +0000 (22:57 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 8 Jan 2003 22:57:05 +0000 (22:57 +0000)
commit671231f58853fa6e6bdcbbd62d4496bb574bd572
tree138c5e48b0c36cb0c01ce30daa62322ca4f3c7ea
parentfdb1c80747705bbb98027ff5f64bd5a89ee40874
I was playing around with 7.3.1 and found some more SSL problems.  The
first, that I missed when checking over 7.3.1, was that the client
method was switched to SSLv23 along with the server.  The SSLv23 client
method does SSLv2 by default, but can also understand SSLv3.  In our
situation the SSLv2 backwords compatibility is really only needed on the
server.  This is the first patch.

The last thing is that I found a way for the server to understand SSLv2
HELLO messages (sent by pre-7.3 clients) but then get them to talk
SSLv3.  This is the last one.

Nathan Mueller
src/backend/libpq/be-secure.c
src/interfaces/libpq/fe-secure.c