Commit 2d9a53bb authored by Szilárd Pfeiffer's avatar Szilárd Pfeiffer
Browse files

release 0.4.0: Bump version number and update changelog

parent c7aab256
Loading
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
Changelog
=========

.. _v0-4-0:

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

Features
^^^^^^^^

* TLS (``tls``)

  * Generic

    * `LDAP <https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol>`_ related messages (#23)

  * Cipher Suites (``ciphers``)

    * `client certificate request <https://tools.ietf.org/html/rfc2246#section-7.4.4>`_ related messages (#24)

Improvements
^^^^^^^^^^^^

* Generic

  * add `OID <https://en.wikipedia.org/wiki/Object_identifier>`_ to algorithms

.. _v0-3-1:

0.3.1 - 2020-09-15
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ def test_discover():

setup(
    name='cryptoparser',
    version='0.3.1',
    version='0.4.0',
    description='Fast and flexible security protocol parser and generator',
    long_description=long_description,
    author='Szilárd Pfeiffer',