Home
last modified time | relevance | path

Searched refs:new_cert (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/openssl/
H A Dopenssl.c3379 X509 * cert = NULL, *new_cert = NULL; in PHP_FUNCTION() local
3439 new_cert = X509_new(); in PHP_FUNCTION()
3440 if (new_cert == NULL) { in PHP_FUNCTION()
3446 if (!X509_set_version(new_cert, 2)) { in PHP_FUNCTION()
3456 cert = new_cert; in PHP_FUNCTION()
3462 X509_gmtime_adj(X509_get_notBefore(new_cert), 0); in PHP_FUNCTION()
3464 i = X509_set_pubkey(new_cert, key); in PHP_FUNCTION()
3489 new_cert = NULL; in PHP_FUNCTION()
3493 if (cert == new_cert) { in PHP_FUNCTION()
3510 if (new_cert) { in PHP_FUNCTION()
[all …]

Completed in 21 milliseconds