mirror of
https://github.com/php/php-src.git
synced 2024-12-15 21:05:51 +08:00
- ext/openssl/tests/bug36732.phpt more portable.
This commit is contained in:
parent
039fc22164
commit
0a74551c26
@ -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(
|
||||
|
@ -38,3 +38,6 @@ subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid:always,issuer:always
|
||||
basicConstraints = CA:true
|
||||
|
||||
[ usr_cert ]
|
||||
basicConstraints=CA:FALSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user