http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9720316
)
include: Add a few missing OIDs.
author
Juan Lang
<juan.lang@gmail.com>
Fri, 5 Mar 2010 22:20:20 +0000
(14:20 -0800)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 15 Mar 2010 14:06:11 +0000
(15:06 +0100)
include/wincrypt.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wincrypt.h
b/include/wincrypt.h
index ad51e096687fb4a0fc74eb7e69ed830a3f900c4c..e536213a771ffeb6e37ccf6e4baad9fca0296c26 100644
(file)
--- 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"