forked from I2P_Developers/i2p.www
fixups
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user