reference/openssl/functions/openssl-pkcs12-read.xml
497c40ac164d5873fd87f622dfdeb5206392b446
...
...
@@ -1,9 +1,9 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openssl-pkcs12-read">
3
+
<refentry xml:id="function.openssl-pkcs12-read" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>openssl_pkcs12_read</refname>
6
-
<refpurpose>Parse a PKCS#12 Certificate Store into an array</refpurpose>
6
+
<refpurpose>Parse a <acronym>PKCS</acronym>#12 Certificate Store into an array</refpurpose>
7
7
</refnamediv>
8
8
9
9
<refsect1 role="description">
...
...
@@ -11,13 +11,13 @@
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>openssl_pkcs12_read</methodname>
13
13
<methodparam><type>string</type><parameter>pkcs12</parameter></methodparam>
14
-
<methodparam><type>array</type><parameter role="reference">certs</parameter></methodparam>
15
-
<methodparam><type>string</type><parameter>pass</parameter></methodparam>
14
+
<methodparam><type>array</type><parameter role="reference">certificates</parameter></methodparam>
15
+
<methodparam><type>string</type><parameter>passphrase</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
-
<function>openssl_pkcs12_read</function> parses the PKCS#12 certificate store supplied by
18
+
<function>openssl_pkcs12_read</function> parses the <acronym>PKCS</acronym>#12 certificate store supplied by
19
19
<parameter>pkcs12</parameter> into a array named
20
-
<parameter>certs</parameter>.
20
+
<parameter>certificates</parameter>.
21
21
</para>
22
22
</refsect1>
23
23

...
...
@@ -34,7 +34,7 @@
34
34
</listitem>
35
35
</varlistentry>
36
36
<varlistentry>
37
-
<term><parameter>certs</parameter></term>
37
+
<term><parameter>certificates</parameter></term>
38
38
<listitem>
39
39
<para>
40
40
On success, this will hold the Certificate Store Data.
...
...
@@ -42,10 +42,10 @@
42
42
</listitem>
43
43
</varlistentry>
44
44
<varlistentry>
45
-
<term><parameter>pass</parameter></term>
45
+
<term><parameter>passphrase</parameter></term>
46
46
<listitem>
47
47
<para>
48
-
Encryption password for unlocking the PKCS#12 file.
48
+
Encryption password for unlocking the <acronym>PKCS</acronym>#12 file.
49
49
</para>
50
50
</listitem>
51
51
</varlistentry>
...
...
@@ -86,7 +86,6 @@ if (openssl_pkcs12_read($cert_store, $cert_info, "my_secret_pass")) {
86
86
</refsect1>
87
87

88
88
</refentry>
89
-

90
89
<!-- Keep this comment at the end of the file
91
90
Local variables:
92
91
mode: sgml
93
92