This repository helps you to build and use OpenSSL with Visual Studio.
The vcxproj file of OpenSSL_Lib is built with help of vcxproj_generator
- Visual Studio
- Install and Make Perl available via the PATH settings
- Update the path to VS Command Prompt in Build_OpenSSL_Lib.bat (line 13)
In order to generate openssl libs and headers, build the following targets
- OpenSSL_Lib_Debug
- OpenSSL_Lib_Release
NB: This project currently only supports openssl-static-libraries with x64-architectures
After generating the libs/headers you can use OpenSSL_Test as a template to get access to the openssl API-functions and code.
OpenSSL_Test project provides a sha256-example