Skip to content

Commit

Permalink
release 0.5.0: Bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Apr 10, 2021
1 parent ba93f6e commit cbdf98b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changelog
=========

.. _v0-5-0:

0.5.0 - 2021-04-08
------------------

Features
^^^^^^^^

* TLS (``tls``)

* add analyzer (``all``) for running all TLS analysis at once (#40)

* SSH (``ssh2``)

* add analyzer for checking SSH servers against
`negotiated algorithms <https://tools.ietf.org/html/rfc4253#section-7.1>`_ (#33)

Usability
^^^^^^^^^

* Generic

* use human readable algorithms names in Markdown output (#48)
* command line interface gives error output instead of traceback on exception (#49)

.. _v0-4-0:

0.4.0 - 2021-01-30
Expand Down
2 changes: 1 addition & 1 deletion cryptolyzer/__setup__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__title__ = 'CryptoLyzer'
__version__ = '0.4.0'
__version__ = '0.5.0'
__description__ = 'Fast and flexible cryptographic protocol analyzer'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
attrs>=19.1
certvalidator
cryptoparser>=0.3.0
cryptoparser>=0.5.0
enum34==1.1.6;python_version<"3.4"
py2-ipaddress;python_version<"3.4"
urllib3
Expand Down
2 changes: 1 addition & 1 deletion submodules/cryptoparser
Submodule cryptoparser updated from f37bdc to 22bce6

0 comments on commit cbdf98b

Please sign in to comment.