Releases: dvsekhvalnov/jose-jwt
Releases · dvsekhvalnov/jose-jwt
v5.3.0 Nuget Release
- EC key encoding utility to convert between P1363 and DER ASN.1
- New public SDK to allow custom algorithm implementations
v5.2.0 Nuget Release
- New target .net6+
- Removed dependencies on outdated packages.
What's Changed
- #266 Added additional TFM by @thompson-tomo in #267
New Contributors
- @thompson-tomo made their first contribution in #267
v5.1.1 Nuget Release
- Improved memory managed with deflated tokens
- Upgraded dependencies for .netstandard 2.1
v5.1.0 Nuget Release
- RSA-OAEP-384 and RSA-OAEP-512 key management
- security fixes around truncated AES GCM tag attacks
v5.0.0 Nuget Release
Cross platform ECDH compatibility for P-384 and P-521 NIST Curves on Windows, Linux, Mac OS and FreeBSD.
Bugfixes and more security controls to address new threats.
v4.1.0 Nuget Release
Added additional security controls to allow customizing runtime library behavior and exclude outdated algorithms.
v4.0.1 Nuget Release
Bug fix release.
v4.0.0 Nuget Release
Json Web Key (JWK), RFC 7517 support.
v3.2.0 Nuget Release
Newtonsoft.Json -> System.Text.Json