diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2018-07-16 17:47:18 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2018-07-16 17:47:18 +0300 |
commit | b1734fd800ec612f539f9c1699665d0685c2f9e8 (patch) | |
tree | 0386cb0abacc2c71c6acf2eaa7db180f06d40e4c /src/os/unix/ngx_thread.h | |
parent | 85b44b46fb851fc933e3c053ab2c45e5b92f85c9 (diff) | |
download | nginx-b1734fd800ec612f539f9c1699665d0685c2f9e8.tar.gz nginx-b1734fd800ec612f539f9c1699665d0685c2f9e8.zip |
SSL: logging levels of "unsupported protocol", "version too low".
Starting with OpenSSL 1.1.0, SSL_R_UNSUPPORTED_PROTOCOL instead of
SSL_R_UNKNOWN_PROTOCOL is reported when a protocol is disabled via
an SSL_OP_NO_* option.
Additionally, SSL_R_VERSION_TOO_LOW is reported when using MinProtocol
or when seclevel checks (as set by @SECLEVEL=n in the cipher string)
rejects a protocol, and this is what happens with SSLv3 and @SECLEVEL=1,
which is the default.
There is also the SSL_R_VERSION_TOO_HIGH error code, but it looks like
it is not possible to trigger it.
Diffstat (limited to 'src/os/unix/ngx_thread.h')
0 files changed, 0 insertions, 0 deletions