Added new cmake variable SHARED_LIBRARY. By default is on.
When it is off QCA library, plugins, tools, examples and unittests
will be built as static. Also if is used static Qt plugins will be
built as static. Tested with Qt4.
to automatically deal with gnupg keyrings changing locations. maybe in
the future we can add some api to handle this, but right now I don't see
a strong use-case for it.
svn path=/trunk/kdesupport/qca/; revision=800339
comes from gpg.
From man gpg:
--clearsign
Make a clear text signature. The content in a clear text signature is readable without any special software.
OpenPGP software is only needed to verify the signature. Clear text signatures may modify end-of-line whites-
pace for platform independence and are not intended to be reversible.
So it is fragile to compare input and output. The best we can
do is trim the whitespace, which is really easy if we convert
the byte array to a QString and then called trimmed().
svn path=/trunk/kdesupport/qca/; revision=703479
This appears to show a problem with either signing (less likely)
or verification (more likely) for clearsigned messages.
CCMAIL: justin@affinix.com
svn path=/trunk/kdesupport/qca/; revision=702801
- 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
At the moment, this just check the keystore
functionality. It also doesn't work too well
for the case where there are no public keys.
However I think this is a problem with the
provider, not with the tests.
svn path=/trunk/kdesupport/qca/; revision=614289