????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 13.59.252.174 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/home/b8009/php-5.6.22/ext/openssl/tests/ |
Upload File : |
--TEST-- Bug #28382 (openssl_x509_parse extensions support) --SKIPIF-- <?php if (!extension_loaded("openssl")) die("skip"); if (OPENSSL_VERSION_NUMBER<0x009070af) die("skip"); ?> --FILE-- <?php $cert = file_get_contents(dirname(__FILE__) . "/bug28382cert.txt"); $ext = openssl_x509_parse($cert); var_dump($ext['extensions']); /* openssl 1.0 prepends the string "Full Name:" to the crlDistributionPoints array key. For now, as this is the one difference only between 0.9.x and 1.x, it's handled with placeholders to not to duplicate the test. When more diffs come, a duplication would be probably a better solution. */ ?> --EXPECTF-- array(11) { ["basicConstraints"]=> string(8) "CA:FALSE" ["nsComment"]=> string(38) "For Grid use only; request tag userTag" ["nsCertType"]=> string(30) "SSL Client, SSL Server, S/MIME" ["crlDistributionPoints"]=> string(%d) "%AURI:http://mobile.blue-software.ro:90/ca/crl.shtml " ["nsCaPolicyUrl"]=> string(38) "http://mobile.blue-software.ro:90/pub/" ["subjectAltName"]=> string(28) "email:sergiu@bluesoftware.ro" ["subjectKeyIdentifier"]=> string(59) "B0:A7:FF:F9:41:15:DE:23:39:BD:DD:31:0F:97:A0:B2:A2:74:E0:FC" ["authorityKeyIdentifier"]=> string(115) "DirName:/C=RO/ST=Romania/L=Craiova/O=Sergiu/OU=Sergiu SRL/CN=Sergiu CA/emailAddress=n_sergiu@hotmail.com serial:00 " ["keyUsage"]=> string(71) "Digital Signature, Non Repudiation, Key Encipherment, Data Encipherment" ["nsBaseUrl"]=> string(20) "http://62.231.98.52/" ["1.2.3.4"]=> string(4) "%s" }