forked from I2P_Developers/i2p.www
Add notes on certificates (ticket 2035)
This commit is contained in:
@@ -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
|
|||||||
* 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
|
|||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user