--- a/cryptoservices/certificateandkeymgmt/inc/x509cert.h Mon Oct 12 10:17:04 2009 +0300
+++ b/cryptoservices/certificateandkeymgmt/inc/x509cert.h Fri Nov 06 13:21:00 2009 +0200
@@ -33,18 +33,31 @@
#include <x500dn.h>
#include <asn1enc.h>
+_LIT(KRSA,"1.2.840.113549.1.1.1");
_LIT(KMD2WithRSA,"1.2.840.113549.1.1.2");
_LIT(KMD5WithRSA,"1.2.840.113549.1.1.4");
_LIT(KSHA1WithRSA,"1.2.840.113549.1.1.5");
-_LIT(KDSAWithSHA1,"1.2.840.10040.4.3");
+
+_LIT(KSHA256WithRSA,"1.2.840.113549.1.1.11");
+_LIT(KSHA384WithRSA,"1.2.840.113549.1.1.12");
+_LIT(KSHA512WithRSA,"1.2.840.113549.1.1.13");
+_LIT(KSHA224WithRSA,"1.2.840.113549.1.1.14");
-_LIT(KRSA,"1.2.840.113549.1.1.1");
+_LIT(KDSA,"1.2.840.10040.4.1");
+_LIT(KDSAWithSHA1, "1.2.840.10040.4.3");
+
_LIT(KDH,"1.2.840.10046.2.1");
-_LIT(KDSA,"1.2.840.10040.4.1");
+
_LIT(KMD5,"1.2.840.113549.2.5");
_LIT(KMD2,"1.2.840.113549.2.2");
_LIT(KSHA1,"1.3.14.3.2.26");
+_LIT(KSHA256,"2.16.840.1.101.3.4.2.1");
+_LIT(KSHA384,"2.16.840.1.101.3.4.2.2");
+_LIT(KSHA512,"2.16.840.1.101.3.4.2.3");
+_LIT(KSHA224,"2.16.840.1.101.3.4.2.4");
+
+
/** The maximum number of allowed data elements.
*
* @since v7.0 */