summaryrefslogtreecommitdiff
path: root/src/jwk/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/jwk/ChangeLog')
-rw-r--r--src/jwk/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/jwk/ChangeLog b/src/jwk/ChangeLog
index 10e590f..ebd0873 100644
--- a/src/jwk/ChangeLog
+++ b/src/jwk/ChangeLog
@@ -1,6 +1,13 @@
+2020-11-28 Vivien Kraus <vivien@planete-kraus.eu>
+
+ * libwebidoidc-jwk.c (webidoidc_kty_g): check that we can load the
+ key before telling its kty, so that if the point is not on the
+ curve it is not an EC point.
+
2020-11-25 Vivien Kraus <vivien@planete-kraus.eu>
* libwebidoidc-jwk.c: new file.
+ Add the strip function.
* generate-key.c: new file.