diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-04-24 10:54:42 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-04-24 10:54:42 +0200 |
commit | 44e27f0a6d07d194ee43e9e4095db75c0525112f (patch) | |
tree | 07348eec2d73f571c09aaa96a0ed41dbb60a986b /src/backend/tcop/postgres.c | |
parent | 91d6429fad55f0e440643993754216614a9f6b11 (diff) | |
download | postgresql-44e27f0a6d07d194ee43e9e4095db75c0525112f.tar.gz postgresql-44e27f0a6d07d194ee43e9e4095db75c0525112f.zip |
Support disallowing SSL renegotiation when using LibreSSL
LibreSSL doesn't support the SSL_OP_NO_RENEGOTIATION macro which is
used by OpenSSL, instead it has invented a similar one for client-
side renegotiation: SSL_OP_NO_CLIENT_RENEGOTIATION. This has been
supported since LibreSSL 2.5.1 which by now can be considered well
below the minimum requirement.
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/eac70d46-e61c-4d71-a1e1-78e2bfa19485@eisentraut.org
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions