appendices/migration80/new-features.xml
497c40ac164d5873fd87f622dfdeb5206392b446
...
...
@@ -344,7 +344,7 @@ class ChildClass extends ParentClass {
344
344
<para>
345
345
Added Cryptographic Message Syntax (CMS) (<link xlink:href="&url.rfc;5652">RFC 5652</link>)
346
346
support composed of functions for encryption, decryption, signing, verifying and reading. The API
347
-
is similar to the API for PKCS #7 functions with an addition of new encoding constants:
347
+
is similar to the API for <acronym>PKCS</acronym> #7 functions with an addition of new encoding constants:
348
348
<constant>OPENSSL_ENCODING_DER</constant>, <constant>OPENSSL_ENCODING_SMIME</constant>
349
349
and <constant>OPENSSL_ENCODING_PEM</constant>:
350
350
<simplelist>
...
...
@@ -357,7 +357,8 @@ class ChildClass extends ParentClass {
357
357
the results to the supplied file.
358
358
</member>
359
359
<member>
360
-
<function>openssl_cms_read</function> that exports the CMS file to an array of PEM certificates.
360
+
<function>openssl_cms_read</function> that exports the CMS file to an array
361
+
of <acronym>PEM</acronym> certificates.
361
362
</member>
362
363
<member>
363
364
<function>openssl_cms_sign</function> that signs the MIME message in the file with a cert and key
364
365