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-19 15:44:24 +0200
commit0dd0ab17ebf6d8cef93f007582156548aca4c5dd (patch)
treefc7fd2f8695dc2b1924f12a5321048aa67c50214 /src/jwk/ChangeLog
parent2fc254c809e42029f28982404870604633b35521 (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.