imahjoub / OpenSSL_withVisualStudio

A repository that allows you to build and use OpenSSL with Visual Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSSL_withVisualStudio

CodeQL Issues Boost Software License 1.0

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

Using OpenSSL_withVisualStudio

Required tools

  • 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)

Build the library OpenSSL_Lib

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

Use openssl code in visual studio

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

About

A repository that allows you to build and use OpenSSL with Visual Studio

License:Boost Software License 1.0


Languages

Language:C 60.8%Language:Perl 37.3%Language:Raku 0.8%Language:Assembly 0.5%Language:C++ 0.2%Language:Shell 0.2%Language:M4 0.1%Language:eC 0.0%Language:Makefile 0.0%Language:DIGITAL Command Language 0.0%Language:Pawn 0.0%Language:Emacs Lisp 0.0%Language:SourcePawn 0.0%Language:Python 0.0%Language:Module Management System 0.0%Language:Ruby 0.0%Language:Batchfile 0.0%Language:sed 0.0%