summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-01-01 00:00:00 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-19 13:06:24 +0200
commit471c94094b148f93d789924da4f8e22c788497d4 (patch)
treea029126ecebc0b6307e22438ecbeb57776a5fd1a /NEWS
parent5da3912d3be6da7ac14577e413f5378c082b1e65 (diff)
Add a signature and verification function for JWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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: