Skip to content

Releases: c0r0n3r/cryptodatahub

1.0.0

11 Jan 19:43
Compare
Choose a tag to compare

1.0.0 - 2025-01-05

Refactor

  • Generic
    • Support only Python version greater or euqal than 3.9
    • Use pyproject.toml instead of setup.py

0.12.6

22 Dec 21:56
Compare
Choose a tag to compare

Features

  • Generic
    • add certificate transparency (CT) logs (#24)

Improvements

  • Generic
    • add elliptic-curve parameters (#24)

    • add missing PQC named curves (#29)

      | SecP256r1MLKEM768, X25519MLKEM768

  • TLS
    • add missing PQC named curves (#29)

      | SECP256R1_ML_KEM_768, X25519_ML_KEM_768

    • add capabilities for Firefox version 108-133 (#30)

0.12.5

31 May 16:48
Compare
Choose a tag to compare

Improvements

  • Generic
    • add missing PQC named curves (#25)

      Kyber-512-r3, Kyber-768-r3, Kyber-1024-r3, secp256r1/Kyber-512-r3,
      secp256r1/Kyber-768-r3, secp384r1/Kyber-768-r3,
      secp384r1/Kyber-1024-r3

    • test on Python 3.13 RC

  • TLS
    • add missing PQC named curves (#25)

      KYBER_512_R3, KYBER_768_R3, KYBER_1024_R3, SECP256R1_KYBER_512_R3,
      SECP256R1_KYBER_768_R3, SECP384R1_KYBER_768_R3,
      SECP521R1_KYBER_1024_R3, X25519_KYBER_512_R3, X25519_KYBER_768_R3

0.12.4

01 May 14:13
Compare
Choose a tag to compare

Features

  • TLS
    • add supported protocol version to clients (#23)

0.12.3

01 May 14:12
Compare
Choose a tag to compare

Notable fixes

  • TLS
    • fix MAC values of TLS 1.3 cipher suites (#21)

0.12.2

13 Jan 14:20
Compare
Choose a tag to compare

Improvements

  • Generic
    • add metadata to documentation
    • add getter for well-know DH parameter by parameter numbers

0.12.1

13 Dec 13:25
Compare
Choose a tag to compare

Improvements

  • SSH
    • add missing compression algorithms (#16)
    • add missing encryption algorithms (#16)
    • add missing host key algorithms (#16)
    • add missing KEX algorithms (#16)
  • TLS
    • add grade for SSL cipher kinds (#18)

0.11.2

13 Nov 22:51
Compare
Choose a tag to compare

Notable fixes

  • Generic
    • add missing garde for PQC algorithms

Refactor

  • Generic
    • move HTTP fetcher and digest generation to common utils

0.11.1

10 Nov 22:28
Compare
Choose a tag to compare

Features

  • TLS
    • add post-quantum safe hybrid curves (#14)
  • SSH
    • distinguish host key algorithms use X.509 certificate from the one that use certificate chain (#12)

0.11.0

01 Nov 13:42
Compare
Choose a tag to compare

Features

  • Generic
    • add named attacks (#10)
    • add well-known attack types (#10)
    • add grade for common cryptographic algorithms (#10)
    • add grade for public key sizes (#10)
  • DNS
    • add grade for DNSSEC algorithms (#10)
  • TLS
    • add grade for cipher suites (#10)
    • add grade for named groups (#10)
    • add grade for signature and hash algorithms (#10)
  • SSH
    • add grade for SSH algorithms (#10)