Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL-1-1-1 support #73

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 4, 2019

  1. OpenSSL-1-1-1 support

    This patch provides support for compiling libEST for OpenSSL-1.1.1
    OpenSSL version is:
    
    OpenSSL 1.1.1  11 Sep 2018
    Sumant Gupta committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    54264f4 View commit details
    Browse the repository at this point in the history
  2. Update est_server.c

    Corrected the code in case we are compiling against:
    OPENSSL_VERSION_NUMBER < 0x10100000L
    Sumant Gupta committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    0673b38 View commit details
    Browse the repository at this point in the history