You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
360 B
17 lines
360 B
13 years ago
|
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"
|
||
|
|