1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
name: test_all_tls13
min version: SSLv3
rules:
- Perfect Forward Secrecy: yes
- FIPS 140-3 (2019): no
cipher suites:
- TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256
signature schemes:
- legacy_rsa_md5_sha1
- rsa_pkcs1_sha1
- legacy_rsa_sha224
- rsa_pkcs1_sha256
- rsa_pkcs1_sha384
- rsa_pkcs1_sha512
- ecdsa_sha1
- legacy_ecdsa_sha224
- ecdsa_sha256
- ecdsa_sha384
- ecdsa_sha512
- rsa_pss_rsae_sha256
- rsa_pss_rsae_sha384
- rsa_pss_rsae_sha512
- rsa_pss_pss_sha256
- rsa_pss_pss_sha384
- rsa_pss_pss_sha512
- mldsa44
- mldsa65
- mldsa87
curves:
- x25519
- secp256r1
- secp384r1
- secp521r1
|