Skip to content

Commit 9896564

Browse files
committed
chore(release): Bump version number to 0.11.1 and update changelog
1 parent c1eb9ac commit 9896564

File tree

5 files changed

+34
-12
lines changed

5 files changed

+34
-12
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog
33
=========
44

5+
-------------------
6+
0.11.1 - 2023-11-06
7+
-------------------
8+
9+
Features
10+
========
11+
12+
- TLS (``tls``)
13+
14+
- Elliptic Curves (``curves``)
15+
16+
- add support for post-quantum safe hybrid (Kyber) algorithms (#119)
17+
18+
- SSH (``ssh``)
19+
20+
- Public Keys (``pubkeys``)
21+
22+
- X.509 certificate and certificate chain support (#70)
23+
524
-------------------
625
0.11.0 - 2023-10-28
726
-------------------

cryptolyzer/__setup__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = 'CryptoLyzer'
44
__technical_name__ = __title__.lower()
5-
__version__ = '0.11.0'
5+
__version__ = '0.11.1'
66
__description__ = 'Fast and flexible cryptographic protocol analyzer'
77
__author__ = 'Szilárd Pfeiffer'
88
__author_email__ = '[email protected]'

docs/features.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Differentiators
99
"""""""""""""""
1010

1111
- checks supported Diffie-Hellman (group exchange) key sizes
12+
- checks supported host certificates, X.509 certificates and chains
1213
- analyzes server protocol version string to identify application server vendor and version
1314

1415
Versions
@@ -21,15 +22,15 @@ Analyzers
2122

2223
Supported analyzers by cryptographic protocol versions
2324

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+
+-------------------------------------------------------------+---------+
3334

3435
SSL/TLS
3536
^^^^^^^
@@ -44,6 +45,8 @@ Differentiators
4445
[wolfSSL](https://www.wolfssl.com/)
4546
- checks `GOST <https://en.wikipedia.org/wiki/GOST>`__ (national standards of the Russian Federation and CIS countries)
4647
cipher suites
48+
- checks `post-quantum <https://en.wikipedia.org/wiki/Post-quantum_cryptography>`__ elliptic curves
49+
(`Kyber <https://en.wikipedia.org/wiki/Kyber>`__)
4750
- checks TLS 1.3 draft versions, not just finnal version
4851
- checks whether Diffie-Hellman
4952

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ oscrypto @ git+https://github.com/wbond/oscrypto.git@d5f3437
22
attrs>=20.3.0,<22.0.1
33
certvalidator
44
colorama
5-
cryptoparser>=0.11.0
5+
cryptoparser>=0.11.1
66
pathlib2==2.3.7.post1;python_version<"3.4"
77
pathlib2;python_version>="3.4"
88
pyfakefs

submodules/cryptoparser

Submodule cryptoparser updated from 53686d9 to b236035

0 commit comments

Comments
 (0)