Searched refs:sigbio (Results 1 – 3 of 3) sorted by relevance
2 GH-12489: Missing sigbio creation checking in openssl_cms_verify
5781 BIO *certout = NULL, *sigbio = NULL; in PHP_FUNCTION() local5817 sigbio = php_openssl_bio_new_file(sigfile, sigfile_len, 1, PHP_OPENSSL_BIO_MODE_R(flags)); in PHP_FUNCTION()5818 if (sigbio == NULL) { in PHP_FUNCTION()5822 sigbio = in; /* non-detached signature */ in PHP_FUNCTION()5827 cms = PEM_read_bio_CMS(sigbio, NULL, 0, NULL); in PHP_FUNCTION()5831 cms = d2i_CMS_bio(sigbio, NULL); in PHP_FUNCTION()5835 cms = SMIME_read_CMS(sigbio, &datain); in PHP_FUNCTION()5929 if (sigbio != in) { in PHP_FUNCTION()5930 BIO_free(sigbio); in PHP_FUNCTION()
1100 . Fixed bug GH-12489 (Missing sigbio creation checking in openssl_cms_verify).
Completed in 26 milliseconds