Releases: Mastercard/client-encryption-csharp
Releases · Mastercard/client-encryption-csharp
v1.3.1
- Fixed
JweConfigBuilderinterface - Updated README.md
v1.3.0
- Added support for JWE encryption
- Added a .NET 5 test project
Special thanks to @viathefalcon.
v1.2.0
v1.1.2
- Added package icon for NuGet
v1.1.1
- Fixed an issue causing response decryption to fail (
ClientEncryption.RestSharpV2only) - Fixed an issue causing response decryption to be skipped when the request didn't have a payload (
ClientEncryption.RestSharpV2only)
v1.1.0
v1.0.2
- Added ability to decrypt primitive type values using the same path as the encrypted value
- Added symbol packages for NuGet
v1.0.1
- Added a .NET Framework 4.6 test project
- .NET Framework: fixed
LoadDecryptionKeyto returnRSACnginstances (to support OAEP with SHA256 and SHA512) - Encryption certificate and key fingerprints are no longer computed for each request
- Added XML documentation generation
v1.0.0
- First version of the library