[Touch-packages] [Bug 1973344] Re: Converting PKCS#8 into PKCS#1 fails with openssl 3.0

2022-05-18 Thread Simon Chopin
Hi! You want to add -traditional to your openssl rsa command to get the previous behaviour: ❯ openssl rsa -in key.pem | grep BEGIN writing RSA key -BEGIN PRIVATE KEY- ❯ openssl rsa -in key.pem -traditional | grep BEGIN writing RSA key -BEGIN RSA PRIVATE KEY- ** Changed in: opens

[Touch-packages] [Bug 1973344] Re: Converting PKCS#8 into PKCS#1 fails with openssl 3.0

2022-05-13 Thread Seth Arnold
** Information type changed from Private Security to Public -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/1973344 Title: Converting PKCS#8 into PKCS#1 fails with openssl