Andrew Talbot
|
2ec6c1bf96
|
secur32/tests: Cast-qual warnings fix.
|
2006-12-15 12:19:00 +01:00 |
Kai Blin
|
1037e20bc7
|
secur32: Fix handling of ISC_REQ* flags in InitializeSecurityContext.
|
2006-11-14 11:34:19 +01:00 |
Francois Gouget
|
ea483682c5
|
secur32: sspi.h must not include wtypes.h.
|
2006-11-08 12:11:00 +01:00 |
Kai Blin
|
3af72bec1e
|
secur32: Test and fix DecryptMessage for multiple data buffers.
|
2006-11-06 13:47:29 +01:00 |
Kai Blin
|
cd8332ae1c
|
secur32: Fix handling of buffers that don't have the SECBUFFER_TOKEN as the first buffer.
Thanks to Robert Shearman for catching this one and providing some of the test code.
|
2006-11-04 12:07:05 +01:00 |
Kai Blin
|
e1bfe4c18a
|
secur32: Get rid of some HeapAlloc() calls to make code more readable.
|
2006-11-04 12:02:06 +01:00 |
Michael Ploujnikov
|
4b7877d79d
|
secur32/tests: Win64 printf format warning fixes.
|
2006-10-11 12:09:09 +02:00 |
Kai Blin
|
98aeac78fc
|
secur32: Fix DecryptMessage for the dummy case.
|
2006-09-08 11:02:25 +02:00 |
Kai Blin
|
85655db106
|
secur32: Fix generation of the session key.
|
2006-09-08 11:02:17 +02:00 |
Kai Blin
|
bfa5967366
|
secur32: Initial working implementation of EncryptMessage and DecryptMessage.
|
2006-08-21 12:08:30 +02:00 |
Kai Blin
|
8289ddb0d1
|
secur32: Implement simple VerifySignature.
|
2006-08-14 11:58:25 +02:00 |
Kai Blin
|
9b480ef06e
|
secur32: Implement simple MakeSignature.
|
2006-08-14 11:58:17 +02:00 |
Kai Blin
|
d2989cc32d
|
secur32: Make ntlm tests run on both WinXP and Win2k.
|
2006-08-09 17:12:14 +02:00 |
Kai Blin
|
a71cf8446f
|
secur32: Add tests for MakeSignature, VerifySignature, EncryptMessage and DecryptMessage.
|
2006-08-09 17:10:37 +02:00 |
Kai Blin
|
c62193266d
|
secur32: Move NTLM tests to ntlm.c to avoid cluttering main.c with NTLM-specific tests.
|
2006-08-09 11:20:03 +02:00 |