11 Commits

Author SHA1 Message Date
Christian Ehrlicher
78406a6651 win32 compile
- update openssl to search for libeay too
- saslservtests needs wsock32
- export CertificateInfoPair to fix qca-openssl linking
- add setenv() to pgpunittest.cpp for win32 - maybe add a check for setenv()

svn path=/trunk/kdesupport/qca/; revision=633918
2007-02-15 19:17:56 +00:00
Brad Hards
6849a3d186 Fix the test for built-in (system) certificate store. We
should only use the provided certs if no system certs
are available.

svn path=/trunk/kdesupport/qca/; revision=615322
2006-12-21 04:18:17 +00:00
Alon Bar-Lev
204251b0d5 pkcs11-helper is now external dependency
svn path=/trunk/kdesupport/qca/; revision=611362
2006-12-07 20:17:50 +00:00
Brad Hards
5cbd52dbd3 Update the NSS module so it has a chance to work, and
drop in a new Botan module.

svn path=/trunk/kdesupport/qca/; revision=609824
2006-12-02 11:49:26 +00:00
Brad Hards
b8be6cbc38 Add forgotten Find module for libgcrypt
svn path=/trunk/kdesupport/qca/; revision=609775
2006-12-02 06:51:37 +00:00
Laurent Montel
d5e3157629 Need to compile under MacOsX
svn path=/trunk/kdesupport/qca/; revision=605686
2006-11-17 19:25:10 +00:00
Laurent Montel
ba66e7a1cd Add "-DWIN32" when we generate moc file under windows
otherwise when we have a #ifdef Q_OS_WIN into .cpp file which
is used to generate moc file, moc doen't know Q_OS_WIN
=> it doesn't generate good moc file.

Thanks Simon to help me.


svn path=/trunk/kdesupport/qca/; revision=605587
2006-11-17 10:39:06 +00:00
Laurent Montel
427a95c8df Now we can compile qca-nss plugins (need mozilla lib)
svn path=/trunk/kdesupport/qca/; revision=594203
2006-10-10 13:47:57 +00:00
Brad Hards
8c08bf89e3 A general cleanup of the cmake support for QCA.
This fixes the problem associated with not being able to
install the bundled certificates.

It also ensures that the plugins get installed into an
appropriate directory.

Note that this does not fix problems associated with
not finding the system certificate stores.


svn path=/trunk/kdesupport/qca/; revision=593549
2006-10-08 06:53:40 +00:00
Laurent Montel
319eca25a9 Try to compile sasl2 plugins
svn path=/trunk/kdesupport/qca/; revision=591494
2006-10-02 15:18:50 +00:00
Laurent Montel
48157e0d49 Merge my patch and duncan patch
CCMAIL: duncan@kde.org

Now we can compile qca with cmake
Need to fix plugins compile and unitest and other small error.

svn path=/trunk/kdesupport/qca/; revision=591302
2006-10-02 09:59:51 +00:00