reference/openssl/book.xml
5f8047c12b4078a6f686b2b0589e9284c47bf155
...
...
@@ -9,11 +9,15 @@
9
9
<preface xml:id="intro.openssl">
10
10
&reftitle.intro;
11
11
<para>
12
-
This module uses the functions of <link
13
-
xlink:href="&url.openssl;">OpenSSL</link> for generation and verification
14
-
of signatures and for sealing (encrypting) and opening (decrypting)
15
-
data. OpenSSL offers many features that this module currently doesn't
16
-
support. Some of these may be added in the future.
12
+
This extension binds functions of <link
13
+
xlink:href="&url.openssl;">OpenSSL</link> library for symmetric and
14
+
asymmetric encryption and decryption, PBKDF2, PKCS7, PKCS12, X509 and other
15
+
crypto operations. In addition to that it provides implementation of TLS
16
+
streams.
17
+
</para>
18
+
<para>
19
+
OpenSSL offers many features that this module currently doesn't support.
20
+
Some of these may be added in the future.
17
21
</para>
18
22
</preface>
19
23
<!-- }}} -->
...
...
@@ -23,6 +27,9 @@
23
27
&reference.openssl.certparams;
24
28
&reference.openssl.cert-verification;
25
29
&reference.openssl.reference;
30
+
&reference.openssl.opensslcertificate;
31
+
&reference.openssl.opensslcertificatesigningrequest;
32
+
&reference.openssl.opensslasymmetrickey;
26
33

27
34
</book>
28
35

29
36