• Home
  • Raw
  • Download

Lines Matching full:bool

24   bool is_server = false;
25 bool is_dtls = false;
28 bool fallback_scsv = false;
36 bool require_any_client_certificate = false;
39 bool false_start = false;
41 bool async = false;
42 bool write_different_record_sizes = false;
43 bool cbc_record_splitting = false;
44 bool partial_write = false;
45 bool no_tls13 = false;
46 bool no_tls12 = false;
47 bool no_tls11 = false;
48 bool no_tls1 = false;
49 bool no_ssl3 = false;
51 bool enable_channel_id = false;
53 bool shim_writes_first = false;
60 bool decline_alpn = false;
61 bool expect_session_miss = false;
62 bool expect_extended_master_secret = false;
66 bool enable_ocsp_stapling = false;
68 bool enable_signed_cert_timestamps = false;
74 bool implicit_handshake = false;
75 bool use_early_callback = false;
76 bool fail_early_callback = false;
77 bool install_ddos_callback = false;
78 bool fail_ddos_callback = false;
79 bool fail_second_ddos_callback = false;
80 bool fail_cert_callback = false;
82 bool handshake_never_done = false;
86 bool use_export_context = false;
87 bool tls_unique = false;
88 bool expect_ticket_renewal = false;
89 bool expect_no_session = false;
90 bool expect_early_data_info = false;
91 bool expect_accept_early_data = false;
92 bool expect_reject_early_data = false;
93 bool use_ticket_callback = false;
94 bool renew_ticket = false;
95 bool enable_early_data = false;
97 bool enable_client_custom_extension = false;
98 bool enable_server_custom_extension = false;
99 bool custom_extension_skip = false;
100 bool custom_extension_fail_add = false;
102 bool check_close_notify = false;
103 bool shim_shuts_down = false;
104 bool verify_fail = false;
105 bool verify_peer = false;
106 bool verify_peer_if_no_obc = false;
107 bool expect_verify_result = false;
110 bool renegotiate_once = false;
111 bool renegotiate_freely = false;
112 bool renegotiate_ignore = false;
114 bool p384_only = false;
115 bool enable_all_curves = false;
117 bool use_old_client_cert_callback = false;
121 bool send_alert = false;
122 bool peek_then_read = false;
123 bool enable_grease = false;
126 bool use_exporter_between_reads = false;
131 bool retain_only_sha256_client_cert_initial = false;
132 bool retain_only_sha256_client_cert_resume = false;
133 bool expect_sha256_client_cert_initial = false;
134 bool expect_sha256_client_cert_resume = false;
135 bool read_with_unfinished_write = false;
136 bool expect_secure_renegotiation = false;
137 bool expect_no_secure_renegotiation = false;
140 bool expect_session_id = false;
141 bool expect_no_session_id = false;
143 bool no_op_extra_handshake = false;
144 bool handshake_twice = false;
145 bool allow_unknown_alpn_protos = false;
146 bool enable_ed25519 = false;
149 bool ParseConfig(int argc, char **argv, TestConfig *out_initial,