doc: SEC 1 encoding is for ECDSA, which we don't support

This commit is contained in:
Filippo Valsorda
2021-05-26 16:44:38 +02:00
parent cd28d56599
commit 3cd503dce9

View File

@@ -97,7 +97,7 @@ overhead per recipient, plus 16 bytes every 64KiB of plaintext.
a\. A file listing [IDENTITIES][RECIPIENTS AND IDENTITIES] one per line.
Empty lines and lines starting with "`#`" are ignored as comments.
b\. An SSH private key file, in PKCS#1, PKCS#8, SEC 1, or OpenSSH format.
b\. An SSH private key file, in PKCS#1, PKCS#8, or OpenSSH format.
If the private key is password-protected, the password is requested
interactively only if the SSH identity matches the file. See the
[SSH keys][] section for more information, including supported key types.