Skip to content

Releases: digicert/pkilint

v0.12.9

18 Apr 19:32
7387ec8
Compare
Choose a tag to compare

0.12.9 - 2025-04-18

Fixes

  • Remove "tests" package from distribution (#157 - found and fixed by @DanielArndt)

v0.12.8

07 Apr 15:11
0b91ab9
Compare
Choose a tag to compare

0.12.8 - 2025-04-07

Fixes

  • Remove extraneous ".1" component from policy OID arc in the ASN.1 module for EN 319 411-1 (#151)
  • Fix OIDs for DVCP, OVCP, and IVCP in the ASN.1 module for EN 319 411-1 (#154)

v0.12.7

18 Mar 15:57
d24e67d
Compare
Choose a tag to compare

0.12.7 - 2025-03-18

New features/enhancements

  • Bump Docker image to use Python 3.13 (#148)

v0.12.6

13 Jan 13:22
c01852f
Compare
Choose a tag to compare

0.12.6 - 2025-01-13

New features/enhancements

  • Add support for ML-DSA, SLH-DSA, and ML-KEM algorithms (#132)

Fixes

  • Gracefully handle SAN decoding errors when subject emailAddress attribute is present (#143)

v0.12.5

27 Nov 18:20
cd91521
Compare
Choose a tag to compare

0.12.5 - 2024-11-27

Fixes

  • Fix S/MIME BR version number (#142)

v0.12.4

25 Nov 17:20
439e8f2
Compare
Choose a tag to compare

0.12.4 - 2024-11-25

New features/enhancements

  • Add support for short-lived TLS BR certificates (#133)
  • Add support for TLS BR ballot SC-79 (#127)
  • Add support for S/MIME BR ballot SMC-09 (#128)
  • Add public key algorithm and key usage value consistency validation (#139)

Fixes

  • Gracefully handle unsupported public key algorithms (#134)
  • Gracefully handle unsupported signature algorithms (#140 - found by @jon-oracle)

v0.12.3

23 Oct 12:26
991808e
Compare
Choose a tag to compare

0.12.3 - 2024-10-23

New features/enhancements

v0.12.2

14 Oct 19:40
356adc6
Compare
Choose a tag to compare

0.12.2 - 2024-10-14

Fixes

  • Fix typo in finding code for multiple TLS BR policy OIDs in Subscriber certificates (#122 - found by @robstradling)

v0.12.1

14 Oct 17:33
626711f
Compare
Choose a tag to compare

0.12.1 - 2024-10-14

New features/enhancements

  • Add REST API endpoint for linting certificates with the PKIX linter (#119)
  • Add support for Python 3.13 (#120)

v0.12.0

02 Oct 14:18
b7a21dd
Compare
Choose a tag to compare

0.12.0 - 2024-10-02

New features/enhancements

  • Add REST API for linting CRLs (#113 - implemented by @dipaktilekar)
  • Add validator to flag HTML entities in subject attribute values (#116)
  • Add --document-format CLI flag (#115)

Fixes

  • Remove duplicate registration of GeneralNameIpAddressSyntaxValidator in CRL linter (#103 - found by @zzzsz)
  • Amend finding code for CRL reason code validator (#104 - found by @zzzsz)
  • Remove duplicate registration of CRL validity period validator, fix positive validity period validator (#106 - found by @zzzsz)