Juan Lang : crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Feb 24 04:48:21 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 690f98408b610705407dcd3a5e9fc6df4338193c
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=690f98408b610705407dcd3a5e9fc6df4338193c

Author: Juan Lang <juan_lang at yahoo.com>
Date:   Thu Feb 23 13:18:13 2006 -0800

crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
- implement CryptEnumOIDInfo and CryptFindOIDInfo
- implement CertOIDToAlgId and CertAlgIdToOID using CryptFindOIDInfo

---

 dlls/crypt32/.gitignore        |    1 
 dlls/crypt32/Makefile.in       |    2 
 dlls/crypt32/crypt32.rc        |   27 ++
 dlls/crypt32/crypt32_En.rc     |  166 ++++++++++
 dlls/crypt32/crypt32_private.h |    4 
 dlls/crypt32/cryptres.h        |  163 ++++++++++
 dlls/crypt32/main.c            |    4 
 dlls/crypt32/oid.c             |  649 ++++++++++++++++++++++++++++++++++------
 dlls/crypt32/tests/oid.c       |   76 +++++
 dlls/crypt32/version.rc        |   28 ++
 include/wincrypt.h             |    1 
 11 files changed, 1026 insertions(+), 95 deletions(-)
 create mode 100644 dlls/crypt32/crypt32.rc
 create mode 100644 dlls/crypt32/crypt32_En.rc
 create mode 100644 dlls/crypt32/cryptres.h
 create mode 100644 dlls/crypt32/version.rc

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=690f98408b610705407dcd3a5e9fc6df4338193c



More information about the wine-cvs mailing list