forked from TrueCloudLab/certificates
Add entries to changelog
This commit is contained in:
parent
0c7467ceb2
commit
8e08f0dea3
1 changed files with 13 additions and 3 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -16,10 +16,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
---
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Added automatic configuration of Linked RAs.
|
||||
- Send provisioner configuration on Linked RAs.
|
||||
### Changed
|
||||
- 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 no longer default to PKCS #1. For example, if the issuer certificate was signed using RSA-PSS with SHA-256, a new certificate will also be signed using RSA-PSS with SHA-256.
|
||||
- Support two latest versions of Go (1.18, 1.19)
|
||||
- Vadlidate revocation serial number (either base 10 or prefixed with an appropriate base)
|
||||
- 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
|
||||
no longer default to PKCS #1. For example, if the issuer certificate was
|
||||
signed using RSA-PSS with SHA-256, a new certificate will also be signed using
|
||||
RSA-PSS with SHA-256.
|
||||
- Support two latest versions of Go (1.18, 1.19).
|
||||
- Validate revocation serial number (either base 10 or prefixed with an
|
||||
appropriate base).
|
||||
- Sanitize TLS options.
|
||||
- Allow different representations of the serial number on X509 revocation.
|
||||
|
||||
## [0.20.0] - 2022-05-26
|
||||
### Added
|
||||
|
|
Loading…
Reference in a new issue