Skip to content

Commit 2d2c068

Browse files
committedMar 30, 2024
upstream: in OpenSSH private key format, correct type for subsequent
private keys in blob. From Jakub Jelen via GHPR430 OpenBSD-Commit-ID: d17dbf47554de2d752061592f95b5d772baab50b
1 parent c2c0bdd commit 2d2c068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎PROTOCOL.key

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ of the cipher block size.
4040
byte[] privatekey2
4141
string comment2
4242
...
43-
string privatekeyN
43+
byte[] privatekeyN
4444
string commentN
4545
byte 1
4646
byte 2
@@ -68,4 +68,4 @@ For unencrypted keys the cipher "none" and the KDF "none"
6868
are used with empty passphrases. The options if the KDF "none"
6969
are the empty string.
7070

71-
$OpenBSD: PROTOCOL.key,v 1.3 2022/07/01 04:45:50 djm Exp $
71+
$OpenBSD: PROTOCOL.key,v 1.4 2024/03/30 05:56:22 djm Exp $

0 commit comments

Comments
 (0)