comparison src/event/ngx_event_openssl.h @ 5395:a720f0b0e083

SSL: adjust buffer used by OpenSSL during handshake (ticket #413).
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 27 Sep 2013 19:39:33 +0400
parents 71d85de7b53b
children 1356a3b96924
comparison
equal deleted inserted replaced
5394:8c827bb1b2b6 5395:a720f0b0e083
46 unsigned handshaked:1; 46 unsigned handshaked:1;
47 unsigned renegotiation:1; 47 unsigned renegotiation:1;
48 unsigned buffer:1; 48 unsigned buffer:1;
49 unsigned no_wait_shutdown:1; 49 unsigned no_wait_shutdown:1;
50 unsigned no_send_shutdown:1; 50 unsigned no_send_shutdown:1;
51 unsigned handshake_buffer_set:1;
51 } ngx_ssl_connection_t; 52 } ngx_ssl_connection_t;
52 53
53 54
54 #define NGX_SSL_NO_SCACHE -2 55 #define NGX_SSL_NO_SCACHE -2
55 #define NGX_SSL_NONE_SCACHE -3 56 #define NGX_SSL_NONE_SCACHE -3