| Index: nss/lib/certhigh/ocspsig.c
|
| ===================================================================
|
| --- nss/lib/certhigh/ocspsig.c (revision 239365)
|
| +++ nss/lib/certhigh/ocspsig.c (working copy)
|
| @@ -472,8 +472,8 @@
|
| }
|
| else {
|
| responderIDTemplate = ocsp_ResponderIDByKeyTemplate;
|
| - if (!CERT_GetSPKIDigest(tmpArena, responderCert, SEC_OID_SHA1,
|
| - &rid->responderIDValue.keyHash))
|
| + if (!CERT_GetSubjectPublicKeyDigest(tmpArena, responderCert,
|
| + SEC_OID_SHA1, &rid->responderIDValue.keyHash))
|
| goto done;
|
| }
|
|
|
|
|