Home
last modified time | relevance | path

Searched refs:serial_hex (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/openssl/tests/
H A Dopenssl_csr_sign_with_serial_hex.phpt2 openssl_csr_sign() with serial and serial_hex parameters
30 var_dump($cert2 = openssl_csr_sign($csr, null, $privkey, 365, $args, serial_hex: 'DEADBEEF'));
/php-src/
H A DNEWS126 . Introduced new serial_hex parameter to openssl_csr_sign. (Jakub Zelenka,
H A DUPGRADING391 . New serial_hex parameter added to openssl_csr_sign to allow setting serial
/php-src/ext/openssl/
H A Dopenssl_arginfo.h93 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, serial_hex, IS_STRING, 1, "null")
H A Dopenssl.c3212 zend_string *serial_hex = NULL; in PHP_FUNCTION() local
3227 Z_PARAM_STR_OR_NULL(serial_hex) in PHP_FUNCTION()
3296 if (serial_hex != NULL) { in PHP_FUNCTION()
3298 if (ZSTR_LEN(serial_hex) > 200) { in PHP_FUNCTION()
3302 BIO *in = BIO_new_mem_buf(ZSTR_VAL(serial_hex), ZSTR_LEN(serial_hex)); in PHP_FUNCTION()

Completed in 29 milliseconds