** 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 3.0

Status in openssl package in Ubuntu:
  New

Bug description:
  On Ubuntu jammy
  with OpenSSL 3.0.2:

  $ openssl rsa -in rsakey.pkcs8 -out rsakey.pkcs1
  writing RSA key

  $ grep -- "-----BEGIN" rsakey.pkcs1
  -----BEGIN PRIVATE KEY-----

  With OpenSSL 1.1.1o or 1.1.1l
  $ openssl rsa -in rsakey.pkcs8 -out rsakey.pkcs1
  writing RSA key

  $ grep -- "-----BEGIN" rsakey.pkcs1
  -----BEGIN RSA PRIVATE KEY-----

  Unfortunately, we still need to be able to generate PKCS #1 private
  keys as mysqld (8.0.29-0ubuntu0.22.04.2) despite using libssl3 is
  still not capable of loading PKCS #8 private keys.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1973344/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to