mirror of
https://github.com/php/php-src.git
synced 2024-12-16 13:26:19 +08:00
4d4b9604ca
The error happens when the PEM contains a public key, as it will be first tried to be parsed as a certificate. The parsing as a certificate fails, which then leads to a corresponding error tracked by PHP with the next call to php_openssl_store_errors(). This change introduces an error marking to be able to reset the stored errors to the state before trying the certificate. Closes GH-11055 |
||
---|---|---|
.. | ||
tests | ||
config0.m4 | ||
config.w32 | ||
CREDITS | ||
openssl_arginfo.h | ||
openssl.c | ||
openssl.stub.php | ||
php_openssl.h | ||
xp_ssl.c |