Home
last modified time | relevance | path

Searched refs:sigbio (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/openssl/tests/
H A Dgh12489.phpt2 GH-12489: Missing sigbio creation checking in openssl_cms_verify
/PHP-8.2/ext/openssl/
H A Dopenssl.c5758 BIO *certout = NULL, *sigbio = NULL; in PHP_FUNCTION() local
5794 sigbio = php_openssl_bio_new_file(sigfile, sigfile_len, 1, PHP_OPENSSL_BIO_MODE_R(flags)); in PHP_FUNCTION()
5795 if (sigbio == NULL) { in PHP_FUNCTION()
5799 sigbio = in; /* non-detached signature */ in PHP_FUNCTION()
5804 cms = PEM_read_bio_CMS(sigbio, NULL, 0, NULL); in PHP_FUNCTION()
5808 cms = d2i_CMS_bio(sigbio, NULL); in PHP_FUNCTION()
5812 cms = SMIME_read_CMS(sigbio, &datain); in PHP_FUNCTION()
5906 if (sigbio != in) { in PHP_FUNCTION()
5907 BIO_free(sigbio); in PHP_FUNCTION()
/PHP-8.2/
H A DNEWS862 . Fixed bug GH-12489 (Missing sigbio creation checking in openssl_cms_verify).

Completed in 38 milliseconds