Closed Bug 45303 Opened 24 years ago Closed 24 years ago

printing cert fingerprints

Categories

(NSS :: Tools, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bugz, Assigned: bugz)

Details

put into certutil.c what should be in secutil.c, but SECU_PrintCertificate
received a decoded DER, not the full DER.
fixed, now pp can show fingerprints also.
http://bonsai.mozilla.org/cvsview2.cgi?command=DIRECTORY&subdir=mozilla/security/nss/cmd/certutil&files=certutil.c&root=/cvsroot

http://bonsai.mozilla.org/cvsview2.cgi?command=DIRECTORY&subdir=mozilla/security/nss/cmd/lib&files=secutil.c+secutil.h&root=/cvsroot
Status: NEW → RESOLVED
Closed: 24 years ago
QA Contact: lord → wtc
Resolution: --- → FIXED
Target Milestone: --- → 3.1
Sadly, the changes made to resolve this bug introduced a serious regression
which was not detected for almost 3 years.  :-/
These changes caused certutil and pp to print the same MD5 and SHA1 fingerprint
values for ALL certs, because the SECItem being passed to the printing
function was always zero length.  
See bug 220016 for the resolution to this problem.
You need to log in before you can comment on or make changes to this bug.