On 2010/01/18 09:52 , Kai Chan wrote: > In cert.h > (http://mxr.mozilla.org/security/source/security/nss/lib/certdb/cert.h#714), > there is a line about obsolete functions: > **OLD OBSOLETE FUNCTIONS with enum SECCertUsage - DO NOT USE FOR NEW CODE
You may assume that particular commment was written in error. All the CERT_VerifyCert* functions are equally supported. In some sense, they are all intended to be obsoleted by CERT_PKIXVerifyCert > And also in certvfy.c > (http://mxr.mozilla.org/security/source/security/nss/lib/certhigh/certvfy.c#1533): > /* obsolete, do not use for new code */ That comment has the same flaw. > That's all functions below those lines that use SECCertUsage? What > version would you be expecting to phase them out? 4.0 :) -- dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

