Lines Matching refs:X509
433 static int X509_get_signature_nid(const X509 *x) in X509_get_signature_nid()
652 static X509 *php_openssl_x509_from_param(
654 static X509 *php_openssl_x509_from_zval(
662 static STACK_OF(X509) * php_openssl_load_all_certs_from_file(
1455 static X509 *php_openssl_x509_from_str( in php_openssl_x509_from_str()
1457 X509 *cert = NULL; in php_openssl_x509_from_str()
1479 cert = (X509 *) PEM_ASN1_read_bio((d2i_of_void *)d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL); in php_openssl_x509_from_str()
1481 cert = (X509 *) PEM_ASN1_read_bio((char *(*)())d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL); in php_openssl_x509_from_str()
1504 static X509 *php_openssl_x509_from_param( in php_openssl_x509_from_param()
1516 static X509 *php_openssl_x509_from_zval( in php_openssl_x509_from_zval()
1531 X509 *cert = php_openssl_x509_from_str(str, arg_num, is_from_array, option_name); in php_openssl_x509_from_zval()
1540 X509 *cert; in PHP_FUNCTION()
1846 X509 *cert; in PHP_FUNCTION()
1896 zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, bool raw) in php_openssl_x509_fingerprint()
1925 X509 *cert; in PHP_FUNCTION()
1961 X509 *cert; in PHP_FUNCTION()
1994 X509 *cert; in PHP_FUNCTION()
2103 X509 *cert; in PHP_FUNCTION()
2274 static STACK_OF(X509) *php_openssl_load_all_certs_from_file( in STACK_OF() argument
2278 STACK_OF(X509) *stack=NULL, *ret=NULL; in STACK_OF()
2333 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert()
2365 X509 *cert; in PHP_FUNCTION()
2370 STACK_OF(X509) *untrustedchain = NULL; in PHP_FUNCTION()
2500 X509 *cert; in PHP_FUNCTION()
2535 static void php_sk_X509_free(STACK_OF(X509) * sk) /* {{{ */ in php_sk_X509_free()
2538 X509* x = sk_X509_pop(sk); in php_sk_X509_free()
2546 static STACK_OF(X509) *php_array_to_X509_sk(zval * zcerts, uint32_t arg_num, const char *option_nam… in STACK_OF() argument
2549 STACK_OF(X509) * sk = NULL; in STACK_OF()
2550 X509 * cert; in STACK_OF()
2602 X509 *cert; in PHP_FUNCTION()
2615 STACK_OF(X509) *ca = NULL; in PHP_FUNCTION()
2705 X509 *cert; in PHP_FUNCTION()
2716 STACK_OF(X509) *ca = NULL; in PHP_FUNCTION()
2798 X509 * cert = NULL; in PHP_FUNCTION()
2799 STACK_OF(X509) * ca = NULL; in PHP_FUNCTION()
2859 X509* aCA = sk_X509_pop(ca); in PHP_FUNCTION()
3244 X509 *cert = NULL, *new_cert = NULL; in PHP_FUNCTION()
3605 X509 *cert = NULL; in php_openssl_pkey_from_zval()
5618 STACK_OF(X509) *signers= NULL; in PHP_FUNCTION()
5619 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
5751 STACK_OF(X509) * recipcerts = NULL; in PHP_FUNCTION()
5756 X509 * cert; in PHP_FUNCTION()
5885 STACK_OF(X509) *certs = NULL; in PHP_FUNCTION()
5940 X509* ca = sk_X509_value(certs, i); in PHP_FUNCTION()
5983 X509 *cert = NULL; in PHP_FUNCTION()
5992 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
6103 X509 *cert; in PHP_FUNCTION()
6182 STACK_OF(X509) *signers= NULL; in PHP_FUNCTION()
6183 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
6353 STACK_OF(X509) * recipcerts = NULL; in PHP_FUNCTION()
6359 X509 * cert; in PHP_FUNCTION()
6533 STACK_OF(X509) *certs = NULL; in PHP_FUNCTION()
6581 X509* ca = sk_X509_value(certs, i); in PHP_FUNCTION()
6629 X509 *cert = NULL; in PHP_FUNCTION()
6639 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
6812 X509 *cert; in PHP_FUNCTION()