wez Sun Aug 11 07:03:31 2002 EDT
Modified files:
/phpdoc/en/reference/openssl/functions
openssl-csr-export-to-file.xml
openssl-csr-new.xml
Log:
Partially document these.
Index: phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml:1.2
phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml:1.3
--- phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml:1.2 Wed
Apr 17 02:42:22 2002
+++ phpdoc/en/reference/openssl/functions/openssl-csr-export-to-file.xml Sun
+Aug 11 07:03:31 2002
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<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>
+ <refpurpose>Exports a CSR to a file</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -16,7 +16,11 @@
</methodsynopsis>
&warn.experimental.func;
<para>
- &warn.undocumented.func;
+ <function>openssl_csr_export_to_file</function> takes the CSR represented by
+ <parameter>csr</parameter> and saves it into the file named by
+ <parameter>outfilename</parameter>. The optional <parameter>notext</parameter>
+affects
+ the verbosity of the output; if it is &false; then additional human-readable
+information is included
+ in the output.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/openssl/functions/openssl-csr-new.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.2
phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.3
--- phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.2 Wed Apr 17
02:42:23 2002
+++ phpdoc/en/reference/openssl/functions/openssl-csr-new.xml Sun Aug 11 07:03:31
+2002
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-csr-new">
<refnamediv>
<refname>openssl_csr_new</refname>
- <refpurpose>Generates a privkey and CSR </refpurpose>
+ <refpurpose>Generates a privkey and CSR</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -17,7 +17,9 @@
</methodsynopsis>
&warn.experimental.func;
<para>
- &warn.undocumented.func;
+ <function>openssl_csr_new</function> generates a new CSR (Certificate Signing
+Request)
+ based on the information provided by <parameter>dn</parameter>, which represents
+the
+ Distinguished Name to be used in the certificate.
</para>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php