diff mbox

[RFC,OPENSSL-ODP] Adding README file.

Message ID 1464976809-12061-1-git-send-email-nikhil.agarwal@linaro.org
State New
Headers show

Commit Message

Nikhil Agarwal June 3, 2016, 6 p.m. UTC
Signed-off-by: Nikhil Agarwal <nikhil.agarwal@linaro.org>
---
 README | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 README
diff mbox

Patch

diff --git a/README b/README
new file mode 100644
index 0000000..b13393a
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@ 
+Copyright (c) 2013-2014, Linaro Limited
+All rights reserved.
+
+SPDX-License-Identifier:        BSD-3-Clause
+
+OpenDataPlane (ODP) project source code.
+    http://www.opendataplane.org/
+
+    How to build:
+    Following are the steep to build this object:
+    ./bootstrap
+    ./configure --with-openssl-path=<openssl install path> --with-odp-path=<ODP install path>
+    make
+
+    How to run.
+    Copy the shared object engine/.libs/libsslodp.so to "opnessl path"/lib/engines/.
+    Execute any openssl application with arguments  "-engine libsslodp".
+
+    Currently, we have tested openssl speed application with NXP platform.
+
+