Zhen Zhi Lee
Zhen Zhi Lee
Fixes #188
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
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...
Closes https://github.com/dvsekhvalnov/jose-jwt/issues/248