@@ -9,6 +9,7 @@ Differentiators
9
9
"""""""""""""""
10
10
11
11
- checks supported Diffie-Hellman (group exchange) key sizes
12
+ - checks supported host certificates, X.509 certificates and chains
12
13
- analyzes server protocol version string to identify application server vendor and version
13
14
14
15
Versions
@@ -21,15 +22,15 @@ Analyzers
21
22
22
23
Supported analyzers by cryptographic protocol versions
23
24
24
- +------------------------------------------+---------+
25
- | Analyzers | SSH 2.0 |
26
- +==========================================+=========+
27
- | Cipher Suites (``ciphers ``) | ✓ |
28
- +------------------------------------------+---------+
29
- | Diffie-Hellman parameters (``dhparams ``) | ✓ |
30
- +------------------------------------------+---------+
31
- | Host Keys/ Certificates (``pubkeys ``) | ✓ |
32
- +------------------------------------------+---------+
25
+ +------------------------------------------------------------- +---------+
26
+ | Analyzers | SSH 2.0 |
27
+ +============================================================= +=========+
28
+ | Cipher Suites (``ciphers ``) | ✓ |
29
+ +------------------------------------------------------------- +---------+
30
+ | Diffie-Hellman parameters (``dhparams ``) | ✓ |
31
+ +------------------------------------------------------------- +---------+
32
+ | Host Keys, Host/X.509 Certificates and Chains (``pubkeys ``) | ✓ |
33
+ +------------------------------------------------------------- +---------+
33
34
34
35
SSL/TLS
35
36
^^^^^^^
@@ -44,6 +45,8 @@ Differentiators
44
45
[wolfSSL](https://www.wolfssl.com/)
45
46
- checks `GOST <https://en.wikipedia.org/wiki/GOST >`__ (national standards of the Russian Federation and CIS countries)
46
47
cipher suites
48
+ - checks `post-quantum <https://en.wikipedia.org/wiki/Post-quantum_cryptography >`__ elliptic curves
49
+ (`Kyber <https://en.wikipedia.org/wiki/Kyber >`__)
47
50
- checks TLS 1.3 draft versions, not just finnal version
48
51
- checks whether Diffie-Hellman
49
52
0 commit comments