Skip to content

Commit

Permalink
Bug 1346239 - pk12util can't import RSA-PSS certificate+key file to N…
Browse files Browse the repository at this point in the history
…SS database, r=kaie, r=rrelyea
  • Loading branch information
ueno committed Mar 13, 2017
1 parent 9a506c7 commit 9dc7d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/softoken/pkcs11c.c
Expand Up @@ -5591,6 +5591,7 @@ sftk_unwrapPrivateKey(SFTKObject *key, SECItem *bpki)

switch (SECOID_GetAlgorithmTag(&pki->algorithm)) {
case SEC_OID_PKCS1_RSA_ENCRYPTION:
case SEC_OID_PKCS1_RSA_PSS_SIGNATURE:
keyTemplate = nsslowkey_RSAPrivateKeyTemplate;
paramTemplate = NULL;
paramDest = NULL;
Expand Down

0 comments on commit 9dc7d5f

Please sign in to comment.