forked from I2P_Developers/i2p.www
i2cp updates for prop. 123
This commit is contained in:
@@ -253,7 +253,8 @@ Do not confuse with i2cp.leaseSetPrivateKey which is for LS1.
|
||||
<td>
|
||||
<td>""
|
||||
<td>
|
||||
The secret used to blind the leaseset.
|
||||
Base 64 encoded UTF-8
|
||||
secret used to blind the leaseset.
|
||||
See proposal 123.
|
||||
</td>
|
||||
</tr>
|
||||
@@ -649,6 +650,21 @@ of sending a MessageStatus and awaiting a ReceiveMessageBegin.
|
||||
<td>{% trans %}Gzip outbound data{% endtrans %}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>i2cp.leaseSetAuthType
|
||||
<td>0.9.41</td>
|
||||
<td>0
|
||||
<td>0-2
|
||||
<td>0
|
||||
<td>
|
||||
The type of authentication for encrypted LS2.
|
||||
0 for no per-client authentication (the default);
|
||||
1 for DH per-client authentication;
|
||||
2 for PSK per-client authentication.
|
||||
See proposal 123.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>i2cp.leaseSetBlindedType
|
||||
<td>0.9.39</td>
|
||||
@@ -663,16 +679,29 @@ See proposal 123.
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>i2cp.leaseSetAuthType
|
||||
<td>0.9.41</td>
|
||||
<td>0
|
||||
<td>0-2
|
||||
<td>0
|
||||
<td>i2cp.leaseSetClient.dh.nnn
|
||||
<td>0.9.41/td>
|
||||
<td>b64name:b64pubkey
|
||||
<td>
|
||||
<td>
|
||||
<td>
|
||||
The type of authentication for encrypted LS2.
|
||||
0 for no per-client authentication (the default);
|
||||
1 for DH per-client authentication;
|
||||
2 for PSK per-client authentication.
|
||||
The base 64 of the client name (ignored, UI use only),
|
||||
followed by a ':', followed by the base 64 of the public
|
||||
key to use for DH per-client auth. nnn starts with 0
|
||||
See proposal 123.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>0.9.41/td>
|
||||
<td>b64name:b64privkey
|
||||
<td>
|
||||
<td>
|
||||
<td>
|
||||
i2cp.leaseSetClient.psk.nnn
|
||||
The base 64 of the client name (ignored, UI use only),
|
||||
followed by a ':', followed by the base 64 of the private
|
||||
key to use for PSK per-client auth. nnn starts with 0
|
||||
See proposal 123.
|
||||
</td>
|
||||
</tr>
|
||||
@@ -725,7 +754,8 @@ Do not confuse with i2cp.leaseSetPrivKey which is for LS2.
|
||||
<td>
|
||||
<td>""
|
||||
<td>
|
||||
The secret used to blind the leaseset.
|
||||
Base 64 encoded UTF-8
|
||||
secret used to blind the leaseset.
|
||||
See proposal 123.
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user