blob: eb3d5b3434cdef5368e113eb98499ed89cc26def (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
TQCA TLS Plugin v1.0
-------------------
Author: Justin Karneges <justin@affinix.com>
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"
|