diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-02-19 11:55:28 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-02-19 11:55:28 (GMT) |
commit | 588c206289a84bfc939ac27dacba991d9b6d0793 (patch) | |
tree | 0de656a445e236de1846e8f40e6635077b9d3f19 /ChangeLog | |
parent | 1898c6ea16d0eee8ecc5ab9ebb26ac91ad7314b4 (diff) |
Created client/server certificates on demand for a given identity.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -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: |