From 6202ffc3fa4ffd0ab4f62535a0526792571f76e7 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Wed, 1 Jan 2020 00:00:00 +0100 Subject: Add a signature and verification function for JWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9c2eb24..8148e14 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,9 @@ The function =hash= takes a string, and hashes its UTF-8 encoding. In DPoP, the identity provider hashes the client's key in the access token so that resource servers can verify that the client uses the correct key. +** Sign and verify signatures +The function =sign= creates a signature with a known JWA, and =verify= +verifies the signature. # Local Variables: # mode: org # End: -- cgit v1.2.3