2006-05-20 |
Juan Lang | crypt32: Move CertFindCertificateInStore and related...
|
commit | commitdiff | tree |
2006-05-20 |
Juan Lang | crypt32: Move context interface definition to common...
|
commit | commitdiff | tree |
2006-05-18 |
Juan Lang | crypt32: Add stubs for CertDuplicateCRLContext and...
|
commit | commitdiff | tree |
2006-05-17 |
Juan Lang | crypt32: Get rid of CRYPT_CreateCertificateContext...
|
commit | commitdiff | tree |
2006-05-16 |
Juan Lang | crypt32: Split the unwieldy encode.c into two files.
|
commit | commitdiff | tree |
2006-05-16 |
Juan Lang | crypt32: Support CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID...
|
commit | commitdiff | tree |
2006-05-16 |
Juan Lang | crypt32: Use the caller-supplied encoding type when...
|
commit | commitdiff | tree |
2006-05-16 |
Juan Lang | crypt32: Add more tests for adding certs to a store.
|
commit | commitdiff | tree |
2006-05-16 |
Juan Lang | crypt32: Implement CertCompare functions, with tests.
|
commit | commitdiff | tree |
2006-05-16 |
Juan Lang | crypt32: Test importing public keys from a certificate.
|
commit | commitdiff | tree |
2006-05-16 |
Juan Lang | crypt32: Avoid a use-after-free bug in tests.
|
commit | commitdiff | tree |
2006-05-15 |
Juan Lang | crypt32: Use the HRESULT synonyms for converted Win32...
|
commit | commitdiff | tree |
2006-05-10 |
Juan Lang | crypt32: Partially implement CertGetIssuerCertificateFromStore.
|
commit | commitdiff | tree |
2006-05-10 |
Juan Lang | crypt32: Implement CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT...
|
commit | commitdiff | tree |
2006-05-09 |
Juan Lang | crypt32: Simplify OID decoding
|
commit | commitdiff | tree |
2006-04-12 |
Juan Lang | msi: Fix possible crash bugs in error path.
|
commit | commitdiff | tree |
2006-04-11 |
Juan Lang | ntdll: Initialize a variable.
|
commit | commitdiff | tree |
2006-04-11 |
Juan Lang | crypt32: Fix a typo caught by coverity.
|
commit | commitdiff | tree |
2006-04-06 |
Juan Lang | crypt32: Implement CertCreateSelfSignCertificate, with...
|
commit | commitdiff | tree |
2006-04-06 |
Juan Lang | crypt32: Add support for the CERT_KEY_PROV_INFO_PROP_ID...
|
commit | commitdiff | tree |
2006-03-30 |
Juan Lang | crypt32: Tiny fixes.
|
commit | commitdiff | tree |
2006-03-30 |
Juan Lang | crypt32: Fix certificate adding
|
commit | commitdiff | tree |
2006-03-17 |
Juan Lang | crypt32: Implement CertGetSubjectCertificateFromStore.
|
commit | commitdiff | tree |
2006-03-16 |
Juan Lang | crypt32: Tighten CertDuplicateCertificateContext test.
|
commit | commitdiff | tree |
2006-03-13 |
Juan Lang | crypt32: Abstract contexts.
|
commit | commitdiff | tree |
2006-03-10 |
Juan Lang | crypt32: Move context properties to a separate file.
|
commit | commitdiff | tree |
2006-03-08 |
Juan Lang | crypt32: Implement CertGetValidUsages.
|
commit | commitdiff | tree |
2006-03-07 |
Juan Lang | crypt32: Simplify stores.
|
commit | commitdiff | tree |
2006-03-04 |
Juan Lang | crypt32: Move serialization functions to serialize.c.
|
commit | commitdiff | tree |
2006-03-03 |
Juan Lang | crypt32: Implement CertDuplicateStore.
|
commit | commitdiff | tree |
2006-03-01 |
Juan Lang | crypt32: Use CertFindCertificateInStore to simplify...
|
commit | commitdiff | tree |
2006-03-01 |
Juan Lang | crypt32: Eliminate an unnecessary function pointer...
|
commit | commitdiff | tree |
2006-02-28 |
Juan Lang | crypt32: Correct compile problem on gcc 2.95.
|
commit | commitdiff | tree |
2006-02-24 |
Juan Lang | crypt32: Use public functions during serialization...
|
commit | commitdiff | tree |
2006-02-24 |
Juan Lang | crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
|
commit | commitdiff | tree |
2006-02-23 |
Juan Lang | wincrypt: Add OIDs.
|
commit | commitdiff | tree |
2006-02-23 |
Juan Lang | crypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
|
commit | commitdiff | tree |
2006-02-23 |
Juan Lang | crypt32: Implement CertFindCertificateInStore, with...
|
commit | commitdiff | tree |
2006-02-22 |
Juan Lang | crypt32: Tidy up tests.
|
commit | commitdiff | tree |
2006-02-22 |
Juan Lang | crypt32: Add stubs for CryptFindOIDInfo and I_CryptInstallAs...
|
commit | commitdiff | tree |
2006-02-18 |
Juan Lang | wintrust: Add some stubs.
|
commit | commitdiff | tree |
2006-02-18 |
Juan Lang | crypt32: Implement enhanced key usage.
|
commit | commitdiff | tree |
2006-02-17 |
Juan Lang | crypt32: Move certificate store functions to their...
|
commit | commitdiff | tree |
2006-02-16 |
Juan Lang | crypt32: More encoding/decoding.
|
commit | commitdiff | tree |
2006-02-16 |
Juan Lang | crypt32: Simplify CertOpenSystemStore, fix CertDuplicateCert...
|
commit | commitdiff | tree |
2006-02-16 |
Juan Lang | wininet: Use CertNameToStr for INTERNET_OPTION_SECURITY_CERT...
|
commit | commitdiff | tree |
2006-02-16 |
Juan Lang | crypt32: Fix system stores and a memory leak.
|
commit | commitdiff | tree |
2006-02-16 |
Juan Lang | crypt32: Partially implement CertGetNameString.
|
commit | commitdiff | tree |
2006-02-15 |
Juan Lang | crypt32: Rename a variable for clarity.
|
commit | commitdiff | tree |
2006-02-15 |
Juan Lang | crypt32: Output string type in trace.
|
commit | commitdiff | tree |
2006-02-10 |
Juan Lang | crypt32: Move break statement to the correct spot.
|
commit | commitdiff | tree |
2006-02-09 |
Juan Lang | crypt32: Fix up decoding.
|
commit | commitdiff | tree |
2006-02-09 |
Juan Lang | crypt32: Fix a fixme, and remove an old comment.
|
commit | commitdiff | tree |
2006-02-05 |
Juan Lang | crypt32: Fix Mingw compile.
|
commit | commitdiff | tree |
2006-02-03 |
Juan Lang | crypt32: Add stub for CryptEnumOIDInfo.
|
commit | commitdiff | tree |
2006-02-02 |
Juan Lang | crypt32: Support external providers.
|
commit | commitdiff | tree |
2006-02-02 |
Juan Lang | crypt32: Implement CertRDNValueToStrW and CertNameToStrW...
|
commit | commitdiff | tree |
2006-02-01 |
Juan Lang | crypt32: Implement CertRDNValueToStrA and CertNameToStrA...
|
commit | commitdiff | tree |
2006-01-31 |
Juan Lang | crypt32: Correct X509_NAME decoding, and more stringent...
|
commit | commitdiff | tree |
2006-01-31 |
Juan Lang | wincrypt: Fix typo.
|
commit | commitdiff | tree |
2006-01-30 |
Juan Lang | wincrypt.h: Add more missing defines.
|
commit | commitdiff | tree |
2006-01-27 |
Juan Lang | iphlpapi: Reimplement interface enumeration.
|
commit | commitdiff | tree |
2006-01-25 |
Juan Lang | iphlpapi: Remove one IP address per interface restriction.
|
commit | commitdiff | tree |
2006-01-24 |
Juan Lang | iphlpapi: Clean up memory allocation.
|
commit | commitdiff | tree |
2006-01-20 |
Juan Lang | iphlpapi: Remove redundant comments and fix typos.
|
commit | commitdiff | tree |
2006-01-11 |
Juan Lang | crypt32: Fix a test that fails on Windows.
|
commit | commitdiff | tree |
2005-12-17 |
Juan Lang | crypt32: Implement more implicit properties, with tests.
|
commit | commitdiff | tree |
2005-12-16 |
Juan Lang | crypt32: Implement CRLDistPoints encoding/decoding.
|
commit | commitdiff | tree |
2005-12-13 |
Juan Lang | iphlpapi: Fix a couple of file descriptor leaks.
|
commit | commitdiff | tree |
2005-12-13 |
Juan Lang | crypt32: Decode cleanups.
|
commit | commitdiff | tree |
2005-12-02 |
Juan Lang | Implement more OID support functions.
|
commit | commitdiff | tree |
2005-11-28 |
Juan Lang | Fix parameter count on some stubs (thanks to Marcus...
|
commit | commitdiff | tree |
2005-11-24 |
Juan Lang | Add more declarations.
|
commit | commitdiff | tree |
2005-11-23 |
Juan Lang | Fix some memory leaks.
|
commit | commitdiff | tree |
2005-10-31 |
Juan Lang | Implement CertSignSignature and CertVerifySignature...
|
commit | commitdiff | tree |
2005-10-29 |
Juan Lang | Export functions by ordinal, cryptnet.dll at least...
|
commit | commitdiff | tree |
2005-10-28 |
Juan Lang | Use CryptMem functions for internal memory allocation.
|
commit | commitdiff | tree |
2005-10-27 |
Juan Lang | Implement CryptMem and undocumented I_Crypt*Tls functions...
|
commit | commitdiff | tree |
2005-10-06 |
Juan Lang | When just a public key is imported, its ALG_ID should...
|
commit | commitdiff | tree |
2005-10-04 |
Juan Lang | Use wine_get_dos_file_name rather than relying on GetFullPat...
|
commit | commitdiff | tree |
2005-10-04 |
Juan Lang | Remove .dll from DllOverrides entries, such entries...
|
commit | commitdiff | tree |
2005-10-04 |
Juan Lang | Use correct names when loading registered OID functions.
|
commit | commitdiff | tree |
2005-09-30 |
Juan Lang | Make CryptImport/ExportPublicKeyInfoEx behave the way...
|
commit | commitdiff | tree |
2005-09-30 |
Juan Lang | Add defines needed for installable OID functions.
|
commit | commitdiff | tree |
2005-09-28 |
Juan Lang | Encode RSA public key modulus as unsigned integer,...
|
commit | commitdiff | tree |
2005-09-28 |
Juan Lang | Implement CryptImport/ExportPublicKeyInfo.
|
commit | commitdiff | tree |
2005-09-28 |
Juan Lang | Add a few more missing prototypes.
|
commit | commitdiff | tree |
2005-09-12 |
Juan Lang | Remove an annoying dialog when trying to clean up a...
|
commit | commitdiff | tree |
2005-09-12 |
Juan Lang | When decoding a signed cert, make sure it's really...
|
commit | commitdiff | tree |
2005-09-09 |
Juan Lang | - call CertFreeCertificateContext from CertDeleteCertificate...
|
commit | commitdiff | tree |
2005-09-08 |
Juan Lang | - implement system stores
|
commit | commitdiff | tree |
2005-09-08 |
Juan Lang | Implement system registry stores.
|
commit | commitdiff | tree |
2005-09-08 |
Juan Lang | Convert a few more constants from strings to byte arrays.
|
commit | commitdiff | tree |
2005-09-07 |
Juan Lang | Implement registry stores.
|
commit | commitdiff | tree |
2005-09-03 |
Juan Lang | Correct a test that incorrectly showed signed certs...
|
commit | commitdiff | tree |
2005-09-03 |
Juan Lang | Fix a test failing on Windows. Reported by Katerina...
|
commit | commitdiff | tree |
2005-09-03 |
Juan Lang | Improve CryptAlgIdToOID/CryptOIDToAlgId tests, and...
|
commit | commitdiff | tree |
2005-09-03 |
Juan Lang | Correct a bunch of lurking asn.1 decode bugs.
|
commit | commitdiff | tree |
2005-09-02 |
Juan Lang | Implement encoding/decoding RSA public keys.
|
commit | commitdiff | tree |
2005-09-02 |
Juan Lang | Implement CertAddSerializedElementToStore.
|
commit | commitdiff | tree |