PHP openssl_sign() ecparam key type not supported in this PHP build

给你一囗甜甜゛ 提交于 2020-01-03 18:16:11

问题


openssl_sign is returning the signature string but printing this error. I am using elliptic curve key

Warning: openssl_sign() [function.openssl-sign]: key type not supported in this PHP build! in

回答1:


An issue has been filed in the php issue tracker for this: https://bugs.php.net/bug.php?id=66501



来源:https://stackoverflow.com/questions/10411450/php-openssl-sign-ecparam-key-type-not-supported-in-this-php-build

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!