I know that FF allows you to choose a CRL and it will check status against that
CRL when it finds a cert issued by the CRL issuer. Does anyone know if FF uses
the CDP in the cert or the cert's issuer name as a key to find the CRL?
The reason I ask is in regards to partitioned CRLs, where a CA co
Hi, I have a hardware token accesible via PKCS#11 which is storing private
keys and certificate like this :
certificate A, CKA_ID: 1234
certificate B, CKA_ID: 1234
priv key for certificate A, CKA_ID: 1234
priv key for certificate B, CKA_ID: 1234
Well, then I get 'certificate A' and
call org.mozi
Finally I ended up allowing my software to generate the signature and
inmediately after the signature is generated, verifying it with the
certificate's public key, it if validates then the private key used for signing
and the public key are supposed to match, if it doesn't I discard the signatur
If you take a look at the source code for
org.mozilla.jss.provider.java.security.JSSSignatureSpi
you can see how does JSS use private key for signing, basically:
CryptoToken owningToken = privKeyByCert.getOwningToken();
Signature signatureContext =
owningToken.getSignatureCon
4 matches
Mail list logo