Fixed changelog

pull/1018/head
Mariano Cano 2 years ago
parent 8e08f0dea3
commit 3c88a9ccc2

@ -21,15 +21,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Send provisioner configuration on Linked RAs. - Send provisioner configuration on Linked RAs.
### Changed ### Changed
- Certificates signed by an issuer using an RSA key will be signed using the - Certificates signed by an issuer using an RSA key will be signed using the
same algorithm as the issuer certificate was signed with. The signature will same algorithm used to sign the issuer certificate. The signature will no
no longer default to PKCS #1. For example, if the issuer certificate was longer default to PKCS #1. For example, if the issuer certificate was signed
signed using RSA-PSS with SHA-256, a new certificate will also be signed using using RSA-PSS with SHA-256, a new certificate will also be signed using
RSA-PSS with SHA-256. RSA-PSS with SHA-256.
- Support two latest versions of Go (1.18, 1.19). - Support two latest versions of Go (1.18, 1.19).
- Validate revocation serial number (either base 10 or prefixed with an - Validate revocation serial number (either base 10 or prefixed with an
appropriate base). appropriate base).
- Sanitize TLS options. - Sanitize TLS options.
- Allow different representations of the serial number on X509 revocation.
## [0.20.0] - 2022-05-26 ## [0.20.0] - 2022-05-26
### Added ### Added

Loading…
Cancel
Save