mirror of
https://github.com/PurpleI2P/i2pd_docs_en
synced 2025-02-05 03:14:14 +00:00
signature types
This commit is contained in:
parent
7275382469
commit
e6be3b733b
@ -27,6 +27,28 @@ udpserver | Forwards traffic from N I2P destinations to local UDP endpoint
|
||||
socks | Custom Socks proxy service to use I2P with
|
||||
httpproxy | Custom HTTP proxy service to use I2P with
|
||||
|
||||
Signature types
|
||||
------------
|
||||
|
||||
Parameter `signaturetype = <code>` in a tunnel config.
|
||||
|
||||
Available signature types:
|
||||
|
||||
Type | Code | Notes
|
||||
------------------------------------ | ---- | -----------
|
||||
DSA_SHA1 | 0 | Deprecated
|
||||
ECDSA_SHA256_P256 | 1 |
|
||||
ECDSA_SHA384_P384 | 2 |
|
||||
ECDSA_SHA512_P521 | 3 |
|
||||
RSA_SHA256_2048 | 4 | Deprecated
|
||||
RSA_SHA384_3072 | 5 | Deprecated
|
||||
RSA_SHA512_4096 | 6 | Deprecated
|
||||
EDDSA_SHA512_ED25519 | 7 | **Default**
|
||||
*EDDSA_SHA512_ED25519ph* | 8 | *Not implemented*
|
||||
GOSTR3410_CRYPTO_PRO_A_GOSTR3411_256 | 9 | Not compatible with Java router
|
||||
GOSTR3410_TC26_A_512_GOSTR3411_512 | 10 | Not compatible with Java router
|
||||
REDDSA_SHA512_ED25519 | 11 | For LeaseSet2 only
|
||||
|
||||
|
||||
Client tunnels
|
||||
--------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user