Searched refs:SSL_PROTOCOL_TLSV1_2 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_private.h283 #define SSL_PROTOCOL_TLSV1_2 (1<<4) macro
285 SSL_PROTOCOL_TLSV1_1|SSL_PROTOCOL_TLSV1_2)
H A Dssl_engine_init.c401 (protocol & SSL_PROTOCOL_TLSV1_2 ? "TLSv1.2, " : ""),
425 else if (protocol == SSL_PROTOCOL_TLSV1_2) {
462 if (!(protocol & SSL_PROTOCOL_TLSV1_2)) {
H A Dssl_engine_config.c1314 thisopt = SSL_PROTOCOL_TLSV1_2;

Completed in 77 milliseconds