diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-01-08 22:56:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-01-08 22:56:58 +0000 |
commit | 6ccb5aebaddd9e7aefaa7d1e7baa3264148be3c5 (patch) | |
tree | f9697ca8cdccee812f74bf2cfef8774cac32353b /src/backend/executor/execMain.c | |
parent | d31b20af693dfc3bc483d1e1680dbc5ce4348c18 (diff) | |
download | postgresql-6ccb5aebaddd9e7aefaa7d1e7baa3264148be3c5.tar.gz postgresql-6ccb5aebaddd9e7aefaa7d1e7baa3264148be3c5.zip |
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
Diffstat (limited to 'src/backend/executor/execMain.c')
0 files changed, 0 insertions, 0 deletions