[openssh-commits] [openssh] branch master updated (2581333d -> edbb6feb)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Oct 9 16:45:51 AEDT 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 2581333d upstream: Support using service names for port numbers.
new edbb6feb upstream: Treat all PEM_read_bio_PrivateKey() errors when a passphrase
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit edbb6febccee084d212fdc0cb05b40cb1c646ab1
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Oct 9 05:42:23 2018 +0000
upstream: Treat all PEM_read_bio_PrivateKey() errors when a passphrase
is specified as "incorrect passphrase" instead of trying to choose between
that and "invalid format".
libcrypto can return ASN1 parsing errors rather than the expected
decrypt error in certain infrequent cases when trying to decrypt/parse
PEM private keys when supplied with an invalid passphrase.
Report and repro recipe from Thomas Deutschmann in bz#2901
ok markus@
OpenBSD-Commit-ID: b1d4cd92395f9743f81c0d23aab2524109580870
Summary of changes:
sshkey.c | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list