Browse Source

[3908] Require OpenSSL >= 1.0.0 in docs

Francis Dupont 10 years ago
parent
commit
676d1e6a33
2 changed files with 5 additions and 4 deletions
  1. 3 2
      doc/guide/install.xml
  2. 2 2
      doc/guide/intro.xml

+ 3 - 2
doc/guide/install.xml

@@ -112,9 +112,10 @@
         </para>
         </para>
         </listitem>
         </listitem>
 
 
-            <listitem>
+          <listitem>
         <para>
         <para>
-          Botan (at least version 1.8) or OpenSSL.</para>
+          Botan (at least version 1.8) or OpenSSL (at least version 1.0.0).
+        </para>
           </listitem>
           </listitem>
 
 
           <listitem>
           <listitem>

+ 2 - 2
doc/guide/intro.xml

@@ -60,8 +60,8 @@
         is required to be installed during compilation. Kea uses the Botan
         is required to be installed during compilation. Kea uses the Botan
         crypto library for C++ (<ulink url="http://botan.randombit.net/"/>),
         crypto library for C++ (<ulink url="http://botan.randombit.net/"/>),
         version 1.8 or later. As an alternative to Botan, Kea can use the
         version 1.8 or later. As an alternative to Botan, Kea can use the
-        OpenSSL crypto library (<ulink url="http://www.openssl.org/"/>).
-        It requires a version with SHA-2 support.
+        OpenSSL crypto library (<ulink url="http://www.openssl.org/"/>),
+        version 1.0.0 or later.
             </simpara>
             </simpara>
         </listitem>
         </listitem>