[openssh-commits] [openssh] branch master updated: upstream: in OpenSSH private key format, correct type for subsequent

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Mar 30 16:57:36 AEDT 2024


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 2d2c068d upstream: in OpenSSH private key format, correct type for subsequent
2d2c068d is described below

commit 2d2c068de8d696fe3246f390b146197f51ea1e83
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Sat Mar 30 05:56:22 2024 +0000

    upstream: in OpenSSH private key format, correct type for subsequent
    
    private keys in blob. From Jakub Jelen via GHPR430
    
    OpenBSD-Commit-ID: d17dbf47554de2d752061592f95b5d772baab50b
---
 PROTOCOL.key | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PROTOCOL.key b/PROTOCOL.key
index cbf7a702..feda2529 100644
--- a/PROTOCOL.key
+++ b/PROTOCOL.key
@@ -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 $

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list