diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2018-09-21 20:31:32 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2018-09-21 20:31:32 +0300 |
commit | 61cec6f01bb9d76d617ca13531e5178199e2fe93 (patch) | |
tree | 03abf3784e0ab0b0c2b220a73e6bc3e7e0b43d4b /src/http/ngx_http_file_cache.c | |
parent | a834b8aa09205922bf11c005b3c737b267be12bb (diff) | |
download | nginx-61cec6f01bb9d76d617ca13531e5178199e2fe93.tar.gz nginx-61cec6f01bb9d76d617ca13531e5178199e2fe93.zip |
SSL: disabled renegotiation checks with SSL_OP_NO_RENEGOTIATION.
Following 7319:dcab86115261, as long as SSL_OP_NO_RENEGOTIATION is
defined, it is OpenSSL library responsibility to prevent renegotiation,
so the checks are meaningless.
Additionally, with TLSv1.3 OpenSSL tends to report SSL_CB_HANDSHAKE_START
at various unexpected moments - notably, on KeyUpdate messages and
when sending tickets. This change prevents unexpected connection
close on KeyUpdate messages and when finishing handshake with upcoming
early data changes.
Diffstat (limited to 'src/http/ngx_http_file_cache.c')
0 files changed, 0 insertions, 0 deletions