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
commit5cda35134ed66ea9e33a36f3a1c5a79de13c8560 (patch)
tree71f8562a458099a5f16e8b3608a02b7f9904436d /NEWS
parent0329c4d71505da1854dd885fe9ae8a61ed7d19c7 (diff)
Add a function to hash a public key for DPoP.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 63f11c7..9c2eb24 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,10 @@ In order to avoid leaking the private components of a key, the
=strip-key= function keeps only the required parts.
** Hash some data
The function =hash= takes a string, and hashes its UTF-8 encoding.
-
+** Hash a key
+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.
# Local Variables:
# mode: org
# End: