Lines Matching refs:X509

393 static int X509_get_signature_nid(const X509 *x)  in X509_get_signature_nid()
606 static X509 *php_openssl_x509_from_param(
608 static X509 *php_openssl_x509_from_zval(
617 static STACK_OF(X509) * php_openssl_load_all_certs_from_file(
1507 static X509 *php_openssl_x509_from_str( in php_openssl_x509_from_str()
1509 X509 *cert = NULL; in php_openssl_x509_from_str()
1531 cert = (X509 *) PEM_ASN1_read_bio((d2i_of_void *)d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL); in php_openssl_x509_from_str()
1533 cert = (X509 *) PEM_ASN1_read_bio((char *(*)())d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL); in php_openssl_x509_from_str()
1556 static X509 *php_openssl_x509_from_param( in php_openssl_x509_from_param()
1568 static X509 *php_openssl_x509_from_zval( in php_openssl_x509_from_zval()
1590 X509 *cert; in PHP_FUNCTION()
1900 X509 *cert; in PHP_FUNCTION()
1950 zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw) in php_openssl_x509_fingerprint()
1979 X509 *cert; in PHP_FUNCTION()
2015 X509 *cert; in PHP_FUNCTION()
2048 X509 *cert; in PHP_FUNCTION()
2157 X509 *cert; in PHP_FUNCTION()
2322 static STACK_OF(X509) *php_openssl_load_all_certs_from_file( in STACK_OF() argument
2326 STACK_OF(X509) *stack=NULL, *ret=NULL; in STACK_OF()
2381 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert()
2413 X509 *cert; in PHP_FUNCTION()
2418 STACK_OF(X509) *untrustedchain = NULL; in PHP_FUNCTION()
2548 X509 *cert; in PHP_FUNCTION()
2583 static void php_sk_X509_free(STACK_OF(X509) * sk) /* {{{ */ in php_sk_X509_free()
2586 X509* x = sk_X509_pop(sk); in php_sk_X509_free()
2594 static STACK_OF(X509) *php_array_to_X509_sk(zval * zcerts, uint32_t arg_num, const char *option_nam… in STACK_OF() argument
2597 STACK_OF(X509) * sk = NULL; in STACK_OF()
2598 X509 * cert; in STACK_OF()
2650 X509 *cert; in PHP_FUNCTION()
2663 STACK_OF(X509) *ca = NULL; in PHP_FUNCTION()
2751 X509 *cert; in PHP_FUNCTION()
2762 STACK_OF(X509) *ca = NULL; in PHP_FUNCTION()
2844 X509 * cert = NULL; in PHP_FUNCTION()
2845 STACK_OF(X509) * ca = NULL; in PHP_FUNCTION()
2905 X509* aCA = sk_X509_pop(ca); in PHP_FUNCTION()
3271 X509 *cert = NULL, *new_cert = NULL; in PHP_FUNCTION()
3616 X509 *cert = NULL; in php_openssl_pkey_from_zval()
4970 STACK_OF(X509) *signers= NULL; in PHP_FUNCTION()
4971 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
5099 STACK_OF(X509) * recipcerts = NULL; in PHP_FUNCTION()
5104 X509 * cert; in PHP_FUNCTION()
5233 STACK_OF(X509) *certs = NULL; in PHP_FUNCTION()
5288 X509* ca = sk_X509_value(certs, i); in PHP_FUNCTION()
5331 X509 *cert = NULL; in PHP_FUNCTION()
5340 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
5451 X509 *cert; in PHP_FUNCTION()
5530 STACK_OF(X509) *signers= NULL; in PHP_FUNCTION()
5531 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
5694 STACK_OF(X509) * recipcerts = NULL; in PHP_FUNCTION()
5700 X509 * cert; in PHP_FUNCTION()
5874 STACK_OF(X509) *certs = NULL; in PHP_FUNCTION()
5922 X509* ca = sk_X509_value(certs, i); in PHP_FUNCTION()
5970 X509 *cert = NULL; in PHP_FUNCTION()
5980 STACK_OF(X509) *others = NULL; in PHP_FUNCTION()
6153 X509 *cert; in PHP_FUNCTION()