Juan Lang
1eefa005da
crypt32: Implement more string types for X509_NAME_VALUE.
2006-07-20 12:09:59 +02:00
Juan Lang
ead21189c2
crypt32: Implement X509_UNICODE_NAME_VALUE encoding/decoding.
2006-07-19 18:15:56 +02:00
Andrew Talbot
ee9b18f04b
crypt32/tests: Write-strings warnings test.
2006-07-11 12:37:18 +02:00
Francois Gouget
e72b9f0e55
crypt32: Fix compilation with gcc 2.95.
2006-06-26 13:04:47 +02:00
Juan Lang
cb2e21ffb4
crypt32: Encode/decode CRL issuing dist points.
2006-06-20 11:28:22 +02:00
Juan Lang
1811acc2fa
crypt32: Fix decoding signed certs and CRLs.
2006-06-19 22:55:05 +02:00
Juan Lang
bc2d4a71b4
crypt32: Correct CRL tests, and fix CRL encoding/decoding accordingly.
2006-06-16 11:30:10 +02:00
Alexandre Julliard
52d6077f8b
crypt32/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:02:03 +02:00
Alexandre Julliard
93fd4524e4
crypt32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
2006-06-13 13:56:39 +02:00
Juan Lang
dd4bd4ad28
crypt32: Implement X509_NAME_VALUE encoding/decoding.
2006-06-03 11:55:01 +02:00
Juan Lang
9879a47f9d
crypt32: Add name value tests.
...
Add tests for name values, and move tests for different string
encodings to there.
2006-06-02 20:42:48 +02:00
Juan Lang
6d668d9d38
crypt32: Add a couple CRL encoding tests, one that shows a problem.
2006-06-02 11:46:23 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Juan Lang
24157e0f74
crypt32: Test importing public keys from a certificate.
2006-05-16 12:41:04 +02:00
Juan Lang
7e9ba76da1
crypt32: Use the HRESULT synonyms for converted Win32 error codes.
2006-05-15 11:06:04 +02:00
Juan Lang
5d3889412d
crypt32: Tidy up tests.
...
Fix up encoded data to use BYTE arrays rather than strings, and remove
extraneous NULL bytes from the end of some of them
2006-02-22 18:20:03 +01:00
Juan Lang
11fe62de8f
crypt32: More encoding/decoding.
...
Add support for encoding/decoding basic constraints and enhanced key
usage, with tests.
2006-02-16 19:39:27 +01:00
Juan Lang
faeac96770
crypt32: Correct X509_NAME decoding, and more stringent tests.
2006-01-31 12:22:15 +01:00
Jeremy White
2c79ae4746
crypt32: Preserve gcc 2.95 compatibility.
2006-01-13 13:53:05 +01:00
Juan Lang
628ede4783
crypt32: Implement CRLDistPoints encoding/decoding.
...
- rewrite sequence decoding to support context-specific tags, and
eliminate duplicated code
- implement encoding and decoding of CRLDistPoints
2005-12-16 12:41:28 +01:00
Juan Lang
07dfb1ae27
crypt32: Decode cleanups.
...
- implement a helper to decode sequences of like types
- use helper functions wherever applicable when decoding
- correct "expected" vs. "got" usage in tests
- fix a few other small bugs
2005-12-13 11:11:25 +01:00
Juan Lang
f702794f35
Implement more OID support functions.
...
Use the exported OID support functions internally.
Move OID support functions and stubs to a separate file.
2005-12-02 11:28:09 +01:00
Juan Lang
5b0812fbcf
Make CryptImport/ExportPublicKeyInfoEx behave the way MSDN describes
...
them, and a couple of tests.
2005-09-30 10:35:31 +00:00
Juan Lang
69dfea8f44
Encode RSA public key modulus as unsigned integer, with tests.
2005-09-28 18:12:29 +00:00
Juan Lang
d6a89fbae3
Implement CryptImport/ExportPublicKeyInfo.
2005-09-28 10:15:37 +00:00
Mike McCormack
b5f878936f
Fix gcc 4.0 warnings.
2005-09-14 10:07:15 +00:00
Mike McCormack
bfb04ad7c0
Fix gcc 4.0 warnings.
2005-09-13 10:33:39 +00:00
Mike McCormack
35c20561a7
Fix gcc 4.0 warnings.
2005-09-12 15:28:15 +00:00
Juan Lang
e385fc5c99
Convert a few more constants from strings to byte arrays.
2005-09-08 11:00:24 +00:00
Mike McCormack
dc1c62a592
Fix gcc 4.0 warnings.
2005-09-07 11:31:17 +00:00
Mike McCormack
d168219849
Fix gcc 4.0 warnings.
2005-09-06 10:26:13 +00:00
Juan Lang
a5082b2544
Correct a bunch of lurking asn.1 decode bugs.
2005-09-03 09:36:02 +00:00
Juan Lang
8c08dbfd12
Implement encoding/decoding RSA public keys.
2005-09-02 14:38:39 +00:00
Juan Lang
7fe3f50848
Implement encoding/decoding of CERT_ALT_NAME_INFOs and CRL_INFOs.
2005-08-29 14:12:44 +00:00
Juan Lang
512e50ea1e
Remove a test that fails under WinME. Reported and helpfully debugged
...
by Saulius Krasuckas.
2005-08-16 11:13:50 +00:00
Juan Lang
13766712f9
Encode/decode certs, with tests.
2005-07-14 10:14:22 +00:00
Juan Lang
307b2cd92e
- encode/decode CERT_INFO, with tests
...
- a few more tests and bugfixes
2005-07-12 17:00:23 +00:00
Juan Lang
417edaadcf
Encode/decode CERT_PUBLIC_KEY_INFO, with tests.
2005-07-07 11:26:50 +00:00
Juan Lang
623e272c06
- implement encoding/decoding of cert extensions
...
- remove some unnecessary parameters to internal functions
- tests for cert extensions
2005-07-01 15:40:45 +00:00
Juan Lang
d494c3ab21
- fix decoding of long-form data lengths
...
- use exception handling in decoding
- tests for these changes
2005-06-29 11:00:31 +00:00
Juan Lang
94bd145865
- implement encode and decode of BasicConstraints2, sequence of any
...
- fix encoding of integer value 0
- more tests
2005-06-27 09:42:15 +00:00
Juan Lang
7f811b71ee
- implement encoding and decoding of enumerated types, unsigned
...
integers, octet strings, and bit strings
- correct length handling
- the usual tests
2005-06-16 16:08:50 +00:00
Mike McCormack
65ad7da1f7
Fix some declaration and write string warnings.
2005-06-16 10:45:25 +00:00
Juan Lang
12a9ec138d
Add encode/decode support for multi-byte integers.
2005-06-15 10:21:32 +00:00
Juan Lang
4d7e1e4baa
- encode/decode X509_NAMEs for simple string encodings, with tests
...
- more tests and some fixes to other types
2005-06-13 11:39:35 +00:00
Juan Lang
b06e8c5973
Cryp{En|De}codeObjectEx should return success if the input buffer is
...
NULL, some MS sample programs depend on that. Fix functions and
tests.
2005-06-10 19:28:58 +00:00
Juan Lang
cdc6772017
Implement asn.1 encoding/decoding of times, with tests.
2005-06-08 18:31:21 +00:00
Juan Lang
054a8fb604
Implement asn.1 decoding of integers, with tests.
2005-06-04 09:49:33 +00:00
Juan Lang
46185a9f8e
- add some tests for OID functions
...
- implement encoding integers
2005-06-02 10:34:03 +00:00