From 702f844fa2247dc4a218f112821936cd2837a8ac Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Fri, 3 Mar 2023 13:39:38 +0100 Subject: [PATCH] Add RSA-OAEP decryption support to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed67f97..657bc2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- Fixed support for PKCS #7 RSA-OAEP decryption through + [smallstep/pkcs7#4](https://github.com/smallstep/pkcs7/pull/4), as used in SCEP. + ## [v0.23.2] - 2023-02-02 ### Added