I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 50d95378 authored by zzz's avatar zzz
Browse files

Add types for 25519ph and proposal 130

parent 0c1a0ffd
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@
Software Update Specification
=============================
.. meta::
:lastupdated: November 2016
:accuratefor: 0.9.28
:lastupdated: March 2017
:accuratefor: 0.9.29
.. contents::
......@@ -216,6 +216,7 @@ Bytes Contents
* 0x0004 = RSA-SHA256-2048
* 0x0005 = RSA-SHA384-3072
* 0x0006 = RSA-SHA512-4096
* 0x0008 = EdDSA-SHA512-Ed25519ph
10-11 Signature length, e.g. 40 (0x0028) for DSA-SHA1. Must match that
specified for the [Signature]_ type.
......@@ -236,6 +237,7 @@ Bytes Contents
* 0x01 = xml file (as of 0.9.15)
* 0x02 = html file (as of 0.9.17)
* 0x03 = xml.gz file (as of 0.9.17)
* 0x04 = txt.gz file (as of 0.9.28)
26 unused = 0
......@@ -246,6 +248,7 @@ Bytes Contents
* 0x02 = plugin or plugin update
* 0x03 = reseed data
* 0x04 = news feed (as of 0.9.15)
* 0x05 = blocklist feed (as of 0.9.28)
28-39 unused = 0
......@@ -620,6 +623,12 @@ then each block entry in the order received with a newline after each,
then each unblock entry in the order received with a newline after each.
Blocklist File Specification
----------------------------
TBD, unimplemented, see proposal 130
Future Work
===========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment