Is there a way to detect when the SSL library has renegotiation disabled? 
(Either at compile-time or runtime, although runtime would definitely be better 
because we’ll change our behavior if/when the user updates their SSL library.)

If so, we could skip renegotiation when it’s disabled in the library, but 
otherwise perform renegotiation like we normally do (every 512 MB, I think it 
is).

Also, the official OpenSSL patch provides a way for the application to 
re-enable renegotiation. I don’t think all implementations will do so, though 
(e.g., some vendors might have patched it differently).

- Chris


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to