Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/tests/
H A Dbug38261.phpt17 var_dump(openssl_x509_parse("foo"));
18 var_dump(openssl_x509_parse($t));
19 var_dump(openssl_x509_parse(array()));
20 var_dump(openssl_x509_parse());
21 var_dump(openssl_x509_parse($cert));
22 var_dump(openssl_x509_parse(new stdClass));
30 Warning: openssl_x509_parse() expects at least 1 parameter, 0 given in %sbug38261.php on line %d
H A Dbug67403.phpt2 Bug #67403: Add signatureType to openssl_x509_parse
8 $r = openssl_x509_parse(file_get_contents(__DIR__.'/bug64802.pem'));
13 $r = openssl_x509_parse(file_get_contents(__DIR__.'/bug37820cert.pem'));
H A Dcve-2013-6420.phpt10 $info = openssl_x509_parse("file://$crt");
15 %s openssl_x509_parse(): illegal length in timestamp in %s%ecve-2013-6420.php on line 3
H A Dbug47828.phpt2 Bug #47828 (segfaults when a UTF-8 conversion fails openssl_x509_parse())
34 $arr = openssl_x509_parse($cert);
H A Dbug64802.phpt2 Bug #64802: openssl_x509_parse fails to parse subject properly in some cases
11 $r = openssl_x509_parse($cert,$use_short_names=true);
H A Dbug28382.phpt2 Bug #28382 (openssl_x509_parse extensions support)
11 $ext = openssl_x509_parse($cert);
H A Dbug39217.phpt12 $res = openssl_x509_parse(file_get_contents($dir . '/' . $cert));
H A Dbug65698.phpt10 $info = openssl_x509_parse("file://$crt");
H A Dcve2013_4073.phpt9 $info = openssl_x509_parse($cert);
H A Dopenssl_x509_parse_basic_v9.phpt2 openssl_x509_parse() basic test for OpenSSL 0.9
11 var_dump(openssl_x509_parse($cert));
12 var_dump(openssl_x509_parse($cert, false));
H A Dopenssl_x509_parse_basic.phpt2 openssl_x509_parse() basic test
11 var_dump(openssl_x509_parse($cert));
12 var_dump(openssl_x509_parse($cert, false));
H A Dsni_001.phpt39 $cert_ary = openssl_x509_parse($cert);
/PHP-5.5/ext/openssl/
H A Dphp_openssl.h66 PHP_FUNCTION(openssl_x509_parse);
H A DREADME74 array openssl_x509_parse(mixed x509[, bool shortnames=true])
H A Dopenssl.c422 PHP_FE(openssl_x509_parse, arginfo_openssl_x509_parse)
1501 PHP_FUNCTION(openssl_x509_parse) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS508 . Fixed bug #67403 (Add signatureType to openssl_x509_parse).
1104 . Fixed bug #66636 (openssl_x509_parse warning with V_ASN1_GENERALIZEDTIME).
1460 . Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420).
1619 . Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in
6413 - Fixed bug #47828 (openssl_x509_parse() segfaults when a UTF-8 conversion
7169 - Improved openssl_x509_parse() to return extensions in readable form. (Dmitry)
8402 - Fixed bug #38261 (openssl_x509_parse() leaks with invalid cert) (Pierre)
8582 - Implement #28382 (openssl_x509_parse() extensions support) (Pierre)

Completed in 113 milliseconds