Lines Matching defs:protocol
200 * the protocol is https. */
482 int protocol = mctx->protocol;
488 if (protocol == SSL_PROTOCOL_NONE) {
495 (protocol & SSL_PROTOCOL_SSLV3 ? "SSLv3, " : ""),
496 (protocol & SSL_PROTOCOL_TLSV1 ? "TLSv1, " : ""),
498 (protocol & SSL_PROTOCOL_TLSV1_1 ? "TLSv1.1, " : ""),
499 (protocol & SSL_PROTOCOL_TLSV1_2 ? "TLSv1.2, " : ""),
507 if (protocol == SSL_PROTOCOL_SSLV3) {
512 else if (protocol == SSL_PROTOCOL_TLSV1) {
518 else if (protocol == SSL_PROTOCOL_TLSV1_1) {
523 else if (protocol == SSL_PROTOCOL_TLSV1_2) {
543 if (!(protocol & SSL_PROTOCOL_SSLV3)) {
547 if (!(protocol & SSL_PROTOCOL_TLSV1)) {
552 if (!(protocol & SSL_PROTOCOL_TLSV1_1)) {
556 if (!(protocol & SSL_PROTOCOL_TLSV1_2)) {
1512 "Configuring server %s for SSL protocol", sc->vhost_id);