4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-10 17:59:33 +00:00

Fix serialization constraint

svn path=/trunk/kdesupport/qca/; revision=653817
This commit is contained in:
Alon Bar-Lev 2007-04-14 10:19:57 +00:00
parent d9b7660899
commit 217638e829

@ -2300,7 +2300,7 @@ pkcs11KeyStoreListContext::deserializeCertificateId (
QStringList list = from.split ("/");
if (list.size () < 3) {
if (list.size () < 5) {
throw pkcs11Exception (CKR_FUNCTION_FAILED, "Invalid serialization");
}