Skip to content

Commit

Permalink
release 0.4.0: Bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Jan 31, 2021
1 parent 563a120 commit 83b3624
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
Changelog
=========

.. _v0-4-0:

0.4.0 - 2021-01-30
------------------

Features
^^^^^^^^

* TLS (``tls``)

* add analyzer for checking whether TLS server requires client certificate for authentication (#36)
* `LDAP <https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol>`_ support (#25)

Notable fixes
^^^^^^^^^^^^^

* TLS (``tls``)

* Generic

* handle that a server indicates handshake failure by sending close notify alert (#44)
* handle that a server does not respect lack of the signature algorithms extension (#43)

* Versions (``versions``)

* handle that a server supports only non-RSA public keys (#41)

Perforamce
^^^^^^^^^^

* TLS (``tls``)

* Cipher Suites (``ciphers``)

* speed up TLS supported curve check (#39)

.. _v0-3-1:

0.3.1 - 2020-09-15
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_discover():

setup(
name='cryptolyzer',
version='0.3.1',
version='0.4.0',
description='Fast and flexible cryptographic protocol analyzer',
long_description=long_description,
author='Szilárd Pfeiffer',
Expand Down
2 changes: 1 addition & 1 deletion submodules/cryptoparser
Submodule cryptoparser updated from c7aab2 to 2d9a53

0 comments on commit 83b3624

Please sign in to comment.