summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 01:35:15 -0600
committerTimothy Pearson <[email protected]>2011-12-18 01:35:15 -0600
commitdbc765a8f2741cfb6d90557c8e96414a61174926 (patch)
treed16be000ffc5c3733b2856486febcdd526077e9e /README
downloadtqca-tls-dbc765a8f2741cfb6d90557c8e96414a61174926.tar.gz
tqca-tls-dbc765a8f2741cfb6d90557c8e96414a61174926.zip
Initial import
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..eb3d5b3
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+TQCA TLS Plugin v1.0
+-------------------
+Author: Justin Karneges <[email protected]>
+Date: September 15th, 2003
+
+This is a plugin to provide SSL/TLS capability to programs that
+utilize the TQt Cryptographic Architecture (TQCA).
+
+Requirements:
+ OpenSSL Library (http://www.openssl.org/)
+
+Installation procedure:
+ ./configure
+ make
+ su -c "make install"
+