- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Jun 2010 09:41:47 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/policy
In directory hutz:/tmp/cvs-serv15296
Modified Files:
Profile.html
Log Message:
*** empty log message ***
Index: Profile.html
===================================================================
RCS file: /sources/public/2009/dap/policy/Profile.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Profile.html 15 Jun 2010 09:39:58 -0000 1.2
+++ Profile.html 15 Jun 2010 09:41:45 -0000 1.3
@@ -65,16 +65,16 @@
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>
+<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:41:49 UTC