Alexandre Julliard
|
8926dce077
|
crypt32: Avoid casting away const from the context pointer.
|
2008-01-02 12:38:42 +01:00 |
Juan Lang
|
6aa03fc4c3
|
crypt32: Add more tests for getting issuer cert from store.
Show that certificates are added to memory stores at the head rather
than the tail.
|
2007-09-10 15:48:10 +02:00 |
Juan Lang
|
c5a213a816
|
crypt32: Add a couple traces.
|
2007-08-08 15:32:01 +02:00 |
Jan Zerebecki
|
e8956eb48b
|
crypt32: Add DebugInfo to critical sections.
|
2007-03-12 13:37:57 +01:00 |
Juan Lang
|
f3a1f2bf60
|
crypt32: Win64 printf format warning fixes.
|
2006-10-04 09:59:57 +02:00 |
Alexandre Julliard
|
dbd473ff79
|
crypt32: Use unsigned int instead of size_t to avoid printf format warnings.
|
2006-06-13 14:14:00 +02:00 |
Juan Lang
|
dc660a81ed
|
crypt32: Combine redundant code.
|
2006-05-26 20:16:07 +02:00 |
Alexandre Julliard
|
52476a1124
|
Fixed a couple of instances of the old FSF address that crept back in.
|
2006-05-26 12:08:32 +02:00 |
Juan Lang
|
e48a0a3c23
|
crypt32: Abstract contexts.
- create an abstract interface for contexts, and use it for certificates
- create a simple context list, and use it for memory stores
|
2006-05-23 17:52:40 +02:00 |