From: <ul...@us...> - 2010-09-26 17:51:29
|
Revision: 31 http://adc.svn.sourceforge.net/adc/?rev=31&view=rev Author: ullner Date: 2010-09-26 17:51:23 +0000 (Sun, 26 Sep 2010) Log Message: ----------- "Better" URI specification Modified Paths: -------------- trunk/ADC-EXT.txt Modified: trunk/ADC-EXT.txt =================================================================== --- trunk/ADC-EXT.txt 2010-09-26 17:43:50 UTC (rev 30) +++ trunk/ADC-EXT.txt 2010-09-26 17:51:23 UTC (rev 31) @@ -44,6 +44,7 @@ === Version 1.0.6 UNRELEASED * Added KEYP extension for providing certificate substitution protection in ADCS. +* Added URI specification for ADC == Extensions @@ -554,4 +555,14 @@ adcs://example.com:1234/kp?SHA256/G3PJC4F4MQ5KOXGE2MPYJW5EW63IC6M7RN7OS663JLLWN2M5I6FQ ==== +=== URI specification +ADC URIs shall be specified in the following (extended) form; + +==== +adc://example.com:1234/foo?bar +==== +Where 'foo' is the identifyable or parsable string for the URI and where 'bar' is the content or value. + +Extensions creating a new URI (say, the adcs:// URI), should also adopt this general structure. + // vim: set syntax=asciidoc: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |