Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/
H A Dopenssl.c2498 X509 * cert = NULL, *new_cert = NULL; in PHP_FUNCTION() local
2555 new_cert = X509_new(); in PHP_FUNCTION()
2556 if (new_cert == NULL) { in PHP_FUNCTION()
2561 if (!X509_set_version(new_cert, 2)) in PHP_FUNCTION()
2569 cert = new_cert; in PHP_FUNCTION()
2574 X509_gmtime_adj(X509_get_notBefore(new_cert), 0); in PHP_FUNCTION()
2576 i = X509_set_pubkey(new_cert, key); in PHP_FUNCTION()
2598 new_cert = NULL; in PHP_FUNCTION()
2602 if (cert == new_cert) { in PHP_FUNCTION()
2619 if (new_cert) { in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds