projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
crypt32/tests: Don't crash on some win9x boxes.
[wine]
/
dlls
/
crypt32
/
decode.c
2008-07-10
Andrew Talbot
crypt32: Remove unneeded address-of operator from array...
blob
|
commitdiff
|
raw
2008-02-04
Bang Jun-young
crypt32: Include wine/port.h for snprintf().
blob
|
commitdiff
|
raw
|
diff to current
2007-12-04
Andrew Talbot
crypt32: Remove unnecessary casts.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-09
Juan Lang
crypt32: If a decoding function failed, free the memory...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-08
Juan Lang
crypt32: Fail decoding a CRL entry if the serial number...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-02
Juan Lang
crypt32: Get rid of an unneeded variable.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-17
Alexandre Julliard
crypt32: Fix pointer casts in decode.c too.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-11
Juan Lang
crypt32: Implement name constraints decoding.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-11
Juan Lang
crypt32: Don't check tag in AsnDecodeIntInternal, calle...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-02
Juan Lang
crypt32: Don't check decoded length against encoded...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Use decode function's returned decoded length...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: ret is already true, don't retest it.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Explicitly count bytes to copy in DecodeCopyBytes.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Test and correct decoding indefinite-length...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Use correct encoded length when decoding a...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Simplify AsnDecodeSequenceItems a tiny bit.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Allow indefinite-length encoding of sequence...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Simplify DecodePathLenConstraint.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Allow a sequence to have an indefinite-length...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Set *pcbDecoded in every function.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Use internal form for all internal decoding...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Get rid of encoding type argument to AsnDecode...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Get rid of encoding type from AsnDecodeSequenc...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Don't use exception handler when decoding...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Implement DecodeAltName with DecodeAltNameInte...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Use AsnDecodeIntInternal where an internal...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Temporarily change prototype of AsnDecodeIntIn...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Use internal decode int function a couple...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Introduce a space checking helper for function...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Move a comment that belonged elsewhere.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Separate DecodeInt into an internal and extern...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Use simpler form for internal time decoding...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Allow items in an array to be indefinite-lengt...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Support indefinite-length encoded arrays.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Set bytes decoded in all success paths.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Introduce a helper function to get encoded...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Remove an unneeded WINAPI.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Return bytes decoded from AsnDecodeArray.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Pass bytes decoded pointer to AsnDecodeArray.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Return bytes decoded when decoding an alt...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Return bytes decoded when copying DER-encoded...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Return bytes decoded when decoding a sequence.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Make a decode OID function that returns the...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Add a decoded parameter to AsnDecodeSequence.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Use a simpler prototype for array decoding...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Fix alignment on 64-bit systems.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Correct an optimization.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Correct GET_LEN_BYTES for the indefinite-lengt...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Update comments.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-11
Juan Lang
crypt32: Support CRYPT_DECODE_TO_BE_SIGNED_FLAG.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-14
Juan Lang
crypt32: Test authority key identifier with a multi...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-13
Juan Lang
crypt32: Improve tracing when builtin function isn...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-13
Juan Lang
crypt32: Validate parameters better in CryptDecodeObject.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-13
Juan Lang
crypt32: Use helper functions to simplify CryptDecodeOb...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-13
Juan Lang
crypt32: Ex encode/decode functions should call non...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-08
Juan Lang
crypt32: Introduce cryptasn debug channel to quiet...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-03
Juan Lang
crypt32: Implement decoding OID and directory name...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-03
Juan Lang
crypt32: Introduce a OID decoding function that ignores...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-03
Juan Lang
crypt32: Get rid of bogus check and improve traces...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-31
Juan Lang
crypt32: Add a few traces.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-31
Juan Lang
crypt32: Simplify alignment calculation.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-31
Juan Lang
crypt32: Separate decoding PKCS signer info into intern...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-26
Juan Lang
crypt32: Trace a few more items when decoding.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-26
Juan Lang
crypt32: Test and fix encoding and decoding of attribut...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-26
Juan Lang
crypt32: Partially implement decoding of signed messages.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-26
Juan Lang
crypt32: Don't check tag in CRYPT_DecodeDERArray, calle...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-26
Juan Lang
crypt32: Actually skip content when skipping an item...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-24
Juan Lang
crypt32: Check for and fail on indefinite-length encoding.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-18
Juan Lang
crypt32: Fix a bad comment.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-18
Juan Lang
crypt32: Implement decoding hash messages.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-18
Juan Lang
crypt32: Remove a redundant line.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-16
Juan Lang
crypt32: Fix decoding sequences with extra trailing...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-13
Juan Lang
crypt32: Implement PKCS7_SIGNER_INFO encoding/decoding.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-13
Juan Lang
crypt32: Implement PKCS_ATTRIBUTES encoding/decoding.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-13
Juan Lang
crypt32: Implement PKCS_ATTRIBUTE encoding/decoding.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-13
Juan Lang
crypt32: Implement PKCS_CONTENT_INFO encoding/decoding.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-13
Juan Lang
crypt32: Implement CERT_AUTHORITY_KEY_ID2_INFO encoding...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-30
Andrew Talbot
crypt32: Exclude unused headers.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-25
Andrew Talbot
crypt32: Cast-qual warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-04
Juan Lang
crypt32: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-27
Juan Lang
crypt32: Encode/decode authority key ids.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
James Hawkins
crypt32: Simplify CRYPT_AsnDecodeUnicodeNameValueIntern...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
James Hawkins
crypt32: Simplify CRYPT_AsnDecodeNameValueInternal...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-27
Juan Lang
crypt32: Implement X509_UNICODE_NAME encoding/decoding.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-20
Juan Lang
crypt32: Implement more string types for X509_NAME_VALUE.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-19
Juan Lang
crypt32: Implement X509_UNICODE_NAME_VALUE encoding...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-11
Juan Lang
crypt32: Check a pointer before dereferencing it (Cover...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-20
Juan Lang
crypt32: Encode/decode CRL issuing dist points.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-19
Juan Lang
crypt32: Fix decoding signed certs and CRLs.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-16
Juan Lang
crypt32: Correct CRL tests, and fix CRL encoding/decodi...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-03
Juan Lang
crypt32: Implement X509_NAME_VALUE encoding/decoding.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-02
Juan Lang
crypt32: Remove exception handling from internal decodi...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-16
Juan Lang
crypt32: Split the unwieldy encode.c into two files.
blob
|
commitdiff
|
raw
|
diff to current