summaryrefslogtreecommitdiff
path: root/src/jwk/ChangeLog
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-05 16:11:26 +0200
commitc37b145a323ec5353c1f57fa7d41d6c5cfea5c46 (patch)
treea5edcd0017a9201ca6a001d959b5c66ebeb4b603 /src/jwk/ChangeLog
parent1a5e600b5c0ec3730fd01ec97e81d609f981af45 (diff)
Add a function to hash a public key for DPoP.
Diffstat (limited to 'src/jwk/ChangeLog')
-rw-r--r--src/jwk/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jwk/ChangeLog b/src/jwk/ChangeLog
index ebd0873..88b04e0 100644
--- a/src/jwk/ChangeLog
+++ b/src/jwk/ChangeLog
@@ -6,6 +6,10 @@
2020-11-25 Vivien Kraus <vivien@planete-kraus.eu>
+ * libwebidoidc-jwk.c (jkt): Implement the jkt function.
+
+ * generate-key.c (run): display the hash of the key.
+
* libwebidoidc-jwk.c: new file.
Add the strip function.