Home
last modified time | relevance | path

Searched refs:RENEG_INIT (Results 1 – 11 of 11) sorted by relevance

/dports/www/tomcat-native/tomcat-native-1.2.24-src/native/include/
H A Dssl_private.h343 RENEG_INIT = 0, /* Before initial handshake */ enumerator
/dports/www/pound/Pound-2.8/
H A Dpound.h431 typedef enum { RENEG_INIT=0, RENEG_REJECT, RENEG_ALLOW, RENEG_ABORT } RENEG_STATE; enumerator
H A Dhttp.c573 reneg_state = RENEG_INIT; in do_http()
H A Dsvc.c1783 } else if(where & SSL_CB_HANDSHAKE_DONE && *reneg_state == RENEG_INIT) {
/dports/security/stunnel/stunnel-5.60/src/
H A Dprototypes.h421 RENEG_INIT, /* initial state */ enumerator
H A Dctx.c1562 && c->reneg_state==RENEG_INIT) {
/dports/www/htdigest/httpd-2.4.6/modules/ssl/
H A Dssl_private.h481 RENEG_INIT = 0, /* Before initial handshake */ enumerator
H A Dssl_engine_kernel.c1931 else if ((where & SSL_CB_HANDSHAKE_DONE) && scr->reneg_state == RENEG_INIT) { in ssl_callback_Info()
/dports/www/apache24/httpd-2.4.53/modules/ssl/
H A Dssl_private.h550 RENEG_INIT = 0, /* Before initial handshake */ enumerator
H A Dssl_engine_kernel.c2307 && sslconn->reneg_state == RENEG_INIT) { in ssl_callback_Info()
/dports/www/tomcat-native/tomcat-native-1.2.24-src/native/src/
H A Dsslutils.c442 else if ((where & SSL_CB_HANDSHAKE_DONE) && con->reneg_state == RENEG_INIT) { in SSL_callback_handshake()