[Touch-packages] [Bug 2021889] Re: error OSSL_CMP_MSG_update_recipNonce on base64 decoding

2023-05-30 Thread Marc Deslauriers
Thanks for reporting this issue. Did you also upgrade the libssl3
package too?

-- 
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/2021889

Title:
  error OSSL_CMP_MSG_update_recipNonce on base64 decoding

Status in openssl package in Ubuntu:
  New

Bug description:
  $ echo "$SSH_PRIVATE_KEY" | openssl base64 -A -d
  Error relocating /usr/bin/openssl: OSSL_CMP_MSG_update_recipNonce: symbol not 
found
  Error loading key "(stdin)": error in libcrypto

  ---

  works with openssl Version: 3.0.2-0ubuntu1.9.
  version 3.0.2-0ubuntu1.10 is broken.

  private key was:
  DEK-Info: AES-128-CBC

  $lsb_release -rd
  Description:Ubuntu 22.04.2 LTS
  Release:22.04

  Policy is from server where I did NOT upgrade (not wanted things to be 
broken).
  $apt-cache policy openssl
  openssl:
Installed: 3.0.2-0ubuntu1.9
Candidate: 3.0.2-0ubuntu1.10
Version table:
   3.0.2-0ubuntu1.10 500
  500 http://archive.ubuntu.com/ubuntu jammy-security/main amd64 
Packages
   *** 3.0.2-0ubuntu1.9 500
  500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
  100 /var/lib/dpkg/status
   3.0.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/2021889/+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


[Touch-packages] [Bug 2021889] Re: error OSSL_CMP_MSG_update_recipNonce on base64 decoding

2023-05-30 Thread Marc Deslauriers
OSSL_CMP_MSG_update_recipNonce was added in OpenSSL 3.0.9...did you
perhaps install from source, or a package that didn't come from Ubuntu?

-- 
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/2021889

Title:
  error OSSL_CMP_MSG_update_recipNonce on base64 decoding

Status in openssl package in Ubuntu:
  New

Bug description:
  $ echo "$SSH_PRIVATE_KEY" | openssl base64 -A -d
  Error relocating /usr/bin/openssl: OSSL_CMP_MSG_update_recipNonce: symbol not 
found
  Error loading key "(stdin)": error in libcrypto

  ---

  works with openssl Version: 3.0.2-0ubuntu1.9.
  version 3.0.2-0ubuntu1.10 is broken.

  private key was:
  DEK-Info: AES-128-CBC

  $lsb_release -rd
  Description:Ubuntu 22.04.2 LTS
  Release:22.04

  Policy is from server where I did NOT upgrade (not wanted things to be 
broken).
  $apt-cache policy openssl
  openssl:
Installed: 3.0.2-0ubuntu1.9
Candidate: 3.0.2-0ubuntu1.10
Version table:
   3.0.2-0ubuntu1.10 500
  500 http://archive.ubuntu.com/ubuntu jammy-security/main amd64 
Packages
   *** 3.0.2-0ubuntu1.9 500
  500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
  100 /var/lib/dpkg/status
   3.0.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/2021889/+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


[Touch-packages] [Bug 2021889] Re: error OSSL_CMP_MSG_update_recipNonce on base64 decoding

2023-05-30 Thread Pavel Francírek
Nope, only distribution packages. I noted it first in my CI/CD setup
where I install fresh docker image ubuntu:22.04 and then apt-get update
&& apt-get upgrade

-- 
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/2021889

Title:
  error OSSL_CMP_MSG_update_recipNonce on base64 decoding

Status in openssl package in Ubuntu:
  New

Bug description:
  $ echo "$SSH_PRIVATE_KEY" | openssl base64 -A -d
  Error relocating /usr/bin/openssl: OSSL_CMP_MSG_update_recipNonce: symbol not 
found
  Error loading key "(stdin)": error in libcrypto

  ---

  works with openssl Version: 3.0.2-0ubuntu1.9.
  version 3.0.2-0ubuntu1.10 is broken.

  private key was:
  DEK-Info: AES-128-CBC

  $lsb_release -rd
  Description:Ubuntu 22.04.2 LTS
  Release:22.04

  Policy is from server where I did NOT upgrade (not wanted things to be 
broken).
  $apt-cache policy openssl
  openssl:
Installed: 3.0.2-0ubuntu1.9
Candidate: 3.0.2-0ubuntu1.10
Version table:
   3.0.2-0ubuntu1.10 500
  500 http://archive.ubuntu.com/ubuntu jammy-security/main amd64 
Packages
   *** 3.0.2-0ubuntu1.9 500
  500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
  100 /var/lib/dpkg/status
   3.0.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/2021889/+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


[Touch-packages] [Bug 2021889] Re: error OSSL_CMP_MSG_update_recipNonce on base64 decoding

2023-05-30 Thread Pavel Francírek
Yes, I did upgrade of all packages.

-- 
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/2021889

Title:
  error OSSL_CMP_MSG_update_recipNonce on base64 decoding

Status in openssl package in Ubuntu:
  New

Bug description:
  $ echo "$SSH_PRIVATE_KEY" | openssl base64 -A -d
  Error relocating /usr/bin/openssl: OSSL_CMP_MSG_update_recipNonce: symbol not 
found
  Error loading key "(stdin)": error in libcrypto

  ---

  works with openssl Version: 3.0.2-0ubuntu1.9.
  version 3.0.2-0ubuntu1.10 is broken.

  private key was:
  DEK-Info: AES-128-CBC

  $lsb_release -rd
  Description:Ubuntu 22.04.2 LTS
  Release:22.04

  Policy is from server where I did NOT upgrade (not wanted things to be 
broken).
  $apt-cache policy openssl
  openssl:
Installed: 3.0.2-0ubuntu1.9
Candidate: 3.0.2-0ubuntu1.10
Version table:
   3.0.2-0ubuntu1.10 500
  500 http://archive.ubuntu.com/ubuntu jammy-security/main amd64 
Packages
   *** 3.0.2-0ubuntu1.9 500
  500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
  100 /var/lib/dpkg/status
   3.0.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/2021889/+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


[Touch-packages] [Bug 2021889] Re: error OSSL_CMP_MSG_update_recipNonce on base64 decoding

2023-05-30 Thread Pavel Francírek
Oh, I found out it was another image in CI/CD setup. Sorry, my bad.

** Changed in: openssl (Ubuntu)
   Status: New => Invalid

-- 
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/2021889

Title:
  error OSSL_CMP_MSG_update_recipNonce on base64 decoding

Status in openssl package in Ubuntu:
  Invalid

Bug description:
  $ echo "$SSH_PRIVATE_KEY" | openssl base64 -A -d
  Error relocating /usr/bin/openssl: OSSL_CMP_MSG_update_recipNonce: symbol not 
found
  Error loading key "(stdin)": error in libcrypto

  ---

  works with openssl Version: 3.0.2-0ubuntu1.9.
  version 3.0.2-0ubuntu1.10 is broken.

  private key was:
  DEK-Info: AES-128-CBC

  $lsb_release -rd
  Description:Ubuntu 22.04.2 LTS
  Release:22.04

  Policy is from server where I did NOT upgrade (not wanted things to be 
broken).
  $apt-cache policy openssl
  openssl:
Installed: 3.0.2-0ubuntu1.9
Candidate: 3.0.2-0ubuntu1.10
Version table:
   3.0.2-0ubuntu1.10 500
  500 http://archive.ubuntu.com/ubuntu jammy-security/main amd64 
Packages
   *** 3.0.2-0ubuntu1.9 500
  500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
  100 /var/lib/dpkg/status
   3.0.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/2021889/+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