|
26 | 26 | "web_https_http_compress": {"status": "passed", "verdict": "good"}, |
27 | 27 | "web_https_tls_keyexchange": {"status": "passed", "verdict": "good"}, |
28 | 28 | "web_https_tls_ciphers": {"status": "passed", "verdict": "good"}, |
29 | | - "web_https_tls_cipherorder": {"status": "passed", "verdict": "na"}, |
| 29 | + "web_https_tls_cipherorder": {"status": "passed", "verdict": "good"}, |
30 | 30 | "web_https_tls_version": {"status": "passed", "verdict": "good"}, |
31 | 31 | "web_https_tls_compress": {"status": "passed", "verdict": "good"}, |
32 | 32 | "web_https_tls_secreneg": {"status": "passed", "verdict": "good"}, |
33 | | - "web_https_tls_clientreneg": {"status": "passed", "verdict": "good"}, |
| 33 | + "web_https_tls_clientreneg": {"status": "passed", "verdict": "not-allowed"}, |
34 | 34 | "web_https_cert_chain": {"status": "failed", "verdict": "bad"}, |
35 | 35 | "web_https_cert_pubkey": {"status": "passed", "verdict": "good"}, |
36 | 36 | "web_https_cert_sig": {"status": "passed", "verdict": "good"}, |
|
72 | 72 | "kex_params_phase_out": [], |
73 | 73 | "ciphers_bad": [], |
74 | 74 | "ciphers_phase_out": [], |
75 | | - "cipher_order": "na", |
| 75 | + "cipher_order": "good", |
76 | 76 | "cipher_order_violation": [], |
77 | 77 | "protocols_bad": [], |
78 | 78 | "protocols_phase_out": [], |
79 | 79 | "compression": False, |
80 | 80 | "secure_reneg": True, |
81 | | - "client_reneg": False, |
| 81 | + "client_reneg": "not_allowed", |
82 | 82 | "zero_rtt": "good", |
83 | 83 | "ocsp_stapling": "not_in_cert", |
84 | 84 | "kex_hash_func": "good", |
| 85 | + "extended_master_secret": "supported", |
| 86 | + "key_exchange_rsa_pkcs": "good", |
85 | 87 | "https_redirect": "good", |
86 | 88 | "http_compression": False, |
87 | 89 | "hsts": True, |
|
136 | 138 | "kex_params_phase_out": [], |
137 | 139 | "ciphers_bad": [], |
138 | 140 | "ciphers_phase_out": [], |
139 | | - "cipher_order": "na", |
| 141 | + "cipher_order": "good", |
140 | 142 | "cipher_order_violation": [], |
141 | 143 | "protocols_bad": [], |
142 | 144 | "protocols_phase_out": [], |
143 | 145 | "compression": False, |
144 | 146 | "secure_reneg": True, |
145 | | - "client_reneg": False, |
| 147 | + "client_reneg": "not_allowed", |
146 | 148 | "zero_rtt": "good", |
147 | 149 | "ocsp_stapling": "not_in_cert", |
148 | 150 | "kex_hash_func": "good", |
| 151 | + "extended_master_secret": "supported", |
| 152 | + "key_exchange_rsa_pkcs": "good", |
149 | 153 | "https_redirect": "good", |
150 | 154 | "http_compression": False, |
151 | 155 | "hsts": True, |
|
0 commit comments