digitalmars.D.learn - Crypto.lib and ssl.lib for Win32
- MGW (4/4) Jul 25 2017 I want to make an application with use http2.d from packet arsd.
- Adam D. Ruppe (4/7) Jul 25 2017 Do you have the crypto.dll and ssl.dll? If so, implib can make
- MGW (11/18) Jul 26 2017 Thank you for your offer!
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?
Jul 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)
Jul 25 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: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.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)
Jul 26 2017