File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
test/java/de/rub/nds/tlsscanner/serverscanner/probe Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2494
2494
<ratingInfluencer >
2495
2495
<property >SUPPORTS_GENERATOR_ONE</property >
2496
2496
</ratingInfluencer >
2497
+ <ratingInfluencer >
2498
+ <property >SUPPORTS_MODULUS_ZERO</property >
2499
+ </ratingInfluencer >
2500
+ <ratingInfluencer >
2501
+ <property >SUPPORTS_GENERATOR_ZERO</property >
2502
+ </ratingInfluencer >
2497
2503
<ratingInfluencer >
2498
2504
<property >DTLS_FRAGMENTATION_REQUIRES_EXTENSION</property >
2499
2505
</ratingInfluencer >
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ protected void prepareReport() {}
31
31
32
32
@ Override
33
33
protected boolean executedAsPlanned () {
34
- return verifyProperty (TlsAnalyzedProperty .SUPPORTS_HTTP_FALSE_START , TestResults .UNCERTAIN );
34
+ return verifyProperty (TlsAnalyzedProperty .SUPPORTS_HTTP_FALSE_START , TestResults .TRUE );
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments