changed public key export format to (slightly modified) RFC4880 style (openpgp format).

Current state is totally unstable, it's not yet ready.
This commit is contained in:
TLINDEN
2014-02-12 00:37:41 +01:00
parent c9e236db20
commit 6d738ccbf8
22 changed files with 5864 additions and 68 deletions

View File

@@ -34,7 +34,7 @@
#include "mem.h"
#include "key.h"
#include "uthash.h"
#include "buffer.h"
struct _vault_t {
char *filename;