netstat: Initial implementation.
[wine] / dlls / crypt32 / sip.c
2012-10-30  Frédéric Delanoycrypt32: Avoid double free in CRYPT_LoadSIP on error...
2011-11-16  Francois Gougetcrypt32: Delete the oid and sip static critical section...
2010-09-24  Juan Langcrypt32: Add parameter checking to CryptSIPCreateIndire...
2008-10-09  Juan Langcrypt32: Implement CryptSIPRetrieveSubjectGuid for...
2008-08-04  Juan Langcrypt32: More fully implement CryptSIPRetrieveSubjectGuid.
2008-08-04  Juan Langcrypt32: Create a helper to load a SIP function from...
2008-08-04  Juan Langcrypt32: Use ReadFile rather than a memory-mapped file...
2008-07-29  Juan Langcrypt32: Add test showing only file header is checked...
2008-07-24  Juan Langcrypt32: Add cab file checking to CryptSIPRetrieveSubje...
2008-02-15  Andrew Talbotcrypt32: Assign to structs instead of using memcpy.
2007-11-05  Juan Langcrypt32: Initialize a variable.
2007-08-10  Juan Langcrypt32: Trace more return values.
2007-07-10  Juan Langcrypt32: Implement CryptSIPGetSignedDataMsg, CryptSIPPu...
2007-07-10  Juan Langcrypt32: Implement CryptSIPLoad.
2007-04-16  Andrew Talbotcrypt32: Constify some variables.
2006-10-30  Paul Vrienscrypt32: Input parameter checking.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-05  Paul Vrienscrypt32: Correct the documentation.
2006-10-05  Paul Vrienscrypt32: Change function declaration to overcome some...
2006-10-05  Paul Vrienscrypt32: Move some defines to the top as they will...
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-09-29  Paul Vrienscrypt32: Added some CryptSIP stub implementations.
2006-09-27  Paul Vrienscrypt32: Partly implement CryptSIPRetrieveSubjectGuid.
2006-09-20  Paul Vrienscrypt32: Simplify by removing unneeded backslash.
2006-09-20  Paul Vrienscrypt32: Move SIP related functions to their own file.