Home
last modified time | relevance | path

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

/php-src/ext/openssl/tests/
H A Dgh12489.phpt2 GH-12489: Missing sigbio creation checking in openssl_cms_verify
/php-src/ext/openssl/
H A Dopenssl.c5997 BIO *certout = NULL, *sigbio = NULL; in PHP_FUNCTION() local
6033 sigbio = php_openssl_bio_new_file(sigfile, sigfile_len, 1, PHP_OPENSSL_BIO_MODE_R(flags)); in PHP_FUNCTION()
6034 if (sigbio == NULL) { in PHP_FUNCTION()
6038 sigbio = in; /* non-detached signature */ in PHP_FUNCTION()
6043 cms = PEM_read_bio_CMS(sigbio, NULL, 0, NULL); in PHP_FUNCTION()
6047 cms = d2i_CMS_bio(sigbio, NULL); in PHP_FUNCTION()
6051 cms = SMIME_read_CMS(sigbio, &datain); in PHP_FUNCTION()
6145 if (sigbio != in) { in PHP_FUNCTION()
6146 BIO_free(sigbio); in PHP_FUNCTION()

Completed in 23 milliseconds