- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Jun 2010 09:40:00 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/policy In directory hutz:/tmp/cvs-serv15147 Modified Files: Profile.html Log Message: fixed indenting of ABNF for fingerprint Index: Profile.html =================================================================== RCS file: /sources/public/2009/dap/policy/Profile.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Profile.html 2 Jun 2010 13:23:24 -0000 1.1 +++ Profile.html 15 Jun 2010 09:39:58 -0000 1.2 @@ -64,13 +64,17 @@ syntax used for encoding a certificate fingerprint in DAP Security Policy documents is the SDP syntax defined in [[!RFC4572]] without the "fingerprint" scheme, as - follows: </p> <pre><code> dapfingerprint = hash-func SP - fingerprint hash-func = "sha-1" / "sha-224" / "sha-256" - / "sha-384" / "sha-512" / "md5" / "md2" / token ; - Additional hash functions can only come ; from updates - to [[!RFC3279]] Fingerprint = 2UHEX *(":" 2UHEX) ; Each - byte in upper-case hex, separated ; by colons. UHEX = - DIGIT / %x41-46 ; A-F uppercase </code></pre> + follows: </p> +<pre><code> dapfingerprint = hash-func SP fingerprint +hash-func = "sha-1" / "sha-224" / "sha-256" / + "sha-384" / "sha-512" / + "md5" / "md2" / token + ; Additional hash functions can only come + ; from updates to [[!RFC3279]] +Fingerprint = 2UHEX *(":" 2UHEX) + ; Each byte in upper-case hex, separated + ; by colons. +UHEX = DIGIT / %x41-46 ; A-F uppercase </code></pre> </section> <!-- values-and-types --> <section id="attribute-match"> <h3>Attribute Match</h3>
Received on Tuesday, 15 June 2010 09:40:01 UTC