diff options
author | Werner Koch <[email protected]> | 2016-06-29 10:00:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-29 10:04:11 +0000 |
commit | 5d6c83deaa11327366b0038928200b9f9f85b426 (patch) | |
tree | eb9ea558716455ebea601d56abe18077be387be5 /kbx/keybox-blob.c | |
parent | build: Improve GNUPG_BUILD_PROGRAM macro. (diff) | |
download | gnupg-5d6c83deaa11327366b0038928200b9f9f85b426.tar.gz gnupg-5d6c83deaa11327366b0038928200b9f9f85b426.zip |
tools: Add gpg-wks-client and gpg-wks-server.
* configure.ac: Add option --enable-wks-tools
* tools/gpg-wks-client.c: New.
* tools/gpg-wks-server.c: New.
* tools/gpg-wks.h: new.
* tools/wks-receive.c: New.
* tools/call-dirmngr.c, tools/call-dirmngr.h: New.
--
Note that this is just a starting point and not a finished
implementation. Here is how to test the system using
[email protected] as example.
Prepare:
mkdir /var/lib/gnupg/wks
chmod o-rwx /var/lib/gnupg/wks
mkdir /var/lib/gnupg/wks/test.gnupg.org
Run the protocol:
./gpg-wks-client -v --send FPR USERID >x
./gpg-wks-server -v --receive <x >y
./gpg-wks-client --receive <y >z
./gpg-wks-server -v --receive <z
You should also setup a cron job to rsync
/var/lib/gnupg/wks/test.gnupg.org/hu/* to the webserver.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'kbx/keybox-blob.c')
0 files changed, 0 insertions, 0 deletions