forked from Lainports/opnsense-ports
23 lines
815 B
C
23 lines
815 B
C
--- php_openssl.h.orig 2017-06-07 08:09:36 UTC
|
|
+++ php_openssl.h
|
|
@@ -108,6 +108,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_check);
|
|
|
|
PHP_FUNCTION(openssl_pkcs12_export);
|
|
PHP_FUNCTION(openssl_pkcs12_export_to_file);
|
|
@@ -120,6 +121,12 @@ PHP_FUNCTION(openssl_csr_sign);
|
|
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);
|