1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
This commit is contained in:
Jacob Nevins 2021-02-16 11:16:09 +00:00
parent 4eff9ab958
commit eda4ca6e65

View File

@ -32,7 +32,7 @@ to become useless.
This MAC protects the key file against active cryptographic attacks in This MAC protects the key file against active cryptographic attacks in
which the public half of a key pair is modified in a controlled way which the public half of a key pair is modified in a controlled way
that allows an attacker to deduce information about the private half that allows an attacker to deduce information about the private half
from the resultinn corrupted signatures. Any attempt to do that to a from the resulting corrupted signatures. Any attempt to do that to a
PPK file should be reliably caught by the MAC failing to validate. PPK file should be reliably caught by the MAC failing to validate.
(Such an attack would only be useful if the key file was stored in a (Such an attack would only be useful if the key file was stored in a
@ -227,7 +227,7 @@ point. The private key stores:
\b \cw{mpint}: the private exponent, which is the discrete log of the \b \cw{mpint}: the private exponent, which is the discrete log of the
public point. public point.
\S{ppk-privkey-ecdsa} EdDSA elliptic-curve keys (Ed25519 and Ed448) \S{ppk-privkey-eddsa} EdDSA elliptic-curve keys (Ed25519 and Ed448)
EdDSA elliptic-curve keys are stored using one of the following EdDSA elliptic-curve keys are stored using one of the following
\s{algorithm-name} values, each corresponding to a different elliptic \s{algorithm-name} values, each corresponding to a different elliptic