From 7ecb8c32aa58881d34bb6bb915cd6403765632f4 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 16 Jun 2022 14:41:55 -0700 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Herman Slatman --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d666ad..e3f9223e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Changed -- Certificates signed by an issuer using an RSA key will use the same algorithm - and not default to PKCS #1. For example, if the issuer certificate uses - x509.SHA256WithRSAPSS, the signed certificate will also be signed using - x509.SHA256WithRSAPSS. +- 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. ## [0.20.0] - 2022-05-26 ### Added