Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@noraj noraj released this 25 May 14:22
· 12 commits to master since this release

CHANGELOG

Additions:

  • New TLSmap::App::Extended class: partial wrapper around ciphersuite.info API to get extra info about a cipher
  • New --extended and --acronym CLI option for the search command using the new class

Changes:

  • Move tmpfile() to a Utils module (no breaking changes)

Fix:

  • fix NSS and GnuTLS parser: many ciphers were not parsed due to a wrong regexp
  • make search case-insensitive for hexadecimal codepoints
  • fix OpenSSL parser: some TLS 1.0 ciphers where defined in SSL 3.0 source code file

Documentation:

  • Added a limitations page
    • No SSL support
    • No custom cipher suites support
    • Unassigned and reserved codepoints are hidden

Examples

CLI:

CLI

Library:

Library