TLS plugin for the TQt Cryptographic Architecture
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.
 
 
 
Go to file
Slávek Banko caf020344d
Add common cmake submodule.
4 years ago
cmake@f6f7bfc007 Add common cmake submodule. 4 years ago
.gitmodules Add common cmake submodule. 4 years ago
CMakeLists.txt Move the OpenSSL 0.97 test inside the source code 4 years ago
COPYING Initial import 12 years ago
ConfigureChecks.cmake Allow openssl detection without pkg-config file. 4 years ago
README Initial import 12 years ago
config.h.cmake Conversion to the cmake building system. 4 years ago
configure Replace Qt branding with TQt ones. 5 years ago
openssl.qcm Initial import 12 years ago
prepare Initial import 12 years ago
qca-tls.pro Rename the tqca-tls files in the original QMake project 4 years ago
qca-tls.qc Fix visibility of createProvider 11 years ago
qca.h Fix visibility of createProvider 11 years ago
qcaprovider.h Conversion to the cmake building system. 4 years ago
qcextra Initial import 12 years ago
tqca-tls.cpp Move the OpenSSL 0.97 test inside the source code 4 years ago
tqca-tls.h Conversion to the cmake building system. 4 years ago

README

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"