summaryrefslogtreecommitdiff
path: root/ext/openssl/php_openssl.h
diff options
context:
space:
mode:
authorBen Scholzen (DASPRiD) <mail@dasprids.de>2018-10-20 02:19:09 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-11-14 21:40:34 +0100
commitee939b70d316fba104a2d41b72b2c17ac711be6c (patch)
tree21eb23939f403175c9052d7ae73b7f1c9e6a3c4c /ext/openssl/php_openssl.h
parent22889c94d1666646002ff67b5464fa276e1af7f4 (diff)
downloadphp-git-ee939b70d316fba104a2d41b72b2c17ac711be6c.tar.gz
Add openssl_x509_verify() function
This patch introduces a wrapper around OpenSSL's X509_verify() function.
Diffstat (limited to 'ext/openssl/php_openssl.h')
-rw-r--r--ext/openssl/php_openssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/php_openssl.h b/ext/openssl/php_openssl.h
index b9026a503d..abe358fe67 100644
--- a/ext/openssl/php_openssl.h
+++ b/ext/openssl/php_openssl.h
@@ -127,6 +127,7 @@ PHP_FUNCTION(openssl_x509_export);
PHP_FUNCTION(openssl_x509_fingerprint);
PHP_FUNCTION(openssl_x509_export_to_file);
PHP_FUNCTION(openssl_x509_check_private_key);
+PHP_FUNCTION(openssl_x509_verify);
PHP_FUNCTION(openssl_pkcs12_export);
PHP_FUNCTION(openssl_pkcs12_export_to_file);