From a29b87ee0cf2ff0250e44729180f733e6c1ee688 Mon Sep 17 00:00:00 2001 From: Ulrik Strid Date: Tue, 14 Feb 2023 16:24:40 +0100 Subject: [PATCH] Add changes to CHANGES.md --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ee05a39..349df4e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +next +-------------- +- Support all serialization formats, previously only the compact serialization was supported, now we support both general and flattened JSON format (by @ulrikstrid) +- Add support for ES384 (P-384 with SHA384) (by @ulrikstrid) +- Allow creating a JWK from X509 keys directly (by @ulrikstrid) +- Support extra headers (by @ulrikstrid) + 0.8.2 -------------- - JWS now properly checks the signature. Reported by @nankeen and fixed by @ulrikstrid. CVE-2023-23928