[Bug 3330] OpenSSH's ssh-keygen can't parse encrypted PKCS#8 private keys being built against openssl 3.0
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Jul 23 14:40:49 AEST 2021
https://bugzilla.mindrot.org/show_bug.cgi?id=3330
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
I can't reproduce the test case building against the 3.0.0 dev branch
as of right now:
$ ./ssh -V
OpenSSH_8.6p1, OpenSSL 3.0.0-beta2-dev
$ openssl genrsa -aes128 -out my-test-private.key -passout
pass:RedHatEnterpriseLinux9.0 2048
Generating RSA private key, 2048 bit long modulus (2 primes)
.+++++
...........................................+++++
e is 65537 (0x010001)
$ ssh-keygen -y -f my-test-private.key > public.key.pub
Enter passphrase:
Have OpenSSL rolled back the API change?
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list