You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSSH key parsing: minor clean-ups in new AEAD code paths
Guard against corrupted key files with excessive or negative key data
lengths (AEAD encryption only; other code paths were already guarding
against this.)
Avoid an extra copy of decrypted key data if no MAC is used by the
cipher.
Copy file name to clipboardexpand all lines: sshd-common/src/main/java/org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyPairResourceParser.java
+8-1
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ public Collection<KeyPair> extractKeyPairs(
0 commit comments