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

Unified Diff: nss/mozilla/security/nss/lib/util/secoidt.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/util/secoidt.h
===================================================================
--- nss/mozilla/security/nss/lib/util/secoidt.h (revision 55475)
+++ nss/mozilla/security/nss/lib/util/secoidt.h (working copy)
@@ -43,7 +43,7 @@
/*
* secoidt.h - public data structures for ASN.1 OID functions
*
- * $Id: secoidt.h,v 1.30 2009/04/14 02:04:08 alexei.volkov.bugs%sun.com Exp $
+ * $Id: secoidt.h,v 1.31 2010/05/28 01:26:07 wtc%google.com Exp $
*/
#include "secitem.h"
@@ -450,6 +450,12 @@
SEC_OID_X509_ANY_POLICY = 303,
+ SEC_OID_PKCS1_RSA_OAEP_ENCRYPTION = 304,
+ SEC_OID_PKCS1_MGF1 = 305,
+ SEC_OID_PKCS1_PSPECIFIED = 306,
+ SEC_OID_PKCS1_RSA_PSS_SIGNATURE = 307,
+ SEC_OID_PKCS1_SHA224_WITH_RSA_ENCRYPTION = 308,
+
SEC_OID_TOTAL
} SECOidTag;

Powered by Google App Engine
This is Rietveld 408576698