forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit44e27f0
committed
Support disallowing SSL renegotiation when using LibreSSL
LibreSSL doesn't support the SSL_OP_NO_RENEGOTIATION macro which isused by OpenSSL, instead it has invented a similar one for client-side renegotiation: SSL_OP_NO_CLIENT_RENEGOTIATION. This has beensupported since LibreSSL 2.5.1 which by now can be considered wellbelow 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.org1 parent91d6429 commit44e27f0
1 file changed
+10
-5
lines changedLines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
270 |
| - | |
271 |
| - | |
272 | 270 |
| |
273 |
| - | |
274 |
| - | |
275 |
| - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
276 | 277 |
| |
| 278 | + | |
277 | 279 |
| |
278 | 280 |
| |
| 281 | + | |
| 282 | + | |
| 283 | + | |
279 | 284 |
| |
280 | 285 |
| |
281 | 286 |
| |
|
0 commit comments
Comments
(0)