Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dopenssl.c3351 X509 * cert = NULL, *new_cert = NULL; in PHP_FUNCTION() local
3411 new_cert = X509_new(); in PHP_FUNCTION()
3412 if (new_cert == NULL) { in PHP_FUNCTION()
3418 if (!X509_set_version(new_cert, 2)) { in PHP_FUNCTION()
3428 cert = new_cert; in PHP_FUNCTION()
3434 X509_gmtime_adj(X509_get_notBefore(new_cert), 0); in PHP_FUNCTION()
3436 i = X509_set_pubkey(new_cert, key); in PHP_FUNCTION()
3461 new_cert = NULL; in PHP_FUNCTION()
3465 if (cert == new_cert) { in PHP_FUNCTION()
3482 if (new_cert) { in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds