[Pkg-privacy-commits] [msva-perl] 200/356: update documentation for msva-query-agent to mention the various pkc formats

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit 856d8f8399356f4add6489e66f973e10875ed6ea
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Fri Oct 29 03:53:53 2010 -0400

    update documentation for msva-query-agent to mention the various pkc formats
---
 msva-query-agent | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/msva-query-agent b/msva-query-agent
index 0ec01c0..1eaff50 100755
--- a/msva-query-agent
+++ b/msva-query-agent
@@ -23,7 +23,7 @@ use Crypt::Monkeysphere::MSVA::Client;
 
 my $context = shift;
 my $peer = shift;
-my $pkctype = shift || 'x509der';
+my $pkctype = shift;
 
 # load raw pkc data from stdin
 my $pkcdata = do {
@@ -89,7 +89,7 @@ service, supply the host's full DNS name (e.g.  'foo.example.net')
 =item PKC_TYPE
 
 The format of public key carrier data provided on standard input
-(e.g. 'x509der')
+(e.g. 'x509der', 'x509pem', 'opensshpubkey', 'rfc4716')
 
 =back
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list