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

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

Add notes on certificates (ticket 2035)

parent 08477663
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ Common structures Specification ...@@ -3,7 +3,7 @@ Common structures Specification
=============================== ===============================
.. meta:: .. meta::
:category: Design :category: Design
:lastupdated: August 2017 :lastupdated: September 2017
:accuratefor: 0.9.31 :accuratefor: 0.9.31
.. contents:: .. contents::
...@@ -346,6 +346,9 @@ Notes ...@@ -346,6 +346,9 @@ Notes
* For `Destinations`_, the Certificate may be non-NULL. As of 0.9.12, a Key * For `Destinations`_, the Certificate may be non-NULL. As of 0.9.12, a Key
Certificate may be used to specify the signing public key type. See below. Certificate may be used to specify the signing public key type. See below.
* Implementers are cautioned to prohibit excess data in Certificates.
The appropriate length for each certificate type should be enforced.
.. _Router Identities: #struct_RouterIdentity .. _Router Identities: #struct_RouterIdentity
.. _Garlic Cloves: {{ site_url('docs/spec/i2np') }}#struct_GarlicClove .. _Garlic Cloves: {{ site_url('docs/spec/i2np') }}#struct_GarlicClove
.. _Garlic Messages: {{ site_url('docs/spec/i2np') }}#msg_Garlic .. _Garlic Messages: {{ site_url('docs/spec/i2np') }}#msg_Garlic
...@@ -461,6 +464,14 @@ EdDSA_SHA512_Ed25519ph 96 0 ...@@ -461,6 +464,14 @@ EdDSA_SHA512_Ed25519ph 96 0
JavaDoc: http://{{ i2pconv('i2p-javadocs.i2p') }}/net/i2p/data/Certificate.html JavaDoc: http://{{ i2pconv('i2p-javadocs.i2p') }}/net/i2p/data/Certificate.html
Notes
`````
* Implementers are cautioned to prohibit excess data in Key Certificates.
The appropriate length for each certificate type should be enforced.
.. _type-Mapping: .. _type-Mapping:
Mapping Mapping
......
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