Module: wine Branch: refs/heads/master Commit: 690f98408b610705407dcd3a5e9fc6df4338193c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=690f98408b610705407dcd3a...
Author: Juan Lang juan_lang@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=690f98408b610705407d...