Windows 10 run-time issue

2019-10-02 Thread Andy Kennedy
All, Previous versions used: Windows 7 openssl-1.0.2s libssh-0.9.0 VS2017 Strawberry Perl This configuration worked without issue. Then, MS EOL'ed Windows 7. My configuration is now: Windows 10 openssl-1.1.1d (someone on libssh told me that I needed this version) VS2017 Straw

Re: EVP_PKEY_CTX* Best Practices

2019-10-02 Thread Matt Caswell
On 02/10/2019 03:10, Christian Mazakas wrote: > I'm relatively new to the world of OpenSSL. > > I'm trying to write a QUIC stream class and for that, I need to use the > EVP_PKEY_CTX and I'm not sure what's the optimal way of scoping instances of > this context. > > For example, should I have