Searched refs:serial_hex (Results 1 – 5 of 5) sorted by relevance
/PHP-8.4/ext/openssl/tests/ |
H A D | openssl_csr_sign_with_serial_hex.phpt | 2 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-8.4/ext/openssl/ |
H A D | openssl_arginfo.h | 93 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, serial_hex, IS_STRING, 1, "null")
|
H A D | openssl.c | 3243 zend_string *serial_hex = NULL; in PHP_FUNCTION() local 3258 Z_PARAM_STR_OR_NULL(serial_hex) in PHP_FUNCTION() 3332 if (serial_hex != NULL) { in PHP_FUNCTION() 3334 if (ZSTR_LEN(serial_hex) > 200) { in PHP_FUNCTION() 3338 BIO *in = BIO_new_mem_buf(ZSTR_VAL(serial_hex), ZSTR_LEN(serial_hex)); in PHP_FUNCTION()
|
/PHP-8.4/ |
H A D | NEWS | 982 . Introduced new serial_hex parameter to openssl_csr_sign. (Jakub Zelenka,
|
H A D | UPGRADING | 665 . New serial_hex parameter added to openssl_csr_sign to allow setting serial
|
Completed in 32 milliseconds