]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: in OpenSSH private key format, correct type for subsequent
authordjm@openbsd.org <djm@openbsd.org>
Sat, 30 Mar 2024 05:56:22 +0000 (05:56 +0000)
committerDamien Miller <djm@mindrot.org>
Sat, 30 Mar 2024 05:57:32 +0000 (16:57 +1100)
private keys in blob. From Jakub Jelen via GHPR430

OpenBSD-Commit-ID: d17dbf47554de2d752061592f95b5d772baab50b

PROTOCOL.key

index cbf7a70272bf539cf232ca2e73b4490ee2f201c1..feda2529b9008fb60afdcad2b8e6525d94963649 100644 (file)
@@ -40,7 +40,7 @@ of the cipher block size.
        byte[]  privatekey2
        string  comment2
        ...
-       string  privatekeyN
+       byte[]  privatekeyN
        string  commentN
        byte    1
        byte    2
@@ -68,4 +68,4 @@ For unencrypted keys the cipher "none" and the KDF "none"
 are used with empty passphrases. The options if the KDF "none"
 are the empty string.
 
-$OpenBSD: PROTOCOL.key,v 1.3 2022/07/01 04:45:50 djm Exp $
+$OpenBSD: PROTOCOL.key,v 1.4 2024/03/30 05:56:22 djm Exp $