summaryrefslogtreecommitdiff
path: root/src/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
commitfbdb021dc275080f1e817317306defc354828715 (patch)
tree6b7df45e448ed296958b97178d5c11222dc4c9d8 /src/ChangeLog
parentc54ad2f70f705a62946fb93902f9a9bd65ae1fed (diff)
Generate a key pair.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e2e9bea..3b99888 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,11 @@
2020-11-25 Vivien Kraus <vivien@planete-kraus.eu>
+ * utilities.h: Add functions for the jwk submodule.
+
+ * libwebidoidc.c (init_webidoidc): Initialize the jwk submodule.
+
* Makefile.am (%canon_reldir%_libwebidoidc_la_SOURCES): the common code is considered a source.
+ Build the "jwk" submodule.
* utilities.h: Put the common code in that header.