Code Monkey home page Code Monkey logo

libressl's Introduction

LibreSSL 2.3.3 static lib for msvc++

Compile in MSVC++ 2015. Based on http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.3.tar.gz

Do:

  • git clone https://github.com/Ruzzz/LibreSSL.git LibreSSL
  • LibreSSL\LibreSSL\vs2015\VS2015_MAKE_x32.cmd
  • LibreSSL\LibreSSL\vs2015\VS2015_MAKE_x64.cmd
  • LibreSSL\LibreSSL\vs2015\INIT_ENV_VAR.cmd (as admin)
  • Use: OPENSSL_DIR/Include and OPENSSL_DIR/lib/VC

See:

bin\
    openssl.exe
    openssl64.exe

include\
    openssl_link_libs.cpp

lib\
    libcrypto32MT.lib
    libssl32MT.lib
    libtls32MT.lib
    libcrypto32MTd.lib
    libssl32MTd.lib
    libtls32MTd.lib
    libcrypto64MT.lib
    libssl64MT.lib
    libtls64MT.lib
    libcrypto64MTd.lib
    libssl64MTd.lib
    libtls64MTd.lib

vs2015\
    VS2015_MAKE_x32.cmd
    VS2015_MAKE_x64.cmd
    INIT_ENV_VAR.cmd
    LibreSSL.sln
    crypto\crypto.vcxproj
    openssl\openssl.vcxproj
    ssl\ssl.vcxproj
    tls\tls.vcxproj

tests\
    msvc2015\

openssl_link_libs.cpp

// Link OpenSSL libs
#ifdef _DEBUG
#  ifdef _WIN64
#    pragma comment(lib, "libcrypto64MTd.lib")
#    pragma comment(lib, "libssl64MTd.lib")
#  else // WIN32
#    pragma comment(lib, "libcrypto32MTd.lib")
#    pragma comment(lib, "libssl32MTd.lib")
#  endif
#else // RELEASE
#  ifdef _WIN64
#    pragma comment(lib, "libcrypto64MT.lib")
#    pragma comment(lib, "libssl64MT.lib")
#  else // WIN32
#    pragma comment(lib, "libcrypto32MT.lib")
#    pragma comment(lib, "libssl32MT.lib")
#  endif
#endif

libressl's People

Contributors

ruzzz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

wyrover

libressl's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.