Werner Koch
|
99829ef5fb
|
* keydb.c (keydb_add_resource): Create keybox
* keylist.c (gpgsm_list_keys): Fixed non-server keylisting.
* server.c (rc_to_assuan_status): New. Use it for all commands.
|
2001-11-26 13:08:36 +00:00 |
|
Werner Koch
|
0e36c4c6a7
|
The agent does now work and read the secret keys from the directory
~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I
will post a sample key to gpa-dev.
|
2001-11-25 18:23:06 +00:00 |
|
Werner Koch
|
bab7fa0b29
|
Added new directory common to enable sharing of some code and error
numbers between gpg, gpgsm and gpg-agent. Move some files and code to
there.
|
2001-11-24 17:43:43 +00:00 |
|
Werner Koch
|
8e58435312
|
Signing does now work. There is no secret key management yet, so you
should set GPGSM_FAKE_KEY=1 before you try to verify a signature
created by gpgsm --sign or the SIGN server command.
|
2001-11-24 14:26:27 +00:00 |
|
Werner Koch
|
757c13a171
|
Just a Backup. We can now write out a basic signature which in turn
exhibits a bug in --verify.
|
2001-11-23 17:12:37 +00:00 |
|
Werner Koch
|
aa4f78a45a
|
Map Libksba's OIDs to Libgcrypt digest algo numbers.
The latest Libgcrypt CVS version is needed.
|
2001-11-20 18:28:53 +00:00 |
|
Werner Koch
|
0b17666145
|
Write status output, make verify work in server mode.
|
2001-11-19 12:42:01 +00:00 |
|
Werner Koch
|
2b99de5a5d
|
gpgsm --verify does now work like gpg including the
--enable-special-filenames option.
|
2001-11-19 10:25:00 +00:00 |
|
Werner Koch
|
0f26760d9f
|
Base code for gpgsm --verify does work
|
2001-11-16 17:56:23 +00:00 |
|