Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: nss/mozilla/security/nss/lib/certdb/certt.h

Issue 3135002: Update to NSS 3.12.7 and NSPR 4.8.6.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: nss/mozilla/security/nss/lib/certdb/certt.h
===================================================================
--- nss/mozilla/security/nss/lib/certdb/certt.h (revision 55475)
+++ nss/mozilla/security/nss/lib/certdb/certt.h (working copy)
@@ -36,7 +36,7 @@
/*
* certt.h - public data structures for the certificate library
*
- * $Id: certt.h,v 1.52 2009/05/29 18:10:38 alexei.volkov.bugs%sun.com Exp $
+ * $Id: certt.h,v 1.54 2010/06/18 00:34:22 wtc%google.com Exp $
*/
#ifndef _CERTT_H_
#define _CERTT_H_
@@ -253,7 +253,7 @@
unsigned int rawKeyUsage; /* value of the key usage extension */
PRBool keyUsagePresent; /* was the key usage extension present */
PRUint32 nsCertType; /* value of the ns cert type extension */
- /* must be 32-bit for PR_AtomicSet */
+ /* must be 32-bit for PR_ATOMIC_SET */
/* these values can be set by the application to bypass certain checks
* or to keep the cert in memory for an entire session.
@@ -911,7 +911,8 @@
cert_pi_policyOID = 4, /* validate certificate for policy OID.
* Specified in value.array.oids. Cert must
* be good for at least one OID in order
- * to validate. Default is no policyOID */
+ * to validate. Default is that the user is not
+ * concerned about certificate policy. */
cert_pi_policyFlags = 5, /* flags for each policy specified in policyOID.
* Specified in value.scalar.ul. Policy flags
* apply to all specified oids.

Powered by Google App Engine
This is Rietveld 408576698