mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
short form for type linking
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121658 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9a81f9cbad
commit
7d9bc606b7
1 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue