Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/tests/
H A Dgh12489.phpt2 GH-12489: Missing sigbio creation checking in openssl_cms_verify
/PHP-8.1/ext/openssl/
H A Dopenssl.c5872 BIO *certout = NULL, *sigbio = NULL; in PHP_FUNCTION() local
5908 sigbio = php_openssl_bio_new_file(sigfile, sigfile_len, 1, PHP_OPENSSL_BIO_MODE_R(flags)); in PHP_FUNCTION()
5909 if (sigbio == NULL) { in PHP_FUNCTION()
5913 sigbio = in; /* non-detached signature */ in PHP_FUNCTION()
5918 cms = PEM_read_bio_CMS(sigbio, NULL, 0, NULL); in PHP_FUNCTION()
5922 cms = d2i_CMS_bio(sigbio, NULL); in PHP_FUNCTION()
5926 cms = SMIME_read_CMS(sigbio, &datain); in PHP_FUNCTION()
6020 if (sigbio != in) { in PHP_FUNCTION()
6021 BIO_free(sigbio); in PHP_FUNCTION()
/PHP-8.1/
H A DNEWS132 . Fixed bug GH-12489 (Missing sigbio creation checking in openssl_cms_verify).

Completed in 48 milliseconds