jscript: Use single string instance for strings representing NULL BSTR instead of...
[wine] / dlls / crypt32 / encode.c
2011-12-19  Frédéric Delanoycrypt32: Avoid reading unitialized variables (Coverity).
2011-07-05  Frédéric Delanoycrypt32: Remove dead code (Clang).
2011-02-16  Juan Langcrypt32: Don't assign a count value unless memory alloc...
2011-02-11  Juan Langcrypt32: Don't attempt to find the length of a NULL...
2011-01-19  Juan Langcrypt32: Remove no-ops.
2011-01-19  Juan Langcrypt32: Fix memory leaks when encoding fails.
2010-12-31  Marcus Meissnercrypt32: NULL ptr could leak into function (Coverity).
2010-12-02  Alexander Morozovcrypt32: Implement getting content of an enveloped...
2010-08-16  Andrew Talbotcrypt32: Constify some variables.
2010-01-29  Michael Stefaniuccrypt32: Avoid using HIWORD() on a string pointer.
2009-12-03  Juan Langcrypt32: The KeyId member of an authority key identifie...
2009-11-09  Juan Langcrypt32: Implement encoding cert policy constraints.
2009-11-09  Juan Langcrypt32: Implement encoding cert policy mappings.
2009-11-09  Juan Langcrypt32: Fix encoding cert issuer/subject unique ids.
2009-10-21  Juan Langcrypt32: Encode public keys with NULL parameters if...
2009-10-21  Juan Langcrypt32: Use helper function to encode public keys...
2009-10-21  Juan Langcrypt32: Add a helper function to encode a cert's publi...
2009-10-21  Juan Langcrypt32: Set an output parameter on the success path.
2009-10-12  Juan Langcrypt32: Pass pointer to structure rather than assuming...
2009-06-22  Alexandre Julliardcrypt32: Fix a couple of assumptions about structure...
2009-06-15  Andrew Talbotcrypt32: Constify some variables.
2009-01-28  Juan Langcrypt32: Implement PFXExportCertStore on top of PFXExpo...
2009-01-28  Juan Langcrypt32: Add stub for PFXExportCertStoreEx.
2009-01-26  Michael Stefaniuccrypt32: Remove some more superfluous pointer casts.
2008-12-20  Juan Langcrypt32: Fix encoding OIDs with only two components.
2008-12-02  Alexandre Julliardcrypt32: Make some functions and variables static.
2008-11-24  Francois Gougetcrypt32: Remove WINAPI on static functions where not...
2008-11-17  Juan Langcrypt32: Implement encoding CERT_POLICIES_INFO.
2008-11-17  Juan Langcrypt32: Implement encoding CERT_POLICY_QUALIFIER_USER_...
2008-09-24  Andrew Talbotcrypt32: Sign-compare warnings fix.
2008-08-28  Juan Langcrypt32: Implement encoding CTLs.
2008-08-28  Juan Langcrypt32: Don't ignore errors when encoding items in...
2008-08-28  Juan Langcrypt32: Implement authority info access encoding.
2008-08-21  Juan Langcrypt32: Add support for encoding PKCS_SMIME_CAPABILITIES.
2008-08-21  Juan Langcrypt32: Use CMS messages rather than PKCS messages...
2008-08-20  Juan Langcrypt32: Implement CMSG_CMS_SIGNER_INFO encoding.
2008-08-19  Juan Langcrypt32: Free memory using the correct function on...
2008-05-26  Michael Karchercrypt32: Pass on aiKeyAlg on RSA key import.
2008-05-26  Michael Karchercrypt32: Fix order-of-evaluation dependence.
2008-05-26  Michael Karchercrypt32: Fix integer overflow.
2008-04-15  Andrew Talbotcrypt32: Remove unwanted shadow variable.
2008-02-04  Bang Jun-youngcrypt32: Include wine/port.h for snprintf().
2007-11-02  Juan Langcrypt32: Don't leak buffer when a unicode string contai...
2007-10-22  Juan Langcrypt32: Don't assume string pointer has been set if...
2007-10-22  Juan Langcrypt32: Replace a private type with a public one.
2007-10-16  Gerald Pfeifercrypt32: Fix incorrect casts in X509_CERT and friends.
2007-10-11  Juan Langcrypt32: Implement name constraint encoding.
2007-09-28  Juan Langcrypt32: Add/improve some traces.
2007-09-18  Juan Langcrypt32: Update comments.
2007-08-22  Juan Langcrypt32: Trace encoding and decoding public keys on...
2007-08-14  Juan Langcrypt32: Test authority key identifier with a multi...
2007-08-13  Juan Langcrypt32: Improve tracing when builtin function isn...
2007-08-13  Juan Langcrypt32: Use helper functions to simplify CryptEncodeOb...
2007-08-13  Juan Langcrypt32: Ex encode/decode functions should call non...
2007-08-08  Juan Langcrypt32: Introduce cryptasn debug channel to quiet...
2007-08-03  Francois Gougetcrypt32: Add and use HCRYPTPROV_LEGACY and HCRYPTPROV_O...
2007-08-03  Juan Langcrypt32: Implement encoding OID and directory name...
2007-07-31  Juan Langcrypt32: Get rid of attribute certs from signed info...
2007-07-26  Juan Langcrypt32: Test and fix encoding and decoding of attribut...
2007-07-26  Alexandre Julliardcrypt32: Don't use off_t for memory offsets.
2007-07-25  Marcus Meissnercrypt32: Fixed wrong allocation size.
2007-07-24  Juan Langcrypt32: Test and implement encoding signed data messag...
2007-07-24  Juan Langcrypt32: Test and implement encoding signed messages...
2007-07-24  Juan Langcrypt32: Use set encoding function for encoding PKCS...
2007-07-24  Juan Langcrypt32: Partially implement encoding signed messages.
2007-07-24  Juan Langcrypt32: Introduce function to encode an array of items...
2007-07-18  Juan Langcrypt32: Move digested data encoding to encode.c.
2007-07-13  Juan Langcrypt32: Implement retrieving a hashed message's content.
2007-07-13  Juan Langcrypt32: Introduce an algorithm id encoding function...
2007-07-13  Juan Langcrypt32: Make some encoding functions available outside...
2007-06-13  Juan Langcrypt32: Implement PKCS7_SIGNER_INFO encoding/decoding.
2007-06-13  Juan Langcrypt32: Implement PKCS_ATTRIBUTES encoding/decoding.
2007-06-13  Juan Langcrypt32: Use CRYPT_EncodeEnsureSpace to allocate memory...
2007-06-13  Juan Langcrypt32: Implement PKCS_ATTRIBUTE encoding/decoding.
2007-06-13  Juan Langcrypt32: Separate set encoding into a separate function.
2007-06-13  Juan Langcrypt32: Implement PKCS_CONTENT_INFO encoding/decoding.
2007-06-13  Juan Langcrypt32: Implement CERT_AUTHORITY_KEY_ID2_INFO encoding...
2007-04-30  Andrew Talbotcrypt32: Exclude unused headers.
2006-10-25  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-09-27  Juan Langcrypt32: Encode/decode authority key ids.
2006-09-07  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-07-27  Juan Langcrypt32: Implement X509_UNICODE_NAME encoding/decoding.
2006-07-20  Juan Langcrypt32: Implement more string types for X509_NAME_VALUE.
2006-07-19  Juan Langcrypt32: Implement X509_UNICODE_NAME_VALUE encoding...
2006-07-19  Juan Langcrypt32: Don't return from a try block.
2006-07-18  Juan Langcrypt32: Always set required encoded length in CryptEnc...
2006-06-20  Juan Langcrypt32: Encode/decode CRL issuing dist points.
2006-06-16  Juan Langcrypt32: Correct CRL tests, and fix CRL encoding/decodi...
2006-06-07  Andrew Talbotcrypt32: Write-strings warning fix.
2006-06-03  Juan Langcrypt32: Implement X509_NAME_VALUE encoding/decoding.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Juan Langcrypt32: Split the unwieldy encode.c into two files.
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-05-09  Juan Langcrypt32: Simplify OID decoding
2006-04-13  Alexandre Julliardcrypt32: Fixed day/month mismatch in time encoding...
2006-02-16  Juan Langcrypt32: More encoding/decoding.
2006-02-09  Juan Langcrypt32: Fix a fixme, and remove an old comment.
2006-02-07  Alexandre JulliardInclude wine/port.h in files that use exceptions.
2006-01-31  Juan Langcrypt32: Correct X509_NAME decoding, and more stringent...
next