summaryrefslogtreecommitdiff
path: root/src/jwk/ChangeLog
blob: 88b04e0a5daea7542b4214a36be0a80980277253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 (jkt): Implement the jkt function.

	* generate-key.c (run): display the hash of the key.

	* libwebidoidc-jwk.c: new file.
	Add the strip function.

	* generate-key.c: new file.

	* Makefile.am: new file.