Browse Source

11 - For keys blinding

pull/49/head
acetone 3 years ago committed by GitHub
parent
commit
22cefb66c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      docs/user-guide/tunnels.md

12
docs/user-guide/tunnels.md

@ -34,20 +34,20 @@ Parameter `signaturetype = <code>` in a tunnel config. @@ -34,20 +34,20 @@ Parameter `signaturetype = <code>` in a tunnel config.
Available signature types:
Type | Code | Notes
Type | Code | Comment
------------------------------------ | ---- | -----------
DSA_SHA1 | 0 | Deprecated
ECDSA_SHA256_P256 | 1 |
ECDSA_SHA384_P384 | 2 |
ECDSA_SHA512_P521 | 3 |
ECDSA_SHA256_P256 | 1 | *None*
ECDSA_SHA384_P384 | 2 | *None*
ECDSA_SHA512_P521 | 3 | *None*
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*
*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
REDDSA_SHA512_ED25519 | 11 | For keys blinding
Client tunnels

Loading…
Cancel
Save