Re: rsaenh: add support for mandatory parameters to RSAENH_CPGetProvParam

2007-05-09 Thread Alexandre Julliard
Mounir IDRASSI <[EMAIL PROTECTED]> writes: > Hi Alexandre, > The problem comes from the file cert.c in crypt32 dll (the real one, not > the one in tests): at line 1976, the value AT_SIGNATURE is hardcoded in > case for failure of CryptGetProvParam. Without my patch, this function > definitely fail

Re: rsaenh: add support for mandatory parameters to RSAENH_CPGetProvParam

2007-05-09 Thread Mounir IDRASSI
Hi Alexandre, The problem comes from the file cert.c in crypt32 dll (the real one, not the one in tests): at line 1976, the value AT_SIGNATURE is hardcoded in case for failure of CryptGetProvParam. Without my patch, this function definitely fail and the hardcoded value is written. So, a more comple

Re: rsaenh: add support for mandatory parameters to RSAENH_CPGetProvParam

2007-05-09 Thread Alexandre Julliard
Mounir IDRASSI <[EMAIL PROTECTED]> writes: > This patch adds support for mandatory parameters in > RSAENH_CPGetProvParam. It also adds tests for them. > The mandatory parameters are: PP_UNIQUE_CONTAINER, PP_PROVTYPE, > PP_KEYSPEC, PP_KEYSET_TYPE, PP_KEYSTORAGE. Thanks for resending, but unfortuna