зеркало из https://github.com/mozilla/pjs.git
Make sure the signature key verification checks get ran if the key can
do signing.
This commit is contained in:
Родитель
b33095e693
Коммит
0c8f1d8d25
|
@ -1495,7 +1495,7 @@ pk11_PairwiseConsistencyCheck(SECKEYPublicKey *pubKey,
|
|||
/**********************************************/
|
||||
|
||||
canSignVerify = PK11_HasAttributeSet ( privKey->pkcs11Slot,
|
||||
privKey->pkcs11ID, CKA_VERIFY);
|
||||
privKey->pkcs11ID, CKA_SIGN);
|
||||
|
||||
if (canSignVerify)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче