diff options
author | Ingela Anderton Andin <[email protected]> | 2017-04-07 11:08:36 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2017-04-07 11:08:36 +0200 |
commit | 6b20e866bab480a8dd23b869ff07d7aed631f1d7 (patch) | |
tree | b96c8e1c980feb2450962a5d59e3e90027b287c6 /lib/crypto/doc/src/crypto_app.xml | |
parent | b2d2b2d39a27b09a3a70308460d3b870051364c4 (diff) | |
download | otp-6b20e866bab480a8dd23b869ff07d7aed631f1d7.tar.gz otp-6b20e866bab480a8dd23b869ff07d7aed631f1d7.tar.bz2 otp-6b20e866bab480a8dd23b869ff07d7aed631f1d7.zip |
crypto: Update documentation to reflect new version policy
Diffstat (limited to 'lib/crypto/doc/src/crypto_app.xml')
-rw-r--r-- | lib/crypto/doc/src/crypto_app.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/crypto/doc/src/crypto_app.xml b/lib/crypto/doc/src/crypto_app.xml index a958bdfcb7..6950dfeec3 100644 --- a/lib/crypto/doc/src/crypto_app.xml +++ b/lib/crypto/doc/src/crypto_app.xml @@ -42,9 +42,12 @@ <title>DEPENDENCIES</title> <p>The current crypto implementation uses nifs to interface - OpenSSLs crypto library and requires <em>OpenSSL</em> package - version 0.9.8 or higher. FIPS mode support requires at least - version 1.0.1 and a FIPS capable OpenSSL installation.</p> + OpenSSLs crypto library and may work with limited functionality + with as old versions as <em>OpenSSL</em> 0.9.8c. + FIPS mode support requires at least + version 1.0.1 and a FIPS capable OpenSSL installation. We recommend using a + version that is officially supported by the OpenSSL project. API compatible backends like + LibreSSL should also work.</p> <p>Source releases of OpenSSL can be downloaded from the <url href="http://www.openssl.org">OpenSSL</url> project home page, or mirror sites listed there. |