betz Sun Mar 30 09:36:16 2003 EDT
Modified files:
/phpdoc/en/reference/openssl/functions openssl-csr-new.xml
Log:
short form for type linking
Index: phpdoc/en/reference/openssl/functions/openssl-csr-new.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.6
phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.7
--- phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.6 Sat Mar 22
14:00:36 2003
+++ phpdoc/en/reference/openssl/functions/openssl-csr-new.xml Sun Mar 30 09:36:16
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-csr-new">
<refnamediv>
@@ -59,33 +59,33 @@
<tbody>
<row>
<entry>digest_alg</entry>
- <entry><link linkend="language.types.string">string</link></entry>
+ <entry><type>string</type></entry>
<entry>default_md</entry>
<entry>Selects which digest method to use</entry>
</row>
<row>
<entry>x509_extensions</entry>
- <entry><link linkend="language.types.string">string</link></entry>
+ <entry><type>string</type></entry>
<entry>x509_extensions</entry>
<entry>Selects which extensions should be used when creating an x509
certificate</entry>
</row>
<row>
<entry>req_extensions</entry>
- <entry><link linkend="language.types.string">string</link></entry>
+ <entry><type>string</type></entry>
<entry>req_extensions</entry>
<entry>Selects which extensions should be used when creating a CSR</entry>
</row>
<row>
<entry>private_key_bits</entry>
- <entry><link linkend="language.types.integer">integer</link></entry>
+ <entry><type>string</type></entry>
<entry>default_bits</entry>
<entry>Specifies how many bits should be used to generate a private
key</entry>
</row>
<row>
<entry>private_key_type</entry>
- <entry><link linkend="language.types.integer">integer</link></entry>
+ <entry><type>integer</type></entry>
<entry>none</entry>
<entry>Specifies the type of private key to create. This can be one
of <constant>OPENSSL_KEYTYPE_DSA</constant>,
@@ -97,7 +97,7 @@
</row>
<row>
<entry>encrypt_key</entry>
- <entry><link linkend="language.types.boolean">booean</link></entry>
+ <entry><type>boolean</type></entry>
<entry>encrypt_key</entry>
<entry>Should an exported key (with passphrase) be encrypted?</entry>
</row>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php