Home
last modified time | relevance | path

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

/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DSSL.java73 public static final int SSL_PROTOCOL_TLSV1 = (1<<2); field in SSL
81 SSL_PROTOCOL_ALL = (SSL_PROTOCOL_TLSV1 | SSL_PROTOCOL_TLSV1_1 | SSL_PROTOCOL_TLSV1_2 |
84 SSL_PROTOCOL_ALL = (SSL_PROTOCOL_TLSV1 | SSL_PROTOCOL_TLSV1_1 | SSL_PROTOCOL_TLSV1_2);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DUtilitySSL.h227 #define SSL_PROTOCOL_TLSV1 (1 << 2) macro
231 (SSL_PROTOCOL_SSLV2 | SSL_PROTOCOL_SSLV3 | SSL_PROTOCOL_TLSV1 | \
H A DUtilitySSL.cpp1077 thisopt = SSL_PROTOCOL_TLSV1; in STACK_OF()
1113 if (!(options & SSL_PROTOCOL_TLSV1)) in STACK_OF()
/dports/www/htdigest/httpd-2.4.6/modules/ssl/
H A Dssl_private.h341 #define SSL_PROTOCOL_TLSV1 (1<<2) macro
345 #define SSL_PROTOCOL_ALL (SSL_PROTOCOL_SSLV3|SSL_PROTOCOL_TLSV1| \
348 #define SSL_PROTOCOL_ALL (SSL_PROTOCOL_SSLV3|SSL_PROTOCOL_TLSV1)
H A Dssl_engine_init.c586 (protocol & SSL_PROTOCOL_TLSV1 ? "TLSv1, " : ""), in ssl_init_ctx_protocol()
602 else if (protocol == SSL_PROTOCOL_TLSV1) { in ssl_init_ctx_protocol()
637 if (!(protocol & SSL_PROTOCOL_TLSV1)) { in ssl_init_ctx_protocol()
H A Dssl_engine_config.c1320 thisopt = SSL_PROTOCOL_TLSV1; in ssl_cmd_protocol_parse()
/dports/www/apache24/httpd-2.4.53/modules/ssl/
H A Dssl_private.h376 #define SSL_PROTOCOL_TLSV1 (1<<2) macro
378 #define SSL_PROTOCOL_BASIC (SSL_PROTOCOL_SSLV3|SSL_PROTOCOL_TLSV1)
380 #define SSL_PROTOCOL_BASIC (SSL_PROTOCOL_TLSV1)
H A Dssl_engine_init.c629 (protocol & SSL_PROTOCOL_TLSV1 ? "TLSv1, " : ""), in ssl_init_ctx_protocol()
652 if (protocol == SSL_PROTOCOL_TLSV1) { in ssl_init_ctx_protocol()
703 if (!(protocol & SSL_PROTOCOL_TLSV1)) { in ssl_init_ctx_protocol()
732 } else if (protocol & SSL_PROTOCOL_TLSV1) { in ssl_init_ctx_protocol()
757 if (prot == TLS1_1_VERSION && protocol & SSL_PROTOCOL_TLSV1) { in ssl_init_ctx_protocol()
H A Dssl_engine_config.c1468 thisopt = SSL_PROTOCOL_TLSV1; in ssl_cmd_protocol_parse()
/dports/www/tomcat-native/tomcat-native-1.2.24-src/native/include/
H A Dssl_private.h84 #define SSL_PROTOCOL_TLSV1 (1<<2) macro
/dports/www/tomcat-native/tomcat-native-1.2.24-src/native/src/
H A Dsslcontext.c180 } else if (protocol == SSL_PROTOCOL_TLSV1) { in TCN_IMPLEMENT_CALL()
249 if (!(protocol & SSL_PROTOCOL_TLSV1)) in TCN_IMPLEMENT_CALL()
276 } else if (protocol & SSL_PROTOCOL_TLSV1) { in TCN_IMPLEMENT_CALL()
297 if (prot == TLS1_1_VERSION && protocol & SSL_PROTOCOL_TLSV1) { in TCN_IMPLEMENT_CALL()