Author: sebb
Date: Wed Nov  1 16:04:50 2023
New Revision: 1084586

Log:
Add reference to 1.2.0

Modified:
    websites/production/commons/content/proper/commons-crypto/index.html

Modified: websites/production/commons/content/proper/commons-crypto/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-crypto/index.html 
(original)
+++ websites/production/commons/content/proper/commons-crypto/index.html Wed 
Nov  1 16:04:50 2023
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
-    <meta charset="iso-8859-1" />
+    <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
             <meta name="author" content="Commons Documentation Team" />
                 <meta name="Date-Revision-yyyymmdd" content="20230123" />
@@ -29,9 +29,9 @@
                                                                     <img 
class="logo-left" src="      ./images/commons-logo.png
 "  alt="Apache Commons logo"/>
               </a>
-                                          <a href="index.html" 
id="bannerRight" title="Commons Crypto? logo">
+                                          <a href="index.html" 
id="bannerRight" title="Commons Crypto™ logo">
                                                                           <img 
class="logo-right" src="    images/logo.png
-"  alt="Commons Crypto? logo"/>
+"  alt="Commons Crypto™ logo"/>
               </a>
           <div class="clear"></div>
 
@@ -170,7 +170,7 @@
           </li>
                    </ul>
               </li>
-                                                                               
                                                                                
                                                                                
                                                                          <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                      <li class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>
@@ -309,7 +309,7 @@
 <li>Secure true random number generator.</li>
       
 <li>Java stream API for high level stream
-        encyrption/decryption.
+        encryption/decryption.
       </li>
       
 <li>High performance AES encryption/decryption optimized with Intel AES-NI.
@@ -359,7 +359,12 @@
 <ul>
     
 <li>
-        <a class="externalLink" 
href="https://commons.apache.org/proper/commons-crypto/download_crypto.cgi";>Crypto
 1.1.0 (mirrors)</a>
+        <a class="externalLink" 
href="https://commons.apache.org/proper/commons-crypto/download_crypto.cgi";>Crypto
 1.2.0 (mirrors)</a>
+        requires Java 1.8 and OpenSSL 1.1.x (should also work with 1.0.x)
+    </li>
+    
+<li>
+        <a class="externalLink" 
href="https://archive.apache.org/dist/commons/crypto/";>Crypto 1.1.0 
(archives)</a>
         requires Java 1.8, built and tested with:
     </li>
     


Reply via email to