| 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;
|
|
|
|
|