Skip to content

Releases: c0r0n3r/cryptoparser

0.7.2

20 Aug 10:47
Compare
Choose a tag to compare

Other

  • switch to Markdown format in changelog, readme and contributing
  • update contributing to the latest version from contribution-guide.org

0.7.1

20 Aug 10:47
Compare
Choose a tag to compare

Features

  • TLS (tls)
    • protocol item classes for PostgreSQL support

0.7.0

20 Aug 10:48
Compare
Choose a tag to compare

Features

0.6.0

20 Aug 10:48
Compare
Choose a tag to compare

Features

0.5.0

20 Aug 10:49
Compare
Choose a tag to compare

Features

Usability

  • Generic
    • show attributes in user-friendly order in Markdown output
    • use human readable algorithms names in Markdown output
    • add human readable descriptions for exceptions

0.4.0

20 Aug 10:50
Compare
Choose a tag to compare

Features

Improvements

  • Generic
    • add OID to algorithms

0.3.1

20 Aug 10:51
Compare
Choose a tag to compare

Features

Improvements

  • TLS (tls)
    • Cipher Suites (ciphers)
      • add missing ECDHE_PSK cipher suites
      • add GOST cipher suites
      • add missing draft ECC cipher suites
      • add missing FIPS cipher suites
      • add CECPQ1 cipher suites
      • add missing Fortezza cipher suites
      • add missing DHE cipher suites
      • add missing SSLv3 cipher suites

Notable fixes

  • Generic
    • fix unicode string representation in JSON output
  • TLS (tls)
    • Cipher Suites (ciphers)
      • fix some cipher suite names and parameters

0.3.0

20 Aug 10:51
Compare
Choose a tag to compare

Features

  • TLS (tls)
    • protocol item classes for RDP support
    • JA3 fingerprint calculation for TLS client hello

Notable fixes

  • TLS (tls)
    • compose all the messages in case of a TLS record

Refactor

  • use attrs to avoid boilerplates

0.2.0

20 Aug 10:52
Compare
Choose a tag to compare

Notable fixes

  • clarify TLS related parameter names
  • several packaging fixes

0.1.0

20 Aug 10:52
Compare
Choose a tag to compare

Features

  • added TLS record protocol support
  • added TLS ChangeCipherSpec message support
  • added TLS ApplicationData message support
  • added TLS handshake message support
  • added TLS client
  • added SSL support

Improvements

  • added serialization support for classes
  • added elliptic-curve related descriptive classes
  • added timeout parameter to TLS client class