Skip to content

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.

2 participants