Crypto_Win & NetSSL_Win #3423
Unanswered
lzanoni-stm
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I found reference to a version of NetSSL/Crypto using Windows libraries instead of OpenSSL.
But I can't manage to find the corresponding projects on github. Are they dead ?
If you wonder why I don't want OpenSSL, it's that I've build a DLL statically linked with the POCO libs and OpenSSL libs, but for some reason my DLL refuse to unload. When I linked the OpenSSL lib dynamically, my DLL unloads ok, but I don't like to have these extra libssl/libcrypto.dll hanging around my DLL, thus I wanted to try with a more Windows-native library...
Beta Was this translation helpful? Give feedback.
All reactions