Searched refs:TLS_PROTOCOLS_ALL (Results 1 – 10 of 10) sorted by relevance
49 .want_protocols = TLS_PROTOCOLS_ALL,
45 #define TLS_PROTOCOLS_ALL TLS_PROTOCOL_TLSv1 macro
252 protos = TLS_PROTOCOLS_ALL; in tls_config_parse_protocols()257 proto = TLS_PROTOCOLS_ALL; in tls_config_parse_protocols()
44 ProtocolsAll ProtocolVersion = C.TLS_PROTOCOLS_ALL
411 TLS_PROTOCOLS_ALL) != 0) in main()
406 TLS_PROTOCOLS_ALL) == -1) {
1266 tls_protocols = TLS_PROTOCOLS_ALL; in load_certfile()
655 TLS_PROTOCOLS_ALL) != 0) in main()705 TLS_PROTOCOLS_ALL) != 0) in main()
453 if (tls_config_set_protocols(tlscfg, TLS_PROTOCOLS_ALL) != 0) in spamd_tls_init()
2020 if (tls_config_set_protocols(tls_config, TLS_PROTOCOLS_ALL) == -1) in http_setup()