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 29511f81db
Official Trinity Desktop Environment R14.0.6 release
5 years ago
COPYING Initial import 12 years ago
README Initial import 12 years ago
configure Official Trinity Desktop Environment R14.0.6 release 5 years ago
openssl.qcm Initial import 12 years ago
prepare Initial import 12 years ago
qca-tls.cpp Add support for OpenSSL 1.1 7 years ago
qca-tls.h Initial import 12 years ago
qca-tls.pro Fix visibility of createProvider 11 years ago
qca-tls.qc Fix visibility of createProvider 11 years ago
qca.h Fix visibility of createProvider 11 years ago
qcaprovider.h Initial import 12 years ago
qcextra Initial import 12 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"