Brad Hards
017fabc468
Minor API documentation update.
...
svn path=/trunk/kdesupport/qca/; revision=685185
2007-07-08 06:52:20 +00:00
Brad Hards
59b43209dc
Update description for unit testing, including trying to provide
...
a bit of guidance to users.
svn path=/trunk/kdesupport/qca/; revision=685164
2007-07-08 05:40:09 +00:00
Brad Hards
f3d4868398
Rework the MD5 and SHA1 file tests to remove reliance
...
on additional files (not provided with QCA).
This also makes the tests run much, much faster.
svn path=/trunk/kdesupport/qca/; revision=685152
2007-07-08 04:50:36 +00:00
Brad Hards
2ba165058f
This test is worth keeping for when we properly support
...
Sender Name Indication (i.e. with openssl 0.9.9)
svn path=/trunk/kdesupport/qca/; revision=685120
2007-07-08 04:29:59 +00:00
Brad Hards
5547b5554b
Handle the case where we don't have a provider for Certificate or CRL.
...
This should make the tests less fragile.
svn path=/trunk/kdesupport/qca/; revision=685068
2007-07-08 03:03:39 +00:00
Brad Hards
0caa39cf1a
Reduce the scope of the unit testing, in order to make the tests
...
less brittle.
Specifically, the test of which providers are available is now gone,
and the capabilities test now only checks for the "built-in" providers.
svn path=/trunk/kdesupport/qca/; revision=685059
2007-07-08 02:11:06 +00:00
Justin Karneges
fdbd80e98b
respect disableServerSendLast
...
svn path=/trunk/kdesupport/qca/; revision=685051
2007-07-08 02:02:59 +00:00
Brad Hards
3796c82e90
Fix a gcc warning, and also protect from a possible mess
...
if sasl_getprop() fails.
svn path=/trunk/kdesupport/qca/; revision=684702
2007-07-07 04:35:27 +00:00
Justin Karneges
57047edea3
peerCertificateAvailable signal
...
svn path=/trunk/kdesupport/qca/; revision=684526
2007-07-06 19:50:55 +00:00
Justin Karneges
facac9f2f0
tls session resuming, firstStepDone changed to certificateRequested
...
svn path=/trunk/kdesupport/qca/; revision=684510
2007-07-06 18:57:03 +00:00
Justin Karneges
e4c50c2aa2
flag for when server requests a certificate
...
svn path=/trunk/kdesupport/qca/; revision=684491
2007-07-06 18:03:29 +00:00
Helio Castro
dfa51b0319
- Add extended cmake crypto entries
...
svn path=/trunk/kdesupport/qca/; revision=684364
2007-07-06 14:46:36 +00:00
Justin Karneges
4ad52e4ebb
convenience methods to set certs from keybundle
...
svn path=/trunk/kdesupport/qca/; revision=684113
2007-07-06 07:16:11 +00:00
Justin Karneges
db1e37e29d
update
...
svn path=/trunk/kdesupport/qca/; revision=684065
2007-07-06 02:29:48 +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
9f5874cd05
make loaded passive entries work
...
svn path=/trunk/kdesupport/qca/; revision=684062
2007-07-06 01:46:40 +00:00
Justin Karneges
a4c3fa5579
update
...
svn path=/trunk/kdesupport/qca/; revision=684051
2007-07-06 00:41:18 +00:00
Justin Karneges
b18050cd71
use qca for layer tracking
...
svn path=/trunk/kdesupport/qca/; revision=684050
2007-07-06 00:38:53 +00:00
Justin Karneges
e46735b742
handle situation where socket closes before ssl closes
...
svn path=/trunk/kdesupport/qca/; revision=684049
2007-07-06 00:38:07 +00:00
Justin Karneges
b5dae4b1dd
built-in layertracker
...
svn path=/trunk/kdesupport/qca/; revision=684048
2007-07-06 00:35:13 +00:00
Justin Karneges
c16931a842
more refactoring, but still unfinished
...
svn path=/trunk/kdesupport/qca/; revision=684041
2007-07-05 23:33:32 +00:00
Justin Karneges
e6a602e06b
allow specifying no flags
...
svn path=/trunk/kdesupport/qca/; revision=684040
2007-07-05 23:32:34 +00:00
Justin Karneges
d6bdaea6a6
match the api
...
svn path=/trunk/kdesupport/qca/; revision=684039
2007-07-05 23:29:17 +00:00
Stefan Monov
627c937893
fixing build, not sure why QLatin1String was there in the first place. haven't tested.
...
svn path=/trunk/kdesupport/qca/; revision=683214
2007-07-04 11:46:01 +00:00
Justin Karneges
8a073803f9
sasl now should work async, but it is totally unclean and probably wrong
...
svn path=/trunk/kdesupport/qca/; revision=683038
2007-07-04 01:22:12 +00:00
Justin Karneges
2335506d27
emit resultsReady as necessary
...
svn path=/trunk/kdesupport/qca/; revision=683037
2007-07-04 01:18:16 +00:00
Justin Karneges
f823ea4219
complete tls, supports async and dtls interface now
...
svn path=/trunk/kdesupport/qca/; revision=683036
2007-07-04 00:54:52 +00:00
Justin Karneges
58097350d8
need to emit resultsReady after start
...
svn path=/trunk/kdesupport/qca/; revision=683035
2007-07-04 00:53:51 +00:00
Justin Karneges
3343a7989e
support for firstStepDone, call continueAfterStep properly
...
svn path=/trunk/kdesupport/qca/; revision=683034
2007-07-04 00:53:10 +00:00
Justin Karneges
fab528b69b
use specifyEncoded properly
...
svn path=/trunk/kdesupport/qca/; revision=683026
2007-07-03 23:27:37 +00:00
Brad Hards
d320c70b3c
Update to reflect renaming of the OpenSSL plugin.
...
svn path=/trunk/kdesupport/qca/; revision=681810
2007-06-30 11:35:22 +00:00
Justin Karneges
e178076f3f
need to emit busyEnd
...
svn path=/trunk/kdesupport/qca/; revision=681693
2007-06-29 21:34:01 +00:00
Justin Karneges
6152c977c0
follow qca-openssl -> qca-ossl rename
...
svn path=/trunk/kdesupport/qca/; revision=681691
2007-06-29 21:30:22 +00:00
Justin Karneges
dc8c93c118
unittests expect this response
...
svn path=/trunk/kdesupport/qca/; revision=681690
2007-06-29 21:29:12 +00:00
Justin Karneges
4d1c9ffbe2
fix cmake build after rename
...
svn path=/trunk/kdesupport/qca/; revision=681687
2007-06-29 21:10:53 +00:00
Justin Karneges
d8773cf850
more qca-openssl to qca-ossl renaming
...
svn path=/trunk/kdesupport/qca/; revision=681659
2007-06-29 19:51:37 +00:00
Justin Karneges
3cb2a121d5
rename qca-openssl to qca-ossl
...
svn path=/trunk/kdesupport/qca/; revision=681656
2007-06-29 19:29:31 +00:00
Justin Karneges
33f0b72987
start() should cause busyEnd, not setUpdatesEnabled
...
svn path=/trunk/kdesupport/qca/; revision=681651
2007-06-29 19:08:16 +00:00
Justin Karneges
331a1d0e24
don't allow deleting KeyStoreManager during tracker_updated
...
svn path=/trunk/kdesupport/qca/; revision=681482
2007-06-29 05:01:31 +00:00
Justin Karneges
da75f343de
follow api changes
...
svn path=/trunk/kdesupport/qca/; revision=681428
2007-06-28 22:11:06 +00:00
Justin Karneges
788168cafa
update
...
svn path=/trunk/kdesupport/qca/; revision=681378
2007-06-28 19:03:07 +00:00
Justin Karneges
ea6d9e5dab
completion result, validateflags
...
svn path=/trunk/kdesupport/qca/; revision=681370
2007-06-28 18:53:41 +00:00
Justin Karneges
2b8e201018
update patch to reflect tree
...
svn path=/trunk/kdesupport/qca/; revision=680626
2007-06-26 18:36:24 +00:00
Justin Karneges
3ee8350826
securemessage bytesWritten
...
svn path=/trunk/kdesupport/qca/; revision=680322
2007-06-25 22:02:34 +00:00
Justin Karneges
aabc8961d8
Hostname -> HostName
...
svn path=/trunk/kdesupport/qca/; revision=680274
2007-06-25 20:01:47 +00:00
Justin Karneges
3a5009ce8a
Hostname -> HostName
...
svn path=/trunk/kdesupport/qca/; revision=680269
2007-06-25 19:39:00 +00:00
Justin Karneges
61528f9968
SNI for server mode
...
svn path=/trunk/kdesupport/qca/; revision=680254
2007-06-25 19:08:05 +00:00
Dirk Mueller
6134287b9e
the usual "daily unbreak compilation"
...
svn path=/trunk/kdesupport/qca/; revision=680219
2007-06-25 17:03:58 +00:00
Brad Hards
9b662ae30f
API documentation updates.
...
svn path=/trunk/kdesupport/qca/; revision=680073
2007-06-25 11:28:25 +00:00
Justin Karneges
ba3aea15a6
issuerLocations, ocspLocations
...
svn path=/trunk/kdesupport/qca/; revision=679855
2007-06-25 05:25:11 +00:00