Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-12-19 | Fix build on NetBSD 2.0 - configure script tried to link program with | jdolecek | 3 | -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-18 | add a comment regarding the -rpath filter | jdolecek | 1 | -1/+3 | |
2004-11-27 | Add qca-tls 1.0 - QT Cryptography Architecture TLS plugin. Features | jdolecek | 4 | -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). |