← Back to team overview

mahara-contributors team mailing list archive

[Bug 1993481] [NEW] MNET pkey failure in PHP 8.0

 

Public bug reported:

auth/xmlrpc fails in xmlenc_envelope() for PHP 8.0 with the error:

    Could not generate public key resource from certificate

This is because the return value for `openssl_get_publickey` is an
instance of `OpenSSLAsymmetricKey` from PHP 8.0 onwards.

** Affects: mahara
     Importance: Undecided
         Status: New


** Tags: mnet xmlrpc

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1993481

Title:
  MNET pkey failure in PHP 8.0

Status in Mahara:
  New

Bug description:
  auth/xmlrpc fails in xmlenc_envelope() for PHP 8.0 with the error:

      Could not generate public key resource from certificate

  This is because the return value for `openssl_get_publickey` is an
  instance of `OpenSSLAsymmetricKey` from PHP 8.0 onwards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1993481/+subscriptions



Follow ups