aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2018-06-22 13:40:49 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-06-29 13:08:45 +0300
commit7f5cc90258fe11df6286d9ce562d904e8032c461 (patch)
treebbd368e975ddaf8cbec5020ec1185cc0cc2308b1 /DEPENDENCIES
parent8dd98e227876fbe8f8a0dc0504906975e93c7cd0 (diff)
DEPENDENCIES: document building without OpenSSL
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES6
1 files changed, 6 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 48f5a8397..6b345b9c3 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -21,6 +21,12 @@ Prerequisites for building the OpenDataPlane (ODP) API
Libraries currently required to link: openssl, libatomic, libconfig
+ It is possible to build ODP without OpenSSL by passing flag
+ --without-openssl to configure script. However this will result in
+ ODP-generic not supporting any cryptography algorithm (except NULL) and any
+ strong random generation (only BASIC is supported and it is not
+ cryptographically secure). Use at your own risk!
+
3.1 OpenSSL native compile
For native compilation, simply load the necessary libraries using the appropriate