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

Conversation

sumantgupta1984
Copy link

@sumantgupta1984 sumantgupta1984 commented Jul 4, 2019

This patch provides support for compiling libEST for OpenSSL-1.1.1

Please have a review of following items as i am unclear about this:

  1. Could not find equivalent in OpenSSL 1.1.1 for NETSCAPE_X509 ,so disabled the support in example/server/ossl_srv.c.
  2. Also at some places i see the code "req->req_info->enc.modified = 1 " where we have set the modified bit,i could not find an equivalent. If anybody finds the workaround,please update.
    3.Could not find the replacement for c2i_ASN1_OBJECT ,so converted to d2i_ASN1_OBJECT.
    Could not find any equivalent,so replaced this . Please see if its ok.

I have tested the example client/server on OpenSSL 1.1.1 and it works fine.

This patch provides support for compiling libEST for OpenSSL-1.1.1
OpenSSL version is:

OpenSSL 1.1.1  11 Sep 2018
Copy link
Author

@sumantgupta1984 sumantgupta1984 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a

Corrected the code in case we are compiling against:
OPENSSL_VERSION_NUMBER < 0x10100000L
@csosto-pk
Copy link

Thanks for this @sumantgupta1984 .
We have added OpenSSL 1.1.1 support and we will include it in the upcoming release of libest in a month or so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants