Searched refs:p12 (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/openssl/tests/ |
H A D | bug69882.phpt | 9 $p12 = file_get_contents(__DIR__.'/p12_with_extra_certs.p12'); 11 $result = openssl_pkcs12_read($p12, $cert_data, 'qwerty');
|
/PHP-5.6/ext/openssl/ |
H A D | openssl.c | 2402 PKCS12 * p12 = NULL; in PHP_FUNCTION() local 2452 p12 = PKCS12_create(pass, friendly_name, priv_key, cert, ca, 0, 0, 0, 0, 0); in PHP_FUNCTION() 2457 i2d_PKCS12_bio(bio_out, p12); in PHP_FUNCTION() 2465 PKCS12_free(p12); in PHP_FUNCTION() 2485 PKCS12 * p12 = NULL; in PHP_FUNCTION() local 2526 if (i2d_PKCS12_bio(bio_out, p12)) { in PHP_FUNCTION() 2537 PKCS12_free(p12); in PHP_FUNCTION() 2558 PKCS12 * p12 = NULL; in PHP_FUNCTION() local 2575 if(d2i_PKCS12_bio(bio_in, &p12)) { in PHP_FUNCTION() 2576 if(PKCS12_parse(p12, pass, &pkey, &cert, &ca)) { in PHP_FUNCTION() [all …]
|
Completed in 22 milliseconds