File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/constants Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -656,10 +656,12 @@ public static List<CipherSuite> getImplemented() {
656656 list .add (TLS_DH_RSA_WITH_AES_128_CBC_SHA );
657657 list .add (TLS_DHE_DSS_WITH_AES_128_CBC_SHA );
658658 list .add (TLS_DHE_RSA_WITH_AES_128_CBC_SHA );
659+ list .add (TLS_DH_anon_WITH_AES_128_CBC_SHA );
659660 list .add (TLS_DH_DSS_WITH_AES_256_CBC_SHA );
660661 list .add (TLS_DH_RSA_WITH_AES_256_CBC_SHA );
661662 list .add (TLS_DHE_DSS_WITH_AES_256_CBC_SHA );
662663 list .add (TLS_DHE_RSA_WITH_AES_256_CBC_SHA );
664+ list .add (TLS_DH_anon_WITH_AES_256_CBC_SHA );
663665 list .add (TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA );
664666 list .add (TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA );
665667 list .add (TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA );
You can’t perform that action at this time.
0 commit comments