Skip to content

Releases: digicert/pkilint

v0.11.0

14 Jun 19:13
8626d59
Compare
Choose a tag to compare

0.11.0 - 2024-06-14

New features/enhancements

  • Add support for linting ETSI website authentication certificates (#80)
  • Add opt-in support for using pyasn1-fasder to decode DER (#81)

v0.10.3

13 May 14:15
cfc1b6b
Compare
Choose a tag to compare

0.10.3 - 2024-05-13

New features/enhancements

  • Add support for SMIME BR ballot SMC-06 (#74)

Fixes

  • Flag invalid domain name length in GeneralName types (#78)

v0.10.2

07 May 13:37
27ecc3b
Compare
Choose a tag to compare

0.10.2 - 2024-05-07

New features/enhancements

  • Add support for TLS BR ballot SC-72 (#73). The effective date of this change is 2024-05-06.

v0.10.1

22 Apr 20:26
69df2c4
Compare
Choose a tag to compare

0.10.1 - 2024-04-22

Fixes

  • Clamp CLI exit codes (#76)

v0.10.0

11 Apr 12:53
b906574
Compare
Choose a tag to compare

0.10.0 - 2024-04-11

New features/enhancements

  • Add REST API endpoints for linting OCSP responses (#62 - implemented by @mans-andersson)

Fixes

  • Handle malformed inputs given via the CLI more gracefully (#63 - fixed by @ralienpp)
  • Pin validators package version to work around issue in latest version (#65)

v0.9.10

04 Mar 17:13
b55c6a9
Compare
Choose a tag to compare

0.9.10 - 2024-03-04

New features/enhancements

  • SC-68: Allow EL and XI as the country code for VAT registration scheme (#60)

v0.9.9

18 Dec 13:59
c5c95ba
Compare
Choose a tag to compare

0.9.9 - 2023-12-18

Fixes

  • SaneValidityPeriodValidator incorrectly reports "pkix.invalid_time_syntax" for negative validity periods (#57)
  • Decoder mapping for QcCompliance and QcSSCD statements incorrectly mapped to None (#58)

New features/enhancements

  • Add detection of SKI calculation methods described in RFC 7093 to SubjectKeyIdentifierValidator (#56)

v0.9.8

21 Nov 14:42
4662e6f
Compare
Choose a tag to compare

0.9.8 - 2023-11-21

Fixes

  • HTTP 422 errors from REST API do not return a list of ValidationErrors in some cases (#54)

v0.9.7

03 Nov 19:20
61b2a08
Compare
Choose a tag to compare

0.9.7 - 2023-11-03

Fixes

  • cabf.smime.common_name_value_unknown_source finding is incorrectly reported when SmtpUtf8Mailbox SAN values appear in the subject CN (#52 - reported and fixed by @hablutzel1)

v0.9.6

25 Oct 19:48
f231539
Compare
Choose a tag to compare

0.9.6 - 2023-10-25

Fixes

  • PrintableStringConstraintValidator should flag invalid characters in tagged PrintableStrings (#48)

New features/enhancements

  • Bump Docker image to Python 3.12 (#50)