Home
last modified time | relevance | path

Searched refs:tls_protos (Results 1 – 5 of 5) sorted by relevance

/dports/news/inn/inn-2.6.4/nnrpd/
H A Dtls.c503 size_t tls_protos = 0; in tls_init_serverengine() local
613 tls_protos |= INN_TLS_SSLv2; in tls_init_serverengine()
615 tls_protos |= INN_TLS_SSLv3; in tls_init_serverengine()
617 tls_protos |= INN_TLS_TLSv1; in tls_init_serverengine()
619 tls_protos |= INN_TLS_TLSv1_1; in tls_init_serverengine()
636 if ((tls_protos & INN_TLS_SSLv2) == 0) { in tls_init_serverengine()
640 if ((tls_protos & INN_TLS_SSLv3) == 0) { in tls_init_serverengine()
644 if ((tls_protos & INN_TLS_TLSv1) == 0) { in tls_init_serverengine()
648 if ((tls_protos & INN_TLS_TLSv1_1) == 0) { in tls_init_serverengine()
654 if ((tls_protos & INN_TLS_TLSv1_2) == 0) { in tls_init_serverengine()
[all …]
/dports/sysutils/shlock/inn-2.6.4/nnrpd/
H A Dtls.c503 size_t tls_protos = 0; in tls_init_serverengine() local
613 tls_protos |= INN_TLS_SSLv2; in tls_init_serverengine()
615 tls_protos |= INN_TLS_SSLv3; in tls_init_serverengine()
617 tls_protos |= INN_TLS_TLSv1; in tls_init_serverengine()
619 tls_protos |= INN_TLS_TLSv1_1; in tls_init_serverengine()
636 if ((tls_protos & INN_TLS_SSLv2) == 0) { in tls_init_serverengine()
640 if ((tls_protos & INN_TLS_SSLv3) == 0) { in tls_init_serverengine()
644 if ((tls_protos & INN_TLS_TLSv1) == 0) { in tls_init_serverengine()
648 if ((tls_protos & INN_TLS_TLSv1_1) == 0) { in tls_init_serverengine()
654 if ((tls_protos & INN_TLS_TLSv1_2) == 0) { in tls_init_serverengine()
[all …]
/dports/news/inn-current/inn-2.7-20211226/nnrpd/
H A Dtls.c519 size_t tls_protos = 0; in tls_init_serverengine() local
652 tls_protos |= INN_TLS_SSLv2; in tls_init_serverengine()
654 tls_protos |= INN_TLS_SSLv3; in tls_init_serverengine()
656 tls_protos |= INN_TLS_TLSv1; in tls_init_serverengine()
659 tls_protos |= INN_TLS_TLSv1_1; in tls_init_serverengine()
678 if ((tls_protos & INN_TLS_SSLv2) == 0) { in tls_init_serverengine()
684 if ((tls_protos & INN_TLS_SSLv3) == 0) { in tls_init_serverengine()
690 if ((tls_protos & INN_TLS_TLSv1) == 0) { in tls_init_serverengine()
696 if ((tls_protos & INN_TLS_TLSv1_1) == 0) { in tls_init_serverengine()
702 if ((tls_protos & INN_TLS_TLSv1_2) == 0) { in tls_init_serverengine()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/bind9/
H A Dcheck.c2133 uint32_t tls_protos = 0; in bind9_check_tls_defintion() local
2212 if ((tls_protos & ver) != 0) { in bind9_check_tls_defintion()
2221 tls_protos |= ver; in bind9_check_tls_defintion()
2224 if (tls_protos == 0) { in bind9_check_tls_defintion()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dserver.c10992 uint32_t tls_protos = 0; in listenelt_fromconfig() local
11051 tls_protos |= ver; in listenelt_fromconfig()
11087 .protocols = tls_protos, in listenelt_fromconfig()