You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jose-jwt/jose-jwt.csproj
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ JSON Web Key (RFC 7517):
51
51
<AssemblyName>jose-jwt</AssemblyName>
52
52
<PackageId>jose-jwt</PackageId>
53
53
<PackageTags>jose;jwt;json;jwa;jwe;jws;jwk;aes;cbc;gcm;rsa;hmac;sha;rsassa;pss;rsaes;oaep;pkcs1-v1_5;es;elliptic;curve;diffe;hellman;agreement;ecdsa;key wrap;kw;ecdh;pbes;pbes2;pbkdf;pbkdf2;password based encryption;javascript object signing;two phase validation;netcore;clr;coreclr;portable;fips;compliant;open;banking;detached content;unencoded payload;json web key;</PackageTags>
54
-
<PackageReleaseNotes>Added new key management algorithms RSA-OAEP-384 and RSA-OAEP-512. Security fixes to prevent truncated AES GCM tag attacks.</PackageReleaseNotes>
54
+
<PackageReleaseNotes>Maintenance release, improved memory allocation for deflated tokens, bump up dependencies for netstandard2.1</PackageReleaseNotes>
0 commit comments