summaryrefslogtreecommitdiff
path: root/ext/openssl/php_openssl.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2001-04-01 23:06:15 +0000
committerWez Furlong <wez@php.net>2001-04-01 23:06:15 +0000
commit4cec53ac287dea4012bed526b4cdf5e3a67a0f03 (patch)
tree24f35fa93305e4988fa3971637ff3a535b5e41d9 /ext/openssl/php_openssl.h
parent2348bb3031cac5eb09b632d9c8c51572a66ee8f9 (diff)
downloadphp-git-4cec53ac287dea4012bed526b4cdf5e3a67a0f03.tar.gz
Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert params
a bit more friendly to use. See the README for more info.
Diffstat (limited to 'ext/openssl/php_openssl.h')
-rw-r--r--ext/openssl/php_openssl.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/ext/openssl/php_openssl.h b/ext/openssl/php_openssl.h
index d0a54941b7..ae4e32f2c6 100644
--- a/ext/openssl/php_openssl.h
+++ b/ext/openssl/php_openssl.h
@@ -31,16 +31,22 @@ PHP_MINFO_FUNCTION(openssl);
PHP_FUNCTION(openssl_get_privatekey);
PHP_FUNCTION(openssl_get_publickey);
PHP_FUNCTION(openssl_free_key);
-#if 0
-PHP_FUNCTION(openssl_read_publickey);
-PHP_FUNCTION(openssl_read_x509);
-PHP_FUNCTION(openssl_free_x509);
-#endif
+PHP_FUNCTION(openssl_x509_read);
+PHP_FUNCTION(openssl_x509_free);
PHP_FUNCTION(openssl_sign);
PHP_FUNCTION(openssl_verify);
PHP_FUNCTION(openssl_seal);
PHP_FUNCTION(openssl_open);
+PHP_FUNCTION(openssl_pkcs7_verify);
+PHP_FUNCTION(openssl_pkcs7_decrypt);
+PHP_FUNCTION(openssl_pkcs7_sign);
+PHP_FUNCTION(openssl_pkcs7_encrypt);
+
+PHP_FUNCTION(openssl_error_string);
+PHP_FUNCTION(openssl_x509_parse);
+PHP_FUNCTION(openssl_x509_checkpurpose);
+
#else
#define phpext_openssl_ptr NULL