Commit graph

11 commits

Author SHA1 Message Date
wiz
22414ab751 Improve previous patch to still build on NetBSD 4.0 branch.
Addresses PR 38744.
2008-05-25 21:50:45 +00:00
wiz
a7abc37f1c Fix build on NetBSD-current with openssl-current, by adding a "const". 2008-05-15 11:06:05 +00:00
jdolecek
07910e4767 restore security/qca-tls to state on pkgsrc-2007Q3-base tag (just before
the removal), rather then revision 1.1 of all files, used for original revival

test compiled on Mac OS X 10.5
2007-12-23 21:05:51 +00:00
jdolecek
e210ff0a0a move back to version 1.0 for security/qca and re-add security/qca-tls
(for qca 1.x), so that kdenetwork3 works again

XXX these should be renamed to qca1* after current freeze
2007-12-20 20:37:21 +00:00
jdolecek
9e0b36c71a remove qca-tls - it's replaced by qca-ossl in QCA 2.x 2007-12-19 13:02:11 +00:00
joerg
6993145e20 OpenSSL 0.9.7 doesn't work with unsigned char in this parts, so try
to conditionalize it for OpenSSL 0.9.8 and newer.
2006-01-31 09:47:04 +00:00
joerg
856ac1a469 Add some more OpenSSL 0.9.7 fixes for DragonFly. 2005-12-27 22:28:08 +00:00
dmcmahill
7681ed843d - when creating binaries during the configure phase, be sure to add
the required -Rpath options or the openssl version will not be
correctly determined when using pkgsrc openssl.

- when running qmake as part of the configure stage, be sure to
run in the configure environment so that QMAKESPEC is picked up.
2005-09-13 04:27:21 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
jdolecek
0cb264d340 Fix build on NetBSD 2.0 - configure script tried to link program with
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-19 09:29:16 +00:00
jdolecek
53fc522fa7 Add qca-tls 1.0 - QT Cryptography Architecture TLS plugin. Features
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).
2004-11-27 20:27:06 +00:00