http://bugs.winehq.org/show_bug.cgi?id=5639
------- Additional Comments From kelfe@gmx.de 2006-24-07 12:02 ------- Created an attachment (id=3024) --> (http://bugs.winehq.org/attachment.cgi?id=3024&action=view) RSAENH_CPGetHashParam should also support buffer size queries
according to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/seccrypto/s... you can also query how much space is required for a certain answer by setting pbData to NULL
for example if you query the hash value for SHA1 the function should return that you need 20 bytes to store that