Zhen Zhi Lee

Results 4 issues of Zhen Zhi Lee

Hello, It appears there's a typo for the method Jwk.NameToCurve when converting from "P-384" string to ECCurve. https://github.com/dvsekhvalnov/jose-jwt/blob/4391fa0069abac4d5e7e035845be38914206eb10/jose-jwt/jwk/Jwk.cs#L538

v4.1

A penetration testing reported indicated that decrypting JWE with truncated authentication tag still works without throwing exception. After researching further, found that the issue is due to how .NET AesGcm...

v5.1

Closes https://github.com/dvsekhvalnov/jose-jwt/issues/248