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

Unified Diff: mozilla/security/nss/lib/util/secoidt.h

Issue 12197027: Merge NSS_3_14_2_RTM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « mozilla/security/nss/lib/util/secoid.c ('k') | patches/nss-sqlite-tempfilename-ifdef.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mozilla/security/nss/lib/util/secoidt.h
===================================================================
--- mozilla/security/nss/lib/util/secoidt.h (revision 180567)
+++ mozilla/security/nss/lib/util/secoidt.h (working copy)
@@ -10,7 +10,7 @@
/*
* secoidt.h - public data structures for ASN.1 OID functions
*
- * $Id: secoidt.h,v 1.36 2012/06/25 21:48:41 rrelyea%redhat.com Exp $
+ * $Id: secoidt.h,v 1.37 2012/12/19 02:10:42 emaldona%redhat.com Exp $
*/
#include "secitem.h"
@@ -436,6 +436,12 @@
SEC_OID_NIST_DSA_SIGNATURE_WITH_SHA224_DIGEST = 314,
SEC_OID_NIST_DSA_SIGNATURE_WITH_SHA256_DIGEST = 315,
+ /* Microsoft Trust List Signing
+ * szOID_KP_CTL_USAGE_SIGNING
+ * where KP stands for Key Purpose
+ */
+ SEC_OID_MS_EXT_KEY_USAGE_CTL_SIGNING = 316,
+
SEC_OID_TOTAL
} SECOidTag;
« no previous file with comments | « mozilla/security/nss/lib/util/secoid.c ('k') | patches/nss-sqlite-tempfilename-ifdef.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698