- ext/openssl/tests/bug36732.phpt more portable.

This commit is contained in:
Gustavo André dos Santos Lopes 2011-09-14 10:55:46 +00:00
parent 039fc22164
commit 0a74551c26
2 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,8 @@ if (OPENSSL_VERSION_NUMBER < 0x009070af) die("skip");
<?php
$configargs = array(
"req_extensions" => "v3_req",
"x509_extensions" => "usr_cert"
"x509_extensions" => "usr_cert",
"config" => __DIR__."/openssl.cnf",
);
$dn = array(

View File

@ -38,3 +38,6 @@ subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid:always,issuer:always
basicConstraints = CA:true
[ usr_cert ]
basicConstraints=CA:FALSE