canmove, Confirmed users
937
edits
No edit summary |
No edit summary |
||
| Line 168: | Line 168: | ||
'''Key transport method''' | '''Key transport method''' | ||
|| | || | ||
[http://wiki.mozilla.org/VE_09#VE.09.31.01 VE.09.31 | [http://wiki.mozilla.org/VE_09#VE.09.31.01 VE.09.31.01] | ||
|| | || | ||
RSA encryption is the only | RSA encryption (Key Wrapping using RSA keys) is the only key transport | ||
method that VE.09.31.01 applies to. | method that VE.09.31.01 applies to. The pairwise consistency check, as defined in AS09.31, is implemented in the [http://www.mozilla.org/projects/security/pki/nss/fips/nss-source/mozilla/security/nss/lib/softoken/pkcs11c.c.dep.html#sftk_PairwiseConsistencyCheck sftk_PairwiseConsistencyCheck] function. See the source code under the comment "Pairwise Consistency Check of Encrypt/Decrypt." | ||
|| Draft | || Draft | ||
|- | |- | ||
| Line 186: | Line 179: | ||
[http://wiki.mozilla.org/VE_09#VE.09.33.01 VE.09.33.01 ] | [http://wiki.mozilla.org/VE_09#VE.09.33.01 VE.09.33.01 ] | ||
|| | || | ||
The [http://www.mozilla.org/projects/security/pki/nss/fips/nss-source/mozilla/security/nss/lib/softoken/pkcs11c.c.dep.html#sftk_PairwiseConsistencyCheck sftk_PairwiseConsistencyCheck] function of the module tests the pairwise consistency of the public and private keys used for digital signatures by the calculation and verification of a signature. If the signature cannot be verified, the test fails. | The [http://www.mozilla.org/projects/security/pki/nss/fips/nss-source/mozilla/security/nss/lib/softoken/pkcs11c.c.dep.html#sftk_PairwiseConsistencyCheck sftk_PairwiseConsistencyCheck] function of the module tests the pairwise consistency of the public and private keys used for digital signatures by the calculation and verification of a signature. If the signature cannot be verified, the test fails. See the source code under the comment "Pairwise Consistency Check of Sign/Verify." | ||
|| Draft | || Draft | ||
|- | |- | ||