You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2016/06/09 00:32:47 UTC

svn commit: r1747472 - /commons/cms-site/trunk/content/xdoc/components.xml

Author: niallp
Date: Thu Jun  9 00:32:47 2016
New Revision: 1747472

URL: http://svn.apache.org/viewvc?rev=1747472&view=rev
Log:
Add "crypto" component to components.xml

Modified:
    commons/cms-site/trunk/content/xdoc/components.xml

Modified: commons/cms-site/trunk/content/xdoc/components.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1747472&r1=1747471&r2=1747472&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/components.xml (original)
+++ commons/cms-site/trunk/content/xdoc/components.xml Thu Jun  9 00:32:47 2016
@@ -55,6 +55,8 @@
             <td>Defines an API for working with tar, zip and bzip2 files.</td></tr>
         <tr><td><a href="configuration/">Configuration</a></td>
             <td>Reading of configuration/preferences files in various formats.</td></tr>
+        <tr><td><a href="crypto/">Crypto</a></td>
+            <td>A cryptographic library optimized with AES-NI wrapping Openssl or JCE algorithm implementations</td></tr>
         <tr><td><a href="csv/">CSV</a></td>
             <td>Component for reading and writing comma separated value files.</td></tr>
         <tr><td><a href="daemon/">Daemon</a></td>