2005-10-28 |
Juan Lang | Use CryptMem functions for internal memory allocation. |
tree | commitdiff |
2005-10-27 |
Juan Lang | Implement CryptMem and undocumented I_Crypt*Tls functio... |
tree | commitdiff |
2005-10-04 |
Juan Lang | Use correct names when loading registered OID functions. |
tree | commitdiff |
2005-09-30 |
Juan Lang | Make CryptImport/ExportPublicKeyInfoEx behave the way... |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
tree | commitdiff |
2005-09-28 |
Juan Lang | Encode RSA public key modulus as unsigned integer,... |
tree | commitdiff |
2005-09-28 |
Juan Lang | Implement CryptImport/ExportPublicKeyInfo. |
tree | commitdiff |
2005-09-15 |
Stefan Leichter | Added stubs for CryptInitOIDFunctionSet and |
tree | commitdiff |
2005-09-14 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-09-13 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-09-12 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-09-12 |
Juan Lang | When decoding a signed cert, make sure it's really... |
tree | commitdiff |
2005-09-09 |
Juan Lang | - call CertFreeCertificateContext from CertDeleteCertif... |
tree | commitdiff |
2005-09-08 |
Juan Lang | - implement system stores |
tree | commitdiff |
2005-09-08 |
Alexandre Julliard | Avoid a couple of 'clobbered by longjmp' warnings. |
tree | commitdiff |
2005-09-08 |
Juan Lang | Implement system registry stores. |
tree | commitdiff |
2005-09-08 |
Juan Lang | Convert a few more constants from strings to byte arrays. |
tree | commitdiff |
2005-09-07 |
Juan Lang | Implement registry stores. |
tree | commitdiff |
2005-09-07 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-09-06 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-09-03 |
Juan Lang | Correct a test that incorrectly showed signed certs... |
tree | commitdiff |
2005-09-03 |
Juan Lang | Improve CryptAlgIdToOID/CryptOIDToAlgId tests, and... |
tree | commitdiff |
2005-09-03 |
Juan Lang | Correct a bunch of lurking asn.1 decode bugs. |
tree | commitdiff |
2005-09-02 |
Juan Lang | Implement encoding/decoding RSA public keys. |
tree | commitdiff |
2005-09-02 |
Juan Lang | Implement CertAddSerializedElementToStore. |
tree | commitdiff |
2005-09-02 |
Kevin Koltzau | Fix warnings in 64bit. |
tree | commitdiff |
2005-08-30 |
Juan Lang | Implement collection stores. |
tree | commitdiff |
2005-08-29 |
Juan Lang | Implement encoding/decoding of CERT_ALT_NAME_INFOs... |
tree | commitdiff |
2005-08-29 |
Juan Lang | Implemented memory cert stores. |
tree | commitdiff |
2005-08-29 |
Mike McCormack | gcc 4.0 warning fixes. |
tree | commitdiff |
2005-08-27 |
Alexandre Julliard | Explicitly import kernel32 in tests that use it. |
tree | commitdiff |
2005-08-26 |
Juan Lang | Added a bunch of stubs. |
tree | commitdiff |
2005-08-25 |
Juan Lang | Implemented CryptHashCertificate. |
tree | commitdiff |
2005-08-18 |
Alexandre Julliard | Added missing ntdll imports. |
tree | commitdiff |
2005-08-16 |
Juan Lang | Remove a test that fails under WinME. Reported and... |
tree | commitdiff |
2005-07-14 |
Juan Lang | Encode/decode certs, with tests. |
tree | commitdiff |
2005-07-12 |
Juan Lang | - encode/decode CERT_INFO, with tests |
tree | commitdiff |
2005-07-07 |
Juan Lang | Implement a few utility functions, with tests. |
tree | commitdiff |
2005-07-07 |
Juan Lang | Encode/decode CERT_PUBLIC_KEY_INFO, with tests. |
tree | commitdiff |
2005-07-01 |
Juan Lang | - implement encoding/decoding of cert extensions |
tree | commitdiff |
2005-06-29 |
Juan Lang | - fix decoding of long-form data lengths |
tree | commitdiff |
2005-06-27 |
Juan Lang | - use exception handling in encoding |
tree | commitdiff |
2005-06-27 |
Juan Lang | - implement encode and decode of BasicConstraints2... |
tree | commitdiff |
2005-06-22 |
Alexandre Julliard | Sort entry points alphabetically. |
tree | commitdiff |
2005-06-17 |
Francois Gouget | Fix the CryptEncodeObjectEx() prototype. |
tree | commitdiff |
2005-06-17 |
Juan Lang | Add a few traces and comments. |
tree | commitdiff |
2005-06-16 |
Juan Lang | - implement encoding and decoding of enumerated types... |
tree | commitdiff |
2005-06-16 |
Mike McCormack | Fix some declaration and write string warnings. |
tree | commitdiff |
2005-06-15 |
Juan Lang | Add encode/decode support for multi-byte integers. |
tree | commitdiff |
2005-06-14 |
Juan Lang | Add CertAlgIdToOID and CertOIDToAlgId, with tests. |
tree | commitdiff |
2005-06-13 |
Juan Lang | - encode/decode X509_NAMEs for simple string encodings... |
tree | commitdiff |
2005-06-10 |
Juan Lang | Cryp{En|De}codeObjectEx should return success if the... |
tree | commitdiff |
2005-06-08 |
Juan Lang | Implement asn.1 encoding/decoding of times, with tests. |
tree | commitdiff |
2005-06-04 |
Juan Lang | Implement asn.1 decoding of integers, with tests. |
tree | commitdiff |
2005-06-03 |
Juan Lang | Get rid of a magic number, and improve stubs of |
tree | commitdiff |
2005-06-03 |
Juan Lang | Rearrange Crypt{De|En}codeObjectEx to make error handli... |
tree | commitdiff |
2005-06-02 |
Juan Lang | - add some tests for OID functions |
tree | commitdiff |
2005-05-31 |
Juan Lang | - implement Crypt{Get|Set}OIDFunctionValue |
tree | commitdiff |
2005-05-30 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-05-29 |
Juan Lang | Use registered DLLs for encode/decode. |
tree | commitdiff |
2005-05-27 |
Michael Jung | It's sufficienct for Crypt[Un]ProtectData to acquire... |
tree | commitdiff |
2005-05-24 |
Kees Cook | Create basic test suite for CryptProtectData/CryptUnpro... |
tree | commitdiff |
2005-05-23 |
Kees Cook | Correct crypt context init in CryptProtectData/CryptUnp... |
tree | commitdiff |
2005-05-20 |
Juan Lang | - more fully implement CryptRegisterOIDFunction |
tree | commitdiff |
2005-05-20 |
Kees Cook | Implement CryptUnprotectData counterpart to CryptProtec... |
tree | commitdiff |
2005-05-20 |
Kees Cook | Implement CryptProtectData with best-guess encryption. |
tree | commitdiff |
2005-05-20 |
Kees Cook | Implement serialization and helper functions for CryptP... |
tree | commitdiff |
2005-05-18 |
Kees Cook | Define structures for CryptProtectData/CryptUnprotectDa... |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-10 |
Mike McCormack | Improve the CertStore code a little. |
tree | commitdiff |
2004-08-26 |
Stefan Leichter | Added missing line break. |
tree | commitdiff |
2004-08-09 |
Stefan Leichter | Added stub for CertFindCertificateInStore. |
tree | commitdiff |
2004-04-19 |
Francois Gouget | Make Unicode const strings static so they are not copie... |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-01 |
Juan Lang | - correct some prototypes, add some defines |
tree | commitdiff |
2004-01-02 |
Robert Shearman | Added stub for CertFreeCertificateContext. |
tree | commitdiff |
2003-12-11 |
Mike McCormack | Implement CryptRegisterOIDFunction and CryptSIPAddProvider. |
tree | commitdiff |
2003-12-08 |
Mike McCormack | Stub implementations for CertCreateCRLContext and CertC... |
tree | commitdiff |
2003-12-02 |
Thomas Brix Larsen | Added stub for CryptProtectData, so programs like Skype... |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-09-08 |
Francois Gouget | Fix the case of product and company names. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-05-12 |
Mike McCormack | Added stubs for CertSaveStore and CertEnumCertificatesI... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-02-18 |
Alberto Massari | Added stub for CryptUnprotectData. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-10-25 |
Andreas Mohr | Added CertOpenStore stub. |
tree | commitdiff |
2002-10-15 |
Christian Neumair | Stub for the CryptRegisterOIDFunction function. |
tree | commitdiff |
2002-09-09 |
Patrik Stridvall | Add and use the header files mssip.h and sipbase.h. |
tree | commitdiff |
2002-08-16 |
Dmitry Timoshkov | Added some more stubs. |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-13 |
Mike McCormack | Added a few stubs. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-04-29 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-04-11 |
Stefan Leichter | Compile fixes for gcc 2.7.2.3. |
tree | commitdiff |
next |