Saulius Krasuckas
|
1d8d0dd0da
|
Make Crypt32 tests loadable on Win98.
|
2005-11-08 10:57:28 +00:00 |
Juan Lang
|
7e5a079d25
|
Implement CertSignSignature and CertVerifySignature(Ex).
|
2005-10-31 10:04:06 +00:00 |
Juan Lang
|
2d6d002b44
|
Use CryptMem functions for internal memory allocation.
|
2005-10-28 10:09:26 +00:00 |
Juan Lang
|
c534fa1e82
|
Implement CryptMem and undocumented I_Crypt*Tls functions, with tests.
|
2005-10-27 10:24:20 +00:00 |
Juan Lang
|
f52d0a6c80
|
Use correct names when loading registered OID functions.
|
2005-10-04 11:29:19 +00: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 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +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 |
Stefan Leichter
|
443910ba27
|
Added stubs for CryptInitOIDFunctionSet and
CryptUnregisterDefaultOIDFunction.
|
2005-09-15 09:31:20 +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
|
807b11b363
|
When decoding a signed cert, make sure it's really a cert.
|
2005-09-12 10:08:34 +00:00 |
Juan Lang
|
25cb6e081f
|
- call CertFreeCertificateContext from CertDeleteCertificateFromStore
- fix some ref counting problems
|
2005-09-09 09:09:45 +00:00 |
Juan Lang
|
300c10a3b7
|
- implement system stores
- remove an intermittently failing registry test
|
2005-09-08 18:56:14 +00:00 |
Alexandre Julliard
|
38673cc01d
|
Avoid a couple of 'clobbered by longjmp' warnings.
|
2005-09-08 11:27:26 +00:00 |
Juan Lang
|
1cf56599bd
|
Implement system registry stores.
|
2005-09-08 11:00:51 +00:00 |
Juan Lang
|
e385fc5c99
|
Convert a few more constants from strings to byte arrays.
|
2005-09-08 11:00:24 +00:00 |
Juan Lang
|
5ef9d88cab
|
Implement registry stores.
|
2005-09-07 13:25:56 +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
|
3bf9c165fa
|
Correct a test that incorrectly showed signed certs couldn't be added
to a mem store.
Support signed certs in mem stores.
Correct use of a freed pointer.
|
2005-09-03 15:02:57 +00:00 |
Juan Lang
|
160b9149a1
|
Improve CryptAlgIdToOID/CryptOIDToAlgId tests, and prevent a crash in
CryptOIDToAlgId.
|
2005-09-03 09:36:55 +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
|
6389dbc979
|
Implement CertAddSerializedElementToStore.
|
2005-09-02 14:38:05 +00:00 |
Kevin Koltzau
|
95a173a52b
|
Fix warnings in 64bit.
|
2005-09-02 11:32:17 +00:00 |
Juan Lang
|
9e8c0bbdb3
|
Implement collection stores.
|
2005-08-30 09:59:03 +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
|
8d1cf4ebec
|
Implemented memory cert stores.
|
2005-08-29 12:18:00 +00:00 |
Mike McCormack
|
a107234dcd
|
gcc 4.0 warning fixes.
|
2005-08-29 09:38:19 +00:00 |
Alexandre Julliard
|
cc4da88563
|
Explicitly import kernel32 in tests that use it.
|
2005-08-27 09:27:09 +00:00 |
Juan Lang
|
390d502887
|
Added a bunch of stubs.
|
2005-08-26 08:46:48 +00:00 |
Juan Lang
|
02cb0c77d7
|
Implemented CryptHashCertificate.
|
2005-08-25 09:51:59 +00:00 |
Alexandre Julliard
|
702c959c7b
|
Added missing ntdll imports.
|
2005-08-18 10:59:47 +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
|
5701a0f0b8
|
Implement a few utility functions, with tests.
|
2005-07-07 20:27:55 +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
|
4e99be5baa
|
- use exception handling in encoding
- consolidate integer encoders
|
2005-06-27 19:48:24 +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 |
Alexandre Julliard
|
aa0b9aac0d
|
Sort entry points alphabetically.
|
2005-06-22 18:38:23 +00:00 |
Francois Gouget
|
a1f4fac03c
|
Fix the CryptEncodeObjectEx() prototype.
Fixes winapi_check warnings.
|
2005-06-17 21:26:53 +00:00 |
Juan Lang
|
2aa7f3c276
|
Add a few traces and comments.
|
2005-06-17 09:50:37 +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 |