Home
last modified time | relevance | path

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

/PHP-7.0/ext/openssl/
H A Dopenssl.c3178 X509 * cert = NULL, *new_cert = NULL; in PHP_FUNCTION() local
3235 new_cert = X509_new(); in PHP_FUNCTION()
3236 if (new_cert == NULL) { in PHP_FUNCTION()
3241 if (!X509_set_version(new_cert, 2)) in PHP_FUNCTION()
3250 cert = new_cert; in PHP_FUNCTION()
3255 X509_gmtime_adj(X509_get_notBefore(new_cert), 0); in PHP_FUNCTION()
3257 i = X509_set_pubkey(new_cert, key); in PHP_FUNCTION()
3279 new_cert = NULL; in PHP_FUNCTION()
3283 if (cert == new_cert) { in PHP_FUNCTION()
3300 if (new_cert) { in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds