Re: [PATCH] tool_metalink.c: Added support for Microsoft Windows CryptoAPI

2012-09-11 Thread Marc Hoersken
Hello everyone, thanks to Guenter for testing the implementation on Windows XP. I just pushed the changes to the git repository. Best regards, Marc --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette:

Re: [PATCH] tool_metalink.c: Added support for Microsoft Windows CryptoAPI

2012-09-10 Thread Guenter
Hi Marc, Am 11.09.2012 02:06, schrieb Marc Hoersken: Please take a look at the patches. I would appreciate any feedback on this. unfortunately I have ATM not much time for looking into the patches ... Testing is needed to make sure it also works on Windows XP and older. Thanks in advance! but

[PATCH] tool_metalink.c: Added support for Microsoft Windows CryptoAPI

2012-09-10 Thread Marc Hoersken
Hello everyone, Anthony approached me some weeks ago and asked if it is possible to make use of built-in Windows functions in order to provide the hashing functionality required by Metalink. Yes, it is entirely possible with the built-in CryptoAPI and I just finished a working implementation. I