This commit is contained in:
TLINDEN
2015-07-08 01:21:33 +02:00
parent 444a5414cf
commit 08a12ff400
3 changed files with 7 additions and 41 deletions

View File

@@ -1,5 +1,6 @@
NEXT
Added JSON key export support using libjansson.
Added JSON output support using libjansson (-j),
supported by -t, -p and -s.
Abandoned YAML, perl and C key export support,
better doing one external format but doing it
@@ -9,7 +10,7 @@ NEXT
Removed -y for YAML vault export as well. Maybe
I'll add a parameter to -p or -s so one can
select which key[s] to export.
removed hand-written padding stuff and using
libsodiums _easy() functions for crypto now
instead of the raw nacl ones. instead we use