TLINDEN
|
47a07a7d2e
|
updated manual
|
2015-07-10 15:47:09 +02:00 |
|
TLINDEN
|
0eb7de0921
|
fixed json secret key export (now export the whole encrypted blob, since only that blob is being used to parse the key). added support to import json secret keys
|
2015-07-09 18:38:27 +02:00 |
|
git@daemon.de
|
e508616812
|
re-added pcp_import_pub(), still in use by cpp api
|
2015-07-08 12:00:43 +02:00 |
|
TLINDEN
|
579715f560
|
added full json support for -p, -s, -t and -K (though only pubs for the latter at the moment)
|
2015-07-08 01:24:25 +02:00 |
|
TLINDEN
|
57517a1000
|
abandoned yaml, perl and c key exporters, added json exporter using libjansson, enable with --with-json
|
2015-07-06 23:02:04 +02:00 |
|
TLINDEN
|
1e3f6c8bc2
|
yet another try to fix #4, now tested on another linux system
|
2014-12-20 20:10:08 +01:00 |
|
TLINDEN
|
c66c7ae15c
|
added own file type for crypt+sign, now signing the encrypted result, not the clear message.
using 64bit integers for time vars in key ex/im_ports
|
2014-05-06 11:50:28 +02:00 |
|
git@daemon.de
|
e11c295b42
|
fixed integer overflows when importing keys with invalid header sizes (or invalid headers, that is)
|
2014-05-05 11:59:54 +02:00 |
|
TLINDEN
|
da9891ff81
|
put previously global error handling and key hashes into ptx (pcp context) to make libpcp threadsafe.
|
2014-05-04 17:11:03 +02:00 |
|
git@daemon.de
|
1852a8b7f9
|
removed -S and -P, replaced by -K, keymgmt determines key type automatically
|
2014-03-04 23:05:47 +01:00 |
|
TLINDEN
|
4253e1088f
|
rewrote z85 stream decoder (again), using hyphens again. clearsig doesn't work yet, a newline problem...
|
2014-03-01 18:51:25 +01:00 |
|
git@daemon.de
|
3b1db06529
|
changed all occurrences of unsigned char to byte (defined in defines.h) to make the code more precise about sizes.
|
2014-02-25 11:09:58 +01:00 |
|
git@daemon.de
|
51858aeda2
|
changed z85 header and comment syntax and parser
|
2014-02-24 16:59:04 +01:00 |
|
git@daemon.de
|
51e3cec60d
|
api doc updated
|
2014-02-19 20:39:19 +01:00 |
|
TLINDEN
|
080482d1cd
|
more api docs
|
2014-02-17 19:37:26 +01:00 |
|
git@daemon.de
|
be867bdc26
|
started documenting the api.
|
2014-02-17 17:05:32 +01:00 |
|
TLINDEN
|
604006994f
|
added C pk export
|
2014-02-13 20:20:07 +01:00 |
|
git@daemon.de
|
7408ebd90c
|
added yaml and perl pubkey export formats (c and python will follow)
|
2014-02-13 17:05:22 +01:00 |
|
TLINDEN
|
75cdbbe835
|
continue to implement 4880 exports and stuff...
|
2014-02-13 00:06:55 +01:00 |
|
git@daemon.de
|
621cece568
|
changed secret key export format, now we encrypt the whole thing, and we use an extra passphrase to do so. import wrapper in src/ not implemented yet.
|
2014-02-12 16:47:24 +01:00 |
|
TLINDEN
|
6d738ccbf8
|
changed public key export format to (slightly modified) RFC4880 style (openpgp format).
Current state is totally unstable, it's not yet ready.
|
2014-02-12 00:37:41 +01:00 |
|
TLINDEN
|
efdf2987ae
|
moved the actual public key export code out into the lib (mgmt.c). cmdline client does only armor the blobs, if neccessary. Also, armored pubkey exports don't contain any comments anymore.
|
2014-02-10 11:37:42 +01:00 |
|
TLINDEN
|
b9841bfb06
|
continue new pk-expoert format
|
2014-02-08 20:35:34 +01:00 |
|