hholzgra Tue Dec 18 06:19:24 2001 EDT
Modified files:
/phpdoc/en/functions openssl.xml
Log:
still adding skeletons for missing functions
Index: phpdoc/en/functions/openssl.xml
diff -u phpdoc/en/functions/openssl.xml:1.18 phpdoc/en/functions/openssl.xml:1.19
--- phpdoc/en/functions/openssl.xml:1.18 Wed Dec 12 15:47:11 2001
+++ phpdoc/en/functions/openssl.xml Tue Dec 18 06:19:23 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
<reference id="ref.openssl">
<title>OpenSSL functions</title>
<titleabbrev>OpenSSL</titleabbrev>
@@ -994,6 +994,347 @@
</refsect1>
</refentry>
+
+
+ <refentry id="function.openssl-x509-export-to-file">
+ <refnamediv>
+ <refname>openssl_x509_export_to_file</refname>
+ <refpurpose>Exports a CERT to file or a var </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>openssl_x509_export_to_file</function></funcdef>
+ <paramdef>mixed <parameter>x509</parameter></paramdef>
+ <paramdef>string <parameter>outfilename</parameter></paramdef>
+ <paramdef>bool
+ <parameter><optional>notext</optional></parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-x509-export">
+ <refnamediv>
+ <refname>openssl_x509_export</refname>
+ <refpurpose>&out [, bool notext]) Exports a CERT to file or a var </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>openssl_x509_export</function></funcdef>
+ <paramdef>mixed <parameter>x509</parameter></paramdef>
+ <paramdef>string <parameter></parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-x509-check-private-key">
+ <refnamediv>
+ <refname>openssl_x509_check_private_key</refname>
+ <refpurpose>Checks if a private key corresponds to a CERT </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>openssl_x509_check_private_key</function></funcdef>
+ <paramdef>mixed <parameter>cert</parameter></paramdef>
+ <paramdef>mixed <parameter>key</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-csr-export-to-file">
+ <refnamediv>
+ <refname>openssl_csr_export_to_file</refname>
+ <refpurpose>Exports a CSR to file or a var </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>openssl_csr_export_to_file</function></funcdef>
+ <paramdef>resource <parameter>csr</parameter></paramdef>
+ <paramdef>string <parameter>outfilename</parameter></paramdef>
+ <paramdef>bool
+ <parameter><optional>notext</optional></parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-csr-export">
+ <refnamediv>
+ <refname>openssl_csr_export</refname>
+ <refpurpose>Exports a CSR to file or a var </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>openssl_csr_export</function></funcdef>
+ <paramdef>resource <parameter>csr</parameter></paramdef>
+ <paramdef>string <parameter>out</parameter></paramdef>
+ <paramdef>bool
+ <parameter><optional>notext</optional></parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-csr-sign">
+ <refnamediv>
+ <refname>openssl_csr_sign</refname>
+ <refpurpose>Signs a cert with another CERT </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>resource <function>openssl_csr_sign</function></funcdef>
+ <paramdef>mixed <parameter>csr</parameter></paramdef>
+ <paramdef>mixed <parameter>x509</parameter></paramdef>
+ <paramdef>mixed <parameter>priv_key</parameter></paramdef>
+ <paramdef>long <parameter>days</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-csr-new">
+ <refnamediv>
+ <refname>openssl_csr_new</refname>
+ <refpurpose>Generates a privkey and CSR </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>openssl_csr_new</function></funcdef>
+ <paramdef>array <parameter>dn</parameter></paramdef>
+ <paramdef>resource <parameter>privkey</parameter></paramdef>
+ <paramdef>array
+ <parameter><optional>extraattribs</optional></parameter>
+ </paramdef>
+ <paramdef>array
+ <parameter><optional>configargs</optional></parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-pkey-new">
+ <refnamediv>
+ <refname>openssl_pkey_new</refname>
+ <refpurpose>Generates a new private key </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>resource <function>openssl_pkey_new</function></funcdef>
+ <paramdef>array
+ <parameter><optional>configargs</optional></parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-pkey-export-to-file">
+ <refnamediv>
+ <refname>openssl_pkey_export_to_file</refname>
+ <refpurpose>Gets an exportable representation of a key into a file </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>openssl_pkey_export_to_file</function></funcdef>
+ <paramdef>mixed <parameter>key</parameter></paramdef>
+ <paramdef>string <parameter>outfilename</parameter></paramdef>
+ <paramdef>string
+ <parameter><optional>passphrase</optional></parameter>
+ </paramdef>
+ <paramdef>array
+ <parameter><optional>config_args</optional></parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-pkey-export">
+ <refnamediv>
+ <refname>openssl_pkey_export</refname>
+ <refpurpose>Gets an exportable representation of a key into a string or file
+</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>openssl_pkey_export</function></funcdef>
+ <paramdef>mixed <parameter>key</parameter></paramdef>
+ <paramdef>mixed <parameter>out</parameter></paramdef>
+ <paramdef>string
+ <parameter><optional>passphrase</optional></parameter>
+ </paramdef>
+ <paramdef>array
+ <parameter><optional>config_args</optional></parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-private-encrypt">
+ <refnamediv>
+ <refname>openssl_private_encrypt</refname>
+ <refpurpose>Encrypts data with private key </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>openssl_private_encrypt</function></funcdef>
+ <paramdef>string <parameter>data</parameter></paramdef>
+ <paramdef>string <parameter>crypted</parameter></paramdef>
+ <paramdef>mixed <parameter>key</parameter></paramdef>
+ <paramdef>int
+ <parameter><optional>padding</optional></parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-private-decrypt">
+ <refnamediv>
+ <refname>openssl_private_decrypt</refname>
+ <refpurpose>Decrypts data with private key </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>openssl_private_decrypt</function></funcdef>
+ <paramdef>string <parameter>data</parameter></paramdef>
+ <paramdef>string <parameter>crypted</parameter></paramdef>
+ <paramdef>mixed <parameter>key</parameter></paramdef>
+ <paramdef>int
+ <parameter><optional>padding</optional></parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-public-encrypt">
+ <refnamediv>
+ <refname>openssl_public_encrypt</refname>
+ <refpurpose>Encrypts data with public key </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>openssl_public_encrypt</function></funcdef>
+ <paramdef>string <parameter>data</parameter></paramdef>
+ <paramdef>string <parameter>crypted</parameter></paramdef>
+ <paramdef>mixed <parameter>key</parameter></paramdef>
+ <paramdef>int
+ <parameter><optional>padding</optional></parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.openssl-public-decrypt">
+ <refnamediv>
+ <refname>openssl_public_decrypt</refname>
+ <refpurpose>Decrypts data with public key </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>openssl_public_decrypt</function></funcdef>
+ <paramdef>string <parameter>data</parameter></paramdef>
+ <paramdef>string <parameter>crypted</parameter></paramdef>
+ <paramdef>resource <parameter>key</parameter></paramdef>
+ <paramdef>int
+ <parameter><optional>padding</optional></parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ &warn.experimental.func;
+ <para>
+ &warn.undocumented.func;
+ </para>
+ </refsect1>
+ </refentry>
</reference>