Home GnuPG
Diffusion GnuPG 5d6c83deaa11

tools: Add gpg-wks-client and gpg-wks-server.
5d6c83deaa11Unpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

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
foo@test.gnupg.org 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 <wk@gnupg.org>

Details

Provenance
wernerAuthored on Jun 29 2016, 12:00 PM
Parents
rGd8ee0d79a702: build: Improve GNUPG_BUILD_PROGRAM macro.
Branches
Unknown
Tags
Unknown

Event Timeline

Werner Koch <wk@gnupg.org> committed rG5d6c83deaa11: tools: Add gpg-wks-client and gpg-wks-server. (authored by Werner Koch <wk@gnupg.org>).Jun 29 2016, 12:04 PM