RE: Migrating from 1.0.2 g to 1.1.1d

2020-02-06 Thread Floodeenjr, Thomas
It looks like I need to call init() after new() m_evpCtx = EVP_ENCODE_CTX_new(); EVP_EncodeInit(m_evpCtx); From: openssl-users On Behalf Of Floodeenjr, Thomas Sent: Thursday, February 6, 2020 2:22 PM To: openssl-users@openssl.org Subject: RE: Migrating from 1.0.2 g to 1.1.1d

RE: Migrating from 1.0.2 g to 1.1.1d

2020-02-06 Thread Floodeenjr, Thomas
unning my buffer. Why does EVP_ENCODE_CTX_new() initialize to '0'? How do I fix this problem? Thanks, -Tom From: openssl-users On Behalf Of Floodeenjr, Thomas Sent: Thursday, February 6, 2020 11:25 AM To: openssl-users@openssl.org Subject: Migrating from 1.0.2 g to 1.1.1d Hell

Migrating from 1.0.2 g to 1.1.1d

2020-02-06 Thread Floodeenjr, Thomas
Hello, We are in the process of migrating from 1.0.2g to 1.1.1d. We adjusted to the changes, we think, and everything compiles. Many things also execute correctly. We are currently seeing a crash in EVP_EncodeUpdate() after we process most of our data. (last line of the while loop, line 202,