Dmitry Timoshkov dmitry@baikal.ru writes:
Dmitry Timoshkov dmitry@baikal.ru wrote:
This makes reading and writing of CRYPT_KEY_PROV_INFO certificate property from/to the certificate storage independent from architecture the crypt32.dll code being executed on.
Is there anything that could be improved to make this patch accepted?
That data structure looks strange. Maybe you could explain why it needs to use the 64-bit layout, and why you are achieving that with padding instead of using 64-bit types?