This commit is contained in:
zzz
2014-01-10 17:15:35 +00:00
parent 6133ed9587
commit a5daf33b08

View File

@@ -191,6 +191,7 @@ type :: `Integer`
case 2 -> HIDDEN
case 3 -> SIGNED
case 4 -> MULTIPLE
case 5 -> KEY
length :: `Integer`
length -> 2 bytes
@@ -222,7 +223,7 @@ however non-NULL certs are not widely used, and any checking is left to the appl
<h4>{% trans %}Certificate Types{% endtrans %}</h4>
<p>The following certificate types are defined:</p>
<table border=1>
<tr><th>Type</th><th>Type Code</th><th>Payload Length</th><th>Total Length</th><th>Notes/th></tr>
<tr><th>Type</th><th>Type Code</th><th>Payload Length</th><th>Total Length</th><th>Notes</th></tr>
<tr><td>Null</td><td align="center">0</td><td align="center">0</td><td align="center">3</td><td></td></tr>
<tr><td>HashCash</td><td align="center">1</td><td align="center">varies</td><td align="center">varies</td><td>
Experimental, unused. Payload contains an ASCII colon-separated hashcash string.