summaryrefslogtreecommitdiff
path: root/security/qca-tls
AgeCommit message (Collapse)AuthorFilesLines
2004-12-19Fix build on NetBSD 2.0 - configure script tried to link program withjdolecek3-2/+21
libssl without linking also libcrypto, which fails on 2.0 since libssl doesn't have recorded the libcrypto dependency; fix by disabling the checkLibrary() call when QC_WITH_OPENSSL_LIB is supplied PR: 28576
2004-12-18add a comment regarding the -rpath filterjdolecek1-1/+3
2004-11-27Add qca-tls 1.0 - QT Cryptography Architecture TLS plugin. Featuresjdolecek4-0/+57
SSL/TLS, X509, RSA, Hasing (SHA1, MD5), Ciphers (Blowfish, 3DES, AES). Uses QT conventions and plugin mechanism, and provides the crypto services for applications such as PSI (Jabber client).