Lines Matching defs:final
35 struct Options final : public MemoryRetainer { struct
37 std::string alpn = NGHTTP3_ALPN_H3;
41 std::string hostname = "";
44 bool keylog = false;
48 bool reject_unauthorized = true;
52 bool enable_tls_trace = false;
58 bool request_peer_certificate = false;
65 bool verify_hostname_identity = true;
68 std::string session_id_ctx = "Node.js QUIC Server";
71 std::string ciphers = DEFAULT_CIPHERS;
74 std::string groups = DEFAULT_GROUPS;
77 std::vector<std::shared_ptr<crypto::KeyObjectData>> keys;
80 std::vector<Store> certs;
83 std::vector<Store> ca;
86 std::vector<Store> crl;