Juan Lang : include: Add a few missing OIDs.

Alexandre Julliard julliard at winehq.org
Mon Mar 15 12:19:39 CDT 2010


Module: wine
Branch: master
Commit: 8447844d81505864360940056f2eb29b548bfc0d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8447844d81505864360940056f2eb29b548bfc0d

Author: Juan Lang <juan.lang at gmail.com>
Date:   Fri Mar  5 14:20:20 2010 -0800

include: Add a few missing OIDs.

---

 include/wincrypt.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/wincrypt.h b/include/wincrypt.h
index ad51e09..e536213 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -2782,6 +2782,9 @@ typedef struct _CTL_FIND_SUBJECT_PARA
 #define szOID_RSA_MD5RSA                    "1.2.840.113549.1.1.4"
 #define szOID_RSA_SHA1RSA                   "1.2.840.113549.1.1.5"
 #define szOID_RSA_SET0AEP_RSA               "1.2.840.113549.1.1.6"
+#define szOID_RSA_SHA256RSA                 "1.2.840.113549.1.1.11"
+#define szOID_RSA_SHA384RSA                 "1.2.840.113549.1.1.12"
+#define szOID_RSA_SHA512RSA                 "1.2.840.113549.1.1.13"
 #define szOID_RSA_DH                        "1.2.840.113549.1.3.1"
 #define szOID_RSA_data                      "1.2.840.113549.1.7.1"
 #define szOID_RSA_signedData                "1.2.840.113549.1.7.2"




More information about the wine-cvs mailing list