Finn Fonnaas wrote: > > Hi, > I've used Signtool 1.3 under win95 to create an object signing > certificate. > Communicator reports the Certificate as verified. > Signtool -l tells it good for signing objects, but > signtool -Z reports: Certificate extension not found > > What is wrong???
Well, IMO, that error (Cert extension not found) should be an NSS internal error only. It is returned by a low level function that tries to find a specific extension in a certificate. If that function fails, and the absense of the extension is a problem for the higher level function, the higher level function should set a more meaning error code, IMO. I went through SSL a long time ago to make sure that SSL never returns that error code. Perhaps the same thing should be done for the CERT functions in signtool. -- Nelson Bolyard Netscape Disclaimer: I speak for myself, not for Netscape
