From fb154bbc447beb5c4260696a60e9650ebc59042c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szil=C3=A1rd=20Pfeiffer?= Date: Wed, 16 Sep 2020 23:42:33 +0200 Subject: [PATCH] release 0.3.1: Bump version number and update changelog --- CHANGELOG.rst | 35 +++++++++++++++++++++++++++++++++++ setup.py | 2 +- submodules/cryptoparser | 2 +- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6b642d6..acc093c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,41 @@ Changelog ========= +.. _v0-3-1: + +0.3.1 - 2020-09-15 +------------------ + +Features +^^^^^^^^ + +* Generic + + * `Markdown `_ output format (#30) + +* TLS (``tls``) + + * `XMPP (Jabber) `_ support (#26) + + * Cipher Suites (``ciphers``) + + * `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 `_ to `certvalidator `_ + + .. _v0-3-0: 0.3.0 - 2020-04-30 diff --git a/setup.py b/setup.py index 1b9005d..073a50e 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/submodules/cryptoparser b/submodules/cryptoparser index 8af2c85..e465fbb 160000 --- a/submodules/cryptoparser +++ b/submodules/cryptoparser @@ -1 +1 @@ -Subproject commit 8af2c851e91e1b2f8833e7fec9da4e986731d3f7 +Subproject commit e465fbb3b5d99aecb6254d9652a5f920611f0039