Releases: digicert/pkilint
Releases · digicert/pkilint
v0.11.0
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
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
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
0.10.1 - 2024-04-22
Fixes
- Clamp CLI exit codes (#76)
v0.10.0
0.10.0 - 2024-04-11
New features/enhancements
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
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
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
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
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
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)