7 May
2007
7 May
'07
2:12 p.m.
- ok(info->dwKeySpec == AT_SIGNATURE, + ok(info->dwKeySpec == (AT_SIGNATURE|AT_KEYEXCHANGE), "Expected AT_SIGNATURE, got %d\n", info->dwKeySpec);
It could be a good idea to correct the error text "Expected AT_SIGNATURE" to add AT_KEYEXCHANGE in it. Laurent Vromman On Mon, 07 May 2007 16:05:35 +0200, Mounir IDRASSI <mounir.idrassi(a)idrix.fr> wrote:
Hi, This patch corrects a test in crypt32 that was incorrectly written to accommodate the bug in rsaenh dll we corrected in our previous patch.
Mounir IDRASSI IDRIX - Cryptography and IT Security Experts http://www.idrix.fr
6798
Age (days ago)
6798
Last active (days ago)
0 comments
1 participants
participants (1)
-
Laurent Vromman