Ivan Romanov
ed4a05f674
qcatool: use native dir separators for output on console
2014-09-24 18:03:37 +06:00
Ivan Romanov
4b8e2214cd
added new functiion pluginPaths
...
Retrieve plugin paths. It consists of:
1. QCA_PLUGIN_PATH environment if set.
2. QCoreApplication::libraryPaths() .
3. Directory where plugins were installed.
QCA_PLUGIN_PATH is paths list like PATH or QT_PLUGIN_PATH.
It uses system path separator. ";" on Windows and ":" on Unix.
Also qcatool now uses this function.
2014-09-24 17:47:35 +06:00
Ivan Romanov
2950458c77
qcatool: prevent crash when only options on command line without any commands
2014-09-23 18:32:25 +06:00
Ivan Romanov
e2ff4f0a61
new cmake option DEVELOPER_MODE
...
DEVELOPER_MODE is designed for various developer issues. Now this mode
forced to use plugins only from build tree. To avoid excess plugins
from system QCA. Also now not need to set QT_PLUGIN_PATH to use plugins
from QCA build tree.
2014-01-07 04:47:18 +06:00
Ivan Romanov
6bf4e5213e
Define QCA version only in cmake rules
...
Added new generated public include qca_version.h.
Also add new version DEFINES
QCA_MAJOR_VERSION
QCA_MINOR_VERSION
QCA_PATCH_VERSION
QCA_VERSION_STR
QCA_VERSION_CHECK(major, minor, patch)
and new version functions
const char *qcaVersionStr()
int qcaMajorVersion()
int qcaMinorVersion()
int qcaPatchVersion()
2014-01-03 14:37:00 +06:00
Ivan Romanov
6d690c0070
Build static QCA
...
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.
2014-01-02 03:50:18 +06:00
Ivan Romanov
013d6846fc
oops, some changes for previous commit
...
forgot fix qcatool usage
forgot rename qcatool manpage
2013-10-02 22:23:33 +06:00
David Faure
57ce5c3bc9
Port to Qt5 by Ivan Romanov <drizt@land.ru>
...
svn path=/trunk/kdesupport/qca/; revision=1347515
2013-04-02 11:00:43 +00:00
Justin Karneges
1df0a8e5d9
fix return value warnings
...
svn path=/trunk/kdesupport/qca/; revision=1201472
2010-11-27 20:38:00 +00:00
Justin Karneges
b982fe98f0
prepare for 2.0.3 release
...
svn path=/trunk/kdesupport/qca/; revision=1201470
2010-11-27 20:34:37 +00:00
Brad Hards
d6774e9a57
Display the list of capabilities of each provider for the "plugins" command, if we're in debug mode.
...
svn path=/trunk/kdesupport/qca/; revision=1024107
2009-09-16 02:51:43 +00:00
Justin Karneges
f4bec75e39
really set version to 2.0.2
...
svn path=/trunk/kdesupport/qca/; revision=961313
2009-04-29 21:43:35 +00:00
Albert Astals Cid
ece6dbfe27
save some unnecessary copies
...
svn path=/trunk/kdesupport/qca/; revision=815911
2008-06-02 20:20:37 +00:00
Justin Karneges
3722d45473
ability to clear a string entry
...
svn path=/trunk/kdesupport/qca/; revision=812525
2008-05-25 17:11:37 +00:00
Justin Karneges
ac119bc046
update qca version to 2.0.1
...
update qcatool version to 2.0.1
svn path=/trunk/kdesupport/qca/; revision=810570
2008-05-21 00:30:15 +00:00
Justin Karneges
3fba35bfcf
respect blank lines in diagnostic text
...
svn path=/trunk/kdesupport/qca/; revision=810529
2008-05-20 22:24:18 +00:00
Justin Karneges
ea5acb9ec5
better support for displaying pgp keys
...
svn path=/trunk/kdesupport/qca/; revision=800357
2008-04-23 23:59:05 +00:00
Rolf Eike Beer
6d8e902ce9
Add const to logging functions to shut up newer gcc versions
...
svn path=/trunk/kdesupport/qca/; revision=728492
2007-10-23 13:11:38 +00:00
Justin Karneges
79ca34e298
display cert fingerprints
...
svn path=/trunk/kdesupport/qca/; revision=702423
2007-08-20 15:58:28 +00:00
Justin Karneges
a42edc8d97
check for pem/der rather than guess
...
svn path=/trunk/kdesupport/qca/; revision=702408
2007-08-20 15:16:08 +00:00
Justin Karneges
e31ddc9c7d
prompting for unavailable entries
...
svn path=/trunk/kdesupport/qca/; revision=684063
2007-07-06 01:47:35 +00:00
Justin Karneges
87c0c1c64e
use getChar
...
svn path=/trunk/kdesupport/qca/; revision=678666
2007-06-21 22:38:43 +00:00
Justin Karneges
d39b4a033f
only wait if store:obj is passed
...
svn path=/trunk/kdesupport/qca/; revision=677774
2007-06-19 21:39:27 +00:00
Justin Karneges
6e6401b0d3
follow ConstraintType api changes
...
svn path=/trunk/kdesupport/qca/; revision=675730
2007-06-14 21:32:04 +00:00
Christian Ehrlicher
eaab196763
compile++
...
svn path=/trunk/kdesupport/qca/; revision=673044
2007-06-08 20:40:22 +00:00
Justin Karneges
385fac08e3
getters
...
svn path=/trunk/kdesupport/qca/; revision=672757
2007-06-08 03:47:24 +00:00
Justin Karneges
5a97d03b5b
CertificateInfoType is now a class, average uses are still API compatible
...
svn path=/trunk/kdesupport/qca/; revision=672697
2007-06-07 21:31:12 +00:00
Justin Karneges
b7139b89b1
executable is called qcatool2 now
...
svn path=/trunk/kdesupport/qca/; revision=669910
2007-05-30 19:15:29 +00:00
Justin Karneges
478f48751e
finish pkcs11 configurator
...
svn path=/trunk/kdesupport/qca/; revision=665423
2007-05-16 21:46:00 +00:00
Justin Karneges
93f0e9143a
provider configurator, partial work on a pkcs#11-specific configurator
...
svn path=/trunk/kdesupport/qca/; revision=665147
2007-05-16 01:04:15 +00:00
Justin Karneges
98ae96b995
qcatool is 1.0
...
svn path=/trunk/kdesupport/qca/; revision=664920
2007-05-15 06:52:55 +00:00
Justin Karneges
8236a76a27
check for features as needed
...
svn path=/trunk/kdesupport/qca/; revision=664919
2007-05-15 06:47:19 +00:00
Justin Karneges
0cf76322e4
cleanup exportcerts
...
svn path=/trunk/kdesupport/qca/; revision=664900
2007-05-15 05:55:19 +00:00
Justin Karneges
d21f0496dc
support multiple decryption keys for smime
...
svn path=/trunk/kdesupport/qca/; revision=664870
2007-05-15 03:07:50 +00:00
Justin Karneges
ba0d806793
support multiple signers during verification
...
svn path=/trunk/kdesupport/qca/; revision=664868
2007-05-15 02:50:43 +00:00
Justin Karneges
4c9545a42b
support for non-bundled cert smime sign and verification
...
svn path=/trunk/kdesupport/qca/; revision=664843
2007-05-14 23:18:48 +00:00
Justin Karneges
7bbb24b51b
--debug now prints keystore and secure message diagnostic text
...
svn path=/trunk/kdesupport/qca/; revision=664802
2007-05-14 21:31:53 +00:00
Justin Karneges
ae4ed5d4ac
ability to display crls, as well as keybundle primary certs (without extraction step)
...
svn path=/trunk/kdesupport/qca/; revision=664497
2007-05-14 06:15:56 +00:00
Justin Karneges
725cec3334
take out explicit passphrase from get_K, as this is handled by PassphrasePrompt
...
svn path=/trunk/kdesupport/qca/; revision=664494
2007-05-14 05:37:05 +00:00
Justin Karneges
463e51c40a
detect for token insert during token prompt, add 'keystore monitor' mode, don't activate the keystore subsystem unless it is actually used
...
svn path=/trunk/kdesupport/qca/; revision=664432
2007-05-13 22:36:52 +00:00
Justin Karneges
c73daa4fb7
hash the keystore id just like we do with entry ids
...
svn path=/trunk/kdesupport/qca/; revision=662426
2007-05-08 05:15:25 +00:00
Justin Karneges
c891403e77
some more todos
...
svn path=/trunk/kdesupport/qca/; revision=661262
2007-05-05 01:14:54 +00:00
Justin Karneges
fd2e00c610
forgot an argument check
...
svn path=/trunk/kdesupport/qca/; revision=660850
2007-05-03 22:19:30 +00:00
Justin Karneges
8b7b7295b9
new KeyStoreInfo class to hold details for asker
...
svn path=/trunk/kdesupport/qca/; revision=658130
2007-04-26 01:55:37 +00:00
Justin Karneges
880d1f315b
non-advanced mode should default to user cert (non-CA) generation
...
svn path=/trunk/kdesupport/qca/; revision=658121
2007-04-26 00:38:35 +00:00
Justin Karneges
22a8397b0c
async prompter
...
svn path=/trunk/kdesupport/qca/; revision=656316
2007-04-21 00:01:13 +00:00
Brad Hards
2d54e1225a
krazy cleanups.
...
svn path=/trunk/kdesupport/qca/; revision=654946
2007-04-17 12:07:11 +00:00
Alon Bar-Lev
c434d94e8d
Add quiet log level
...
svn path=/trunk/kdesupport/qca/; revision=653862
2007-04-14 12:25:06 +00:00
Alon Bar-Lev
e82ab7529a
Add logging into qcatool
...
svn path=/trunk/kdesupport/qca/; revision=653847
2007-04-14 12:02:03 +00:00
Matt Rogers
d9b7660899
there are no signals or slots here, so remove the Q_OBJECT macro.
...
Fixes compilation with cmake
svn path=/trunk/kdesupport/qca/; revision=653743
2007-04-14 04:18:29 +00:00