PHP openssl_sign () The ecparam key type is not supported in this PHP assembly

openssl_signreturns a signature string, but prints this error. I use an elliptic curve key

Warning: openssl_sign() [function.openssl-sign]: key type not supported in this PHP build! in
+3
source share
1 answer

A problem was found in the php log for this problem: https://bugs.php.net/bug.php?id=66501

0
source

All Articles