summaryrefslogtreecommitdiff
path: root/src/ChangeLog
blob: 548be1099e9b4ddaf78951e852796f4586cb11b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2020-11-25  Vivien Kraus  <vivien@planete-kraus.eu>

	* libwebidoidc.c (init_webidoidc): Initialize the jws submodule.

	* Makefile.am: Build the "jws" submodule.

	* libwebidoidc.c (init_webidoidc): Initialize the hash submodule.

	* Makefile.am: Build the "hash" submodule.

	* 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.

	* Makefile.am: build the "random" submodule.

	* libwebidoidc.c (init_webidoidc): Initialize the "random" submodule.