Re: rsaenh: Fix the accepted RC2 key length, based on a test case by Dan Kegel.
13 Oct
2009
13 Oct
'09
10:07 a.m.
On Tuesday 13 October 2009 08:46:59 am Dmitry Timoshkov wrote:
+ ret = pCryptImportKey(provider, (BYTE*)&key_blob, + sizeof(BLOBHEADER)+sizeof(DWORD)+key_length, + 0, CRYPT_IPSEC_HMAC_KEY, &hkey); + ok(ret, "CryptImportKey error %u\n", GetLastError()); + + pCryptReleaseContext(provider, 0);
You should clean up the key as well. -Hans
5994
Age (days ago)
5994
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker