Add client module to query agent
authorJameson Rollins <jrollins@finestructure.net>
Sat, 16 Oct 2010 05:48:04 +0000 (01:48 -0400)
committerJameson Rollins <jrollins@finestructure.net>
Sat, 16 Oct 2010 15:12:32 +0000 (11:12 -0400)
commit0af9a9fb3b0898a447c8a96eb2bcf9eb0edd369e
tree1940470203701458e754809001addb998985740c
parentae8ce42926f351cb6c33df80e7e0f99f7d970385
Add client module to query agent

A new command-line utility, msva-query-agent, is created that can
query an msva.  It takes the pkc data on stdin, and then the context,
peer, and pkc type as arguments.

An alternate command, msva-review-cert, is also included that actually
uses the msva library to review the cert directly, without needing to
query an agent over a network socket.
Crypt/Monkeysphere/MSVA.pm
Crypt/Monkeysphere/MSVA/Client.pm [new file with mode: 0644]
Makefile [changed mode: 0644->0755]
msva-query-agent [new file with mode: 0755]
msva-review-cert [new file with mode: 0755]
test-msva