Alexandre Julliard
|
37bf722401
|
crypt32/tests: Clean up temp files.
|
2006-07-26 14:51:10 +02:00 |
Juan Lang
|
6e23b4a25d
|
crypt32: Implement file stores.
|
2006-07-26 10:24:53 +02:00 |
Juan Lang
|
1eefa005da
|
crypt32: Implement more string types for X509_NAME_VALUE.
|
2006-07-20 12:09:59 +02:00 |
Juan Lang
|
9bce49543b
|
crypt32: Correct handling of empty output buffer in CertRDNValueToStr and CertNameToStr.
|
2006-07-20 12:09:17 +02:00 |
Juan Lang
|
ead21189c2
|
crypt32: Implement X509_UNICODE_NAME_VALUE encoding/decoding.
|
2006-07-19 18:15:56 +02:00 |
Stefan Leichter
|
b5c98f4dd6
|
crypt32: Make tests loadable on NT4.
|
2006-07-19 09:54:22 +02:00 |
Andrew Talbot
|
a0f208755e
|
crypt32/tests: Write-strings warnings fix.
|
2006-07-19 09:39:03 +02:00 |
Juan Lang
|
8d8520975f
|
crypt32: Output x.500 strings from CertNameToStrA/W.
|
2006-07-18 11:19:05 +02:00 |
Juan Lang
|
273b76570e
|
crypt32: Implement CryptAcquireCertificatePrivateKey.
|
2006-07-12 13:16:02 +02:00 |
Juan Lang
|
4b8845ae12
|
crypt32: Implement key context property, with tests.
|
2006-07-11 12:40:22 +02:00 |
Andrew Talbot
|
ee9b18f04b
|
crypt32/tests: Write-strings warnings test.
|
2006-07-11 12:37:18 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Francois Gouget
|
e72b9f0e55
|
crypt32: Fix compilation with gcc 2.95.
|
2006-06-26 13:04:47 +02:00 |
Juan Lang
|
77ea583ab0
|
crypt32: Implement CertGetCRLFromStore.
- implement CertGetCRLFromStore, with tests
- update tests for CRL revocation functions to show name isn't checked
|
2006-06-22 12:29:04 +02:00 |
Juan Lang
|
e8992af0fa
|
crypt32: Implement some CRL verification functions.
|
2006-06-21 11:15:49 +02:00 |
Juan Lang
|
6f75b5e4ad
|
crypt32: Rearrange functions a bit.
|
2006-06-20 20:37:02 +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 |
Juan Lang
|
3174806f86
|
crypt32: Make base64 tests loadable on win9x.
|
2006-06-02 11:20:41 +02:00 |
Andrew Talbot
|
9a1e6aae55
|
crypt32/tests: Write-strings warning fix.
|
2006-06-01 11:08:21 +02:00 |
Juan Lang
|
23791c2510
|
crypt32: Implement CryptBinaryToStringA and CryptStringToBinaryA.
Implement CryptBinaryToStringA and CryptStringToBinaryA based on Kai
Blin's base64 encoder/decoder.
|
2006-05-31 11:58:40 +02:00 |
Juan Lang
|
b29c2335b8
|
crypt32: Implement CertVerifyCRLTimeValidity and partially implement CertVerifySubjectCertificateContext.
|
2006-05-26 20:20:50 +02:00 |
Juan Lang
|
c4f2bcf3d1
|
crypt32: Add support for CRLs.
|
2006-05-25 20:19:12 +02:00 |
Juan Lang
|
d2fd034b85
|
crypt32: Add one more test of CertAddEncodedCertificateToStore.
|
2006-05-25 10:37:36 +02:00 |
Juan Lang
|
e1afe33ac7
|
crypt32: Test and fix a couple CertAddCertificateContextToStore corner cases.
|
2006-05-24 10:24:54 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Juan Lang
|
73e825fb37
|
crypt32: Add more tests for adding certs to a store.
|
2006-05-16 20:24:52 +02:00 |
Juan Lang
|
d0505de674
|
crypt32: Implement CertCompare functions, with tests.
|
2006-05-16 20:24:12 +02:00 |
Juan Lang
|
24157e0f74
|
crypt32: Test importing public keys from a certificate.
|
2006-05-16 12:41:04 +02:00 |
Juan Lang
|
769a52f831
|
crypt32: Avoid a use-after-free bug in tests.
|
2006-05-16 12:40:55 +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
|
ed66801d3a
|
crypt32: Partially implement CertGetIssuerCertificateFromStore.
|
2006-05-10 11:21:20 +02:00 |
Juan Lang
|
992a1af44b
|
crypt32: Implement CertCreateSelfSignCertificate, with some tests.
|
2006-04-06 11:38:16 +02:00 |
Juan Lang
|
5eadd8c791
|
crypt32: Fix certificate adding
- Implement add disposition in CertAddCertificateContextToStore,
rather than in each store.
- Add a few more tests.
|
2006-03-30 21:55:00 +02:00 |
Mike McCormack
|
32f6b71c76
|
crypt32: Fix a warning.
|
2006-03-18 18:04:14 +01:00 |
Juan Lang
|
ae5823db3f
|
crypt32: Implement CertGetSubjectCertificateFromStore.
|
2006-03-17 13:11:21 +01:00 |
Juan Lang
|
b40a406dc3
|
crypt32: Tighten CertDuplicateCertificateContext test.
Test that the return from CertDuplicateCertificateContext is the same
as its parameter.
|
2006-03-16 16:21:59 +01:00 |
Jeremy White
|
efccbbfbea
|
crypt32: More gcc 2.95 adjustments.
|
2006-03-01 20:05:26 +01:00 |
Juan Lang
|
690f98408b
|
crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
- implement CryptEnumOIDInfo and CryptFindOIDInfo
- implement CertOIDToAlgId and CertAlgIdToOID using CryptFindOIDInfo
|
2006-02-24 11:26:01 +01:00 |
Juan Lang
|
6da92ded75
|
crypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
|
2006-02-23 11:14:13 +01:00 |
Juan Lang
|
aa6dc003a4
|
crypt32: Implement CertFindCertificateInStore, with tests.
|
2006-02-23 11:13:45 +01: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 |