diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-02-07 22:41:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-02-07 22:41:07 (GMT) |
commit | 7778a0c082c4969ed6184883b2d96d8a851def99 (patch) | |
tree | 296cde845f5a086688f2e9b5c8555a06f55d99a8 /ChangeLog | |
parent | 2834917e0e3b5e9ea3e6ea0fb90cdbf066ea9da7 (diff) |
Provided a way to create SSL certificates.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +17-02-07 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/analysis/db/Makefile.am: + Add the 'certs.[ch]' files to libpychrysaanalysisdb_la_SOURCES. + + * plugins/pychrysa/analysis/db/certs.c: + * plugins/pychrysa/analysis/db/certs.h: + New entries: add some Python bindings for creating certificates. + + * plugins/pychrysa/analysis/db/module.c: + Update code. + + * src/analysis/db/Makefile.am: + Add the 'certs.[ch]' files to libanalysisdb_la_SOURCES. + + * src/analysis/db/certs.c: + * src/analysis/db/certs.h: + New entries: provide a way to create SSL certificates. + + * tests/analysis/db/__init__.py: + * tests/analysis/db/certs.py: + New entries: provide some tests. + 17-01-31 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/analysis/db/items/comment.c: |