[Pkg-privacy-commits] [msva-perl] 72/356: updated README

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:41 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 31a3d0506a701fa1878f22cf4127721c01a88c76
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Mar 8 23:27:45 2010 -0500

    updated README
---
 README | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/README b/README
index e85b1c1..d0c54cf 100644
--- a/README
+++ b/README
@@ -6,13 +6,18 @@ msva is the Monkeysphere Validation Agent.
 Its goal is to simplify bindings between cryptographic tokens and the
 real-world entities that humans actually care about.
 
-In its current technical conception, is a minimal HTTP server that
-accepts two requests:
+In its current technical conception, the validation agent is a minimal
+HTTP server that accepts two different requests:
 
-POST /reviewcert (vars: uid, context, pkc)
-POST /extracerts (vars: certificates)
+GET /  -- initial contact query, protocol version compatibility.
+  (no query parameters)
+  (returns: protoversion, server, available)
 
-the variables that are posted are posted in a JSON string (*not* as www-form-encoded).
+POST /reviewcert  -- request validation of a certificate
+ (query parameters: uid, context, pkc)
+ (returns: valid, message)
+
+query parameters are posted as a JSON string (*not* as www-form-encoded).
 
 the variables that are returned are application/json as well.
 
@@ -20,7 +25,6 @@ the variables that are returned are application/json as well.
 (UID means: User ID (like in OpenPGP))
 (context means: (this is too vague right now) something like "this certificate was used to try to identify an HTTPS server")
 
-
 Authors: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
          Matthew James Goins
          Jameson Rollins

-- 
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