Thread overview
Crypto.lib and ssl.lib for Win32
Jul 25, 2017
MGW
Jul 25, 2017
Adam D. Ruppe
Jul 26, 2017
MGW
July 25, 2017
I want to make an application with use http2.d from packet arsd. Where can I find the ready made for usage or how to create cryptro.lib and ssl.lib for Windows 32 that are necessary for my project?
July 25, 2017
On Tuesday, 25 July 2017 at 12:11:08 UTC, MGW wrote:
> Where can I find the ready made for usage or how to create cryptro.lib and ssl.lib for Windows 32 that are necessary for my project?

Do you have the crypto.dll and ssl.dll? If so, implib can make the lib files. If you don't have implib, email the dlls to me and I'll get it to you (destructionator@gmail.com)
July 26, 2017
On Tuesday, 25 July 2017 at 21:51:39 UTC, Adam D. Ruppe wrote:
> On Tuesday, 25 July 2017 at 12:11:08 UTC, MGW wrote:
>> Where can I find the ready made for usage or how to create cryptro.lib and ssl.lib for Windows 32 that are necessary for my project?
>
> Do you have the crypto.dll and ssl.dll? If so, implib can make the lib files. If you don't have implib, email the dlls to me and I'll get it to you (destructionator@gmail.com)

Thank you for your offer!
I didn`t find crypto.dll and ssl.dll files for Win32 with the necessary list of export functions. but there`re files libssl32.dll and libeay32.dll (from OpenSSL for Windows) which have the necessary export functions. Can I use them instead of crypto.dll and ssl.dll? Is it possible to rename libssl32.dll to ssl.dll? One more question: Was the module http2.d check and did it operate in Win32?
I understand that it works in Linux but I really need it working in Win32.