Skip to content

Commit

Permalink
chore(release): Bump version number to 0.11.1 and update changelog
Browse files Browse the repository at this point in the history
c0r0n3r committed Nov 6, 2023
1 parent c1eb9ac commit 9896564
Showing 5 changed files with 34 additions and 12 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,25 @@
Changelog
=========

-------------------
0.11.1 - 2023-11-06
-------------------

Features
========

- TLS (``tls``)

- Elliptic Curves (``curves``)

- add support for post-quantum safe hybrid (Kyber) algorithms (#119)

- SSH (``ssh``)

- Public Keys (``pubkeys``)

- X.509 certificate and certificate chain support (#70)

-------------------
0.11.0 - 2023-10-28
-------------------
2 changes: 1 addition & 1 deletion cryptolyzer/__setup__.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

__title__ = 'CryptoLyzer'
__technical_name__ = __title__.lower()
__version__ = '0.11.0'
__version__ = '0.11.1'
__description__ = 'Fast and flexible cryptographic protocol analyzer'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = '[email protected]'
21 changes: 12 additions & 9 deletions docs/features.rst
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ Differentiators
"""""""""""""""

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

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

Supported analyzers by cryptographic protocol versions

+------------------------------------------+---------+
| Analyzers | SSH 2.0 |
+==========================================+=========+
| Cipher Suites (``ciphers``) ||
+------------------------------------------+---------+
| Diffie-Hellman parameters (``dhparams``) ||
+------------------------------------------+---------+
| Host Keys/Certificates (``pubkeys``) ||
+------------------------------------------+---------+
+-------------------------------------------------------------+---------+
| Analyzers | SSH 2.0 |
+=============================================================+=========+
| Cipher Suites (``ciphers``) ||
+-------------------------------------------------------------+---------+
| Diffie-Hellman parameters (``dhparams``) ||
+-------------------------------------------------------------+---------+
| Host Keys, Host/X.509 Certificates and Chains (``pubkeys``) ||
+-------------------------------------------------------------+---------+

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

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ oscrypto @ git+https://github.com/wbond/oscrypto.git@d5f3437
attrs>=20.3.0,<22.0.1
certvalidator
colorama
cryptoparser>=0.11.0
cryptoparser>=0.11.1
pathlib2==2.3.7.post1;python_version<"3.4"
pathlib2;python_version>="3.4"
pyfakefs
2 changes: 1 addition & 1 deletion submodules/cryptoparser
Submodule cryptoparser updated from 53686d to b23603

0 comments on commit 9896564

Please sign in to comment.