projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
crypt32: Remove a test with a binary result that behaves differently across platforms.
[wine]
/
dlls
/
crypt32
/
encode.c
2008-08-28
Juan Lang
crypt32: Implement encoding CTLs.
blob
|
commitdiff
|
raw
2008-08-28
Juan Lang
crypt32: Don't ignore errors when encoding items in...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-28
Juan Lang
crypt32: Implement authority info access encoding.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-21
Juan Lang
crypt32: Add support for encoding PKCS_SMIME_CAPABILITIES.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-21
Juan Lang
crypt32: Use CMS messages rather than PKCS messages...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-20
Juan Lang
crypt32: Implement CMSG_CMS_SIGNER_INFO encoding.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-19
Juan Lang
crypt32: Free memory using the correct function on...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-26
Michael Karcher
crypt32: Pass on aiKeyAlg on RSA key import.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-26
Michael Karcher
crypt32: Fix order-of-evaluation dependence.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-26
Michael Karcher
crypt32: Fix integer overflow.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-15
Andrew Talbot
crypt32: Remove unwanted shadow variable.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-04
Bang Jun-young
crypt32: Include wine/port.h for snprintf().
blob
|
commitdiff
|
raw
|
diff to current
2007-11-02
Juan Lang
crypt32: Don't leak buffer when a unicode string contai...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-22
Juan Lang
crypt32: Don't assume string pointer has been set if...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-22
Juan Lang
crypt32: Replace a private type with a public one.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-16
Gerald Pfeifer
crypt32: Fix incorrect casts in X509_CERT and friends.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-11
Juan Lang
crypt32: Implement name constraint encoding.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-28
Juan Lang
crypt32: Add/improve some traces.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Juan Lang
crypt32: Update comments.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-22
Juan Lang
crypt32: Trace encoding and decoding public keys on...
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: Use helper functions to simplify CryptEncodeOb...
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
Francois Gouget
crypt32: Add and use HCRYPTPROV_LEGACY and HCRYPTPROV_O...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-03
Juan Lang
crypt32: Implement encoding OID and directory name...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-31
Juan Lang
crypt32: Get rid of attribute certs from signed info...
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
Alexandre Julliard
crypt32: Don't use off_t for memory offsets.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-25
Marcus Meissner
crypt32: Fixed wrong allocation size.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-24
Juan Lang
crypt32: Test and implement encoding signed data messag...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-24
Juan Lang
crypt32: Test and implement encoding signed messages...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-24
Juan Lang
crypt32: Use set encoding function for encoding PKCS...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-24
Juan Lang
crypt32: Partially implement encoding signed messages.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-24
Juan Lang
crypt32: Introduce function to encode an array of items...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-18
Juan Lang
crypt32: Move digested data encoding to encode.c.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-13
Juan Lang
crypt32: Implement retrieving a hashed message's content.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-13
Juan Lang
crypt32: Introduce an algorithm id encoding function...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-13
Juan Lang
crypt32: Make some encoding functions available outside...
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: Use CRYPT_EncodeEnsureSpace to allocate memory...
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: Separate set encoding into a separate function.
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
Andrew Talbot
crypt32: Cast-qual warnings fix.
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-19
Juan Lang
crypt32: Don't return from a try block.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-18
Juan Lang
crypt32: Always set required encoded length in CryptEnc...
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-16
Juan Lang
crypt32: Correct CRL tests, and fix CRL encoding/decodi...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-07
Andrew Talbot
crypt32: Write-strings warning fix.
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-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
2006-05-15
Juan Lang
crypt32: Use the HRESULT synonyms for converted Win32...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-09
Juan Lang
crypt32: Simplify OID decoding
blob
|
commitdiff
|
raw
|
diff to current
2006-04-13
Alexandre Julliard
crypt32: Fixed day/month mismatch in time encoding...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-16
Juan Lang
crypt32: More encoding/decoding.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-09
Juan Lang
crypt32: Fix a fixme, and remove an old comment.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-07
Alexandre Julliard
Include wine/port.h in files that use exceptions.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-31
Juan Lang
crypt32: Correct X509_NAME decoding, and more stringent...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-16
Alexandre Julliard
Take advantage of the __EXCEPT_PAGE_FAULT macro.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-16
Juan Lang
crypt32: Implement CRLDistPoints encoding/decoding.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-13
Juan Lang
crypt32: Decode cleanups.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-02
Juan Lang
Implement more OID support functions.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-23
Juan Lang
Fix some memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-21
Ge van Geldorp
Don't redefine ASN_OCTETSTRING, it's already defined...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-28
Juan Lang
Use CryptMem functions for internal memory allocation.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-04
Juan Lang
Use correct names when loading registered OID functions.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-30
Juan Lang
Make CryptImport/ExportPublicKeyInfoEx behave the way...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-28
Juan Lang
Encode RSA public key modulus as unsigned integer,...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-28
Juan Lang
Implement CryptImport/ExportPublicKeyInfo.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-08
Alexandre Julliard
Avoid a couple of 'clobbered by longjmp' warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-06
Mike McCormack
Fix gcc 4.0 warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-03
Juan Lang
Correct a bunch of lurking asn.1 decode bugs.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-02
Juan Lang
Implement encoding/decoding RSA public keys.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-02
Kevin Koltzau
Fix warnings in 64bit.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-29
Juan Lang
Implement encoding/decoding of CERT_ALT_NAME_INFOs...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-29
Mike McCormack
gcc 4.0 warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-14
Juan Lang
Encode/decode certs, with tests.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-12
Juan Lang
- encode/decode CERT_INFO, with tests
blob
|
commitdiff
|
raw
|
diff to current
2005-07-07
Juan Lang
Encode/decode CERT_PUBLIC_KEY_INFO, with tests.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-01
Juan Lang
- implement encoding/decoding of cert extensions
blob
|
commitdiff
|
raw
|
diff to current
2005-06-29
Juan Lang
- fix decoding of long-form data lengths
blob
|
commitdiff
|
raw
|
diff to current
2005-06-27
Juan Lang
- use exception handling in encoding
blob
|
commitdiff
|
raw
|
diff to current
2005-06-27
Juan Lang
- implement encode and decode of BasicConstraints2...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-17
Francois Gouget
Fix the CryptEncodeObjectEx() prototype.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-17
Juan Lang
Add a few traces and comments.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-16
Juan Lang
- implement encoding and decoding of enumerated types...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-15
Juan Lang
Add encode/decode support for multi-byte integers.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-13
Juan Lang
- encode/decode X509_NAMEs for simple string encodings...
blob
|
commitdiff
|
raw
|
diff to current
next