Revision 529009

Go back to digest for 16th April 2006

Bug Fixes in KDE Base

Brad Hards committed changes in /trunk/kdesupport/qca/unittest/cms/cms.cpp:

OK, it turns out that when you reset(), you have
to put the keys/certs back in. With that, it stops
asserting. Then it just fails to compare the messages.
If you encrypt the same data, with the same certs,
twice, you don't get the same result each time.

So I added the decrypt part, including re-use, and
checked that if you encrypt the same data twice, then
each decrypt produces the same result, and that result
is exactly what you started with. The test now passes.

File Changes

Modified 1 files
  • /trunk/kdesupport/qca/unittest/cms/cms.cpp
1 files changed in total