summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-02-19 11:55:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-02-19 11:55:28 (GMT)
commit588c206289a84bfc939ac27dacba991d9b6d0793 (patch)
tree0de656a445e236de1846e8f40e6635077b9d3f19 /ChangeLog
parent1898c6ea16d0eee8ecc5ab9ebb26ac91ad7314b4 (diff)
Created client/server certificates on demand for a given identity.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9037924..b40554b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+17-02-19 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/db/certs.c:
+ * src/analysis/db/certs.h:
+ Check if an identity definition is empty or not. Always sign using sha256.
+ Typo.
+
+ * src/analysis/db/keymgn.c:
+ * src/analysis/db/keymgn.h:
+ Create client/server certificates on demand for a given identity.
+
+ * src/core/core.c:
+ Init OpenSSL.
+
+ * src/core/params.c:
+ * src/core/params.h:
+ Register parameters for certificates.
+
+ * src/glibext/configuration.c:
+ * src/glibext/configuration.h:
+ Define a new parameter type (unsigned long).
+
+ * src/gui/dialogs/Makefile.am:
+ Add the 'identity.ui' file to UI_FILES and the 'identity.[ch]' files
+ to libguidialogs_la_SOURCES.
+
+ * src/gui/dialogs/gresource.xml:
+ Update resources for GTK.
+
+ * src/gui/dialogs/identity.c:
+ * src/gui/dialogs/identity.h:
+ * src/gui/dialogs/identity.ui:
+ New entries: allow to update the user identity using the GUI.
+
+ * src/gui/menus/Makefile.am:
+ Add the 'tools.[ch]' files to libguimenus_la_SOURCES.
+
+ * src/gui/menus/menubar.c:
+ Introduce the 'Tools' menu.
+
+ * src/gui/menus/tools.c:
+ * src/gui/menus/tools.h:
+ New entries: create a new menu called 'Tools.'
+
+ * src/gui/panels/regedit.c:
+ Update code.
+
17-02-14 Cyrille Bagard <nocbos@gmail.com>
* Makefile.am: