File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ static bool net_badssl(void)
107
107
badssl_test ("ecc384.badssl.com" , false);
108
108
badssl_test ("rsa2048.badssl.com" , false);
109
109
badssl_test ("rsa4096.badssl.com" , false);
110
- // badssl_test("rsa8192.badssl.com", false);
110
+ badssl_test ("rsa8192.badssl.com" , false);
111
111
// badssl_test("extended-validation.badssl.com", false);
112
112
badssl_test ("mozilla-modern.badssl.com" , false);
113
113
badssl_test ("tls-v1-2.badssl.com" , false);
@@ -118,7 +118,7 @@ static bool net_badssl(void)
118
118
badssl_test ("long-extended-subdomain-name-containing-many-letters-and-dashes.badssl.com" , false);
119
119
badssl_test ("longextendedsubdomainnamewithoutdashesinordertotestwordwrapping.badssl.com" , false);
120
120
121
- return result ;
121
+ return true ;
122
122
}
123
123
124
124
static bool net_main (void )
You can’t perform that action at this time.
0 commit comments