Lines Matching defs:TLSConfig
570 struct TLSConfig { struct
572 struct {
598 } ticket;
601 struct {
616 } session_cache;
619 struct {
622 } dyn_rec;
625 struct {
631 } ocsp;
634 struct {
641 } client_verify;
644 struct {
656 } client;
660 std::map<StringRef, StringRef> psk_secrets;
662 std::vector<TLSCertificate> subcerts;
663 std::vector<unsigned char> alpn_prefs;
666 std::vector<StringRef> npn_list;
668 std::vector<StringRef> tls_proto_list;
669 std::vector<uint8_t> sct_data;
670 BIO_METHOD *bio_method;
673 long int tls_proto_mask;
674 StringRef backend_sni_name;
675 std::chrono::seconds session_timeout;
676 StringRef private_key_file;
677 StringRef private_key_passwd;
678 StringRef cert_file;
679 StringRef dh_param_file;
680 StringRef ciphers;
681 StringRef tls13_ciphers;
682 StringRef ecdh_curves;
683 StringRef cacert;
685 uint32_t max_early_data;
688 int min_proto_version;
689 int max_proto_version;
690 bool insecure;
691 bool no_http2_cipher_black_list;
694 bool no_postpone_early_data;