diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-02-13 21:46:08 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-02-13 21:46:08 +0200 |
commit | 272923a0a6956187471df4f032eee06559520390 (patch) | |
tree | ecdec58a0f5485366ab61b36d4f9301883227cdf /src/backend/utils/adt/arrayfuncs.c | |
parent | dc01efa5ccdd9804b0c97d4d9b651ba9360ebb11 (diff) | |
download | postgresql-272923a0a6956187471df4f032eee06559520390.tar.gz postgresql-272923a0a6956187471df4f032eee06559520390.zip |
Simplify the way OpenSSL renegotiation is initiated in server.
At least in all modern versions of OpenSSL, it is enough to call
SSL_renegotiate() once, and then forget about it. Subsequent SSL_write()
and SSL_read() calls will finish the handshake.
The SSL_set_session_id_context() call is unnecessary too. We only have
one SSL context, and the SSL session was created with that to begin with.
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions