Home
last modified time | relevance | path

Searched refs:openssl_csr_sign (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/ext/openssl/tests/
H A Dopenssl_csr_sign_basic.phpt2 openssl_csr_sign() tests
33 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $args));
34 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $config_arg));
35 var_dump(openssl_csr_sign($csr, $cert, $priv, 365, $config_arg));
37 var_dump(openssl_csr_sign($csr, $wrong, $privkey, 365));
38 var_dump(openssl_csr_sign($csr, null, $wrong, 365));
39 var_dump(openssl_csr_sign($wrong, null, $privkey, 365));
42 openssl_csr_sign(array(), null, $privkey, 365);
48 var_dump(openssl_csr_sign($csr, array(), $privkey, 365));
54 var_dump(openssl_csr_sign($csr, null, array(), 365));
[all …]
H A Dbug52093.phpt2 Bug #52093 (openssl_csr_sign truncates $serial)
20 $cert = openssl_csr_sign($csr, null, $privkey, 365, [], PHP_INT_MAX);
H A DCertificateGenerator.inc57 $this->ca = openssl_csr_sign(
127 $this->lastCert = openssl_csr_sign(
H A Dbug36732.phpt25 $crt = openssl_csr_sign($csr, NULL, $key, 365, $configargs);
H A Dbug50293.phpt34 $sscert = openssl_csr_sign($csr, null, $privkey, 365, $args);
H A Decc.phpt62 $x509 = openssl_csr_sign($csr, null, $key1, 365, $args);
/PHP-8.0/ext/openssl/
H A Dopenssl_arginfo.h403 ZEND_FUNCTION(openssl_csr_sign);
468 ZEND_FE(openssl_csr_sign, arginfo_openssl_csr_sign)
H A Dopenssl.stub.php57 function openssl_csr_sign(OpenSSLCertificateSigningRequest|string $csr, OpenSSLCertificate|string|n… function
H A Dopenssl.c3259 PHP_FUNCTION(openssl_csr_sign) in PHP_FUNCTION() argument
/PHP-8.0/
H A DNEWS744 . Fixed bug #52093 (openssl_csr_sign truncates $serial). (cmb)
H A DUPGRADING412 . openssl_x509_read() and openssl_csr_sign() will now return an

Completed in 29 milliseconds