]> git.ipfire.org Git - pakfire.git/commit
libpakfire: Add capability to generate keys and export them
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 23 Nov 2017 16:30:00 +0000 (17:30 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 23 Nov 2017 16:30:00 +0000 (17:30 +0100)
commit0a89bb8ad8cf246825f6aab0843c1017b215287f
tree63813aa0fa059649b55c1bbf985fdc916742a217
parent0e75ae247792f698180ff87565de80c30812a4ed
libpakfire: Add capability to generate keys and export them

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/_pakfire/_pakfiremodule.c
src/_pakfire/key.c [new file with mode: 0644]
src/_pakfire/key.h [new file with mode: 0644]
src/_pakfire/pool.c
src/libpakfire/include/pakfire/key.h [new file with mode: 0644]
src/libpakfire/include/pakfire/types.h
src/libpakfire/key.c [new file with mode: 0644]
src/libpakfire/libpakfire.sym
src/pakfire/base.py
src/pakfire/cli.py