aremily commented on issue #92: OpenSSL 1.1.0 updates with backward 
compatibility for OpenSSL 1.0.2 and 1.0.1
URL: https://github.com/apache/commons-crypto/pull/92#issuecomment-462013332
 
 
   Travis is running OpenSSL 1.0.1, correct?  I've been developing to 1.0.2
   and 1.1.0.  I'm guessing that the build errors on Travis are version
   related, so I'll stand up a 1.0.1 environment and see if I can recreate the
   failure.
   
   On Thu, Feb 7, 2019 at 1:58 PM Marcelo Vanzin <notificati...@github.com>
   wrote:
   
   > If I understand context->encrypt correctly, it just tracks whether the
   > context is being used for encryption or decryption, right?
   >
   > If that's the case, you could stash that information in the
   > EVP_CTX_Wrapper created by the commons-crypto library. Set it in
   > Java_org_apache_commons_crypto_cipher_OpenSslNative_init, and change some
   > internal functions to take the wrapper instead of the OpenSSL context
   > directly.
   >
   > Does that solve your problem?
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/commons-crypto/pull/92#issuecomment-461553133>,
   > or mute the thread
   > 
<https://github.com/notifications/unsubscribe-auth/AGg8fr1e5_YTvVHqfkjxdnTXzjUtJFutks5vLHdHgaJpZM4ZgACn>
   > .
   >
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to