forked from Lainports/opnsense-ports
23 lines
792 B
C
23 lines
792 B
C
--- php_openssl.h.orig 2014-08-27 15:31:35.000000000 +0200
|
|
+++ php_openssl.h 2014-09-07 10:59:48.000000000 +0200
|
|
@@ -81,6 +81,7 @@
|
|
PHP_FUNCTION(openssl_x509_fingerprint);
|
|
PHP_FUNCTION(openssl_x509_export_to_file);
|
|
PHP_FUNCTION(openssl_x509_check_private_key);
|
|
+PHP_FUNCTION(openssl_x509_check);
|
|
|
|
PHP_FUNCTION(openssl_pkcs12_export);
|
|
PHP_FUNCTION(openssl_pkcs12_export_to_file);
|
|
@@ -93,6 +94,12 @@
|
|
PHP_FUNCTION(openssl_csr_get_subject);
|
|
PHP_FUNCTION(openssl_csr_get_public_key);
|
|
|
|
+PHP_FUNCTION(openssl_crl_new);
|
|
+PHP_FUNCTION(openssl_crl_revoke_cert);
|
|
+PHP_FUNCTION(openssl_crl_revoke_cert_by_serial);
|
|
+PHP_FUNCTION(openssl_crl_export);
|
|
+PHP_FUNCTION(openssl_crl_export_file);
|
|
+
|
|
PHP_FUNCTION(openssl_spki_new);
|
|
PHP_FUNCTION(openssl_spki_verify);
|
|
PHP_FUNCTION(openssl_spki_export);
|