Add RSA-OAEP decryption support to changelog

This commit is contained in:
Herman Slatman 2023-03-03 13:39:38 +01:00
parent 4d6ecf9a48
commit 702f844fa2
No known key found for this signature in database
GPG key ID: F4D8A44EA0A75A4F

View file

@ -27,6 +27,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [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 ## [v0.23.2] - 2023-02-02
### Added ### Added