Skip to content

Commit

Permalink
release 0.3.1: Bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Sep 16, 2020
1 parent 2d93951 commit fb154bb
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
Changelog
=========

.. _v0-3-1:

0.3.1 - 2020-09-15
------------------

Features
^^^^^^^^

* Generic

* `Markdown <https://en.wikipedia.org/wiki/Markdown>`_ output format (#30)

* TLS (``tls``)

* `XMPP (Jabber) <https://en.wikipedia.org/wiki/XMPP>`_ support (#26)

* Cipher Suites (``ciphers``)

* `GOST <https://en.wikipedia.org/wiki/GOST>`_ (national standards of the Russian Federation and CIS countries)
support for TLS cipher suite checker (#32)

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

* TLS (``tls``)

* fix several uncertain test cases (#28)

Refactor
^^^^^^^^

* remove unnecessary unicode conversions (#29)
* switch from `cryptography <https://cryptography.io>`_ to `certvalidator <https://github.com/wbond/certvalidator>`_


.. _v0-3-0:

0.3.0 - 2020-04-30
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.0',
version='0.3.1',
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 8af2c8 to e465fb

0 comments on commit fb154bb

Please sign in to comment.