comparison src/event/ngx_event_openssl.h @ 6981:08dc60979133

SSL: added support for TLSv1.3 in ssl_protocols directive. Support for the TLSv1.3 protocol will be introduced in OpenSSL 1.1.1.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 18 Apr 2017 15:12:38 +0300
parents 75e7d55214bd
children ac9b1df5b246
comparison
equal deleted inserted replaced
6980:dbb0c854e308 6981:08dc60979133
129 #define NGX_SSL_SSLv2 0x0002 129 #define NGX_SSL_SSLv2 0x0002
130 #define NGX_SSL_SSLv3 0x0004 130 #define NGX_SSL_SSLv3 0x0004
131 #define NGX_SSL_TLSv1 0x0008 131 #define NGX_SSL_TLSv1 0x0008
132 #define NGX_SSL_TLSv1_1 0x0010 132 #define NGX_SSL_TLSv1_1 0x0010
133 #define NGX_SSL_TLSv1_2 0x0020 133 #define NGX_SSL_TLSv1_2 0x0020
134 #define NGX_SSL_TLSv1_3 0x0040
134 135
135 136
136 #define NGX_SSL_BUFFER 1 137 #define NGX_SSL_BUFFER 1
137 #define NGX_SSL_CLIENT 2 138 #define NGX_SSL_CLIENT 2
138 139