LibCryptoEVPInterface OPENSSL_VERSION_NUMBER
Bob Nemec <[email protected]> Thu, 17 Mar 2022 14:12:35 +0000 (UTC)
| Newsgroups | gmane.comp.lang.smalltalk.vwnc |
|---|---|
| Message-ID | <[email protected]> |
I think I may be missing something obvious when using HttpClient>>post:formData: to an https url. I get an exception because LibCryptoHash>>initializeContext fails due to LibCrypto EVP_MD_CTX = nil.Tracing Crypto.LibCryptoEVPInterface initializeLibCrypto I end up at OPENSSL_VERSION_NUMBER which answers nil, running VW 8.3.2 This image is running on Linux, where I see... $ openssl version OpenSSL 1.0.2k-fips 26 Jan 2017 ...but I always get nil from... LibCryptoEVPInterface OPENSSL_VERSION_NUMBER ...is there setup step that I'm missing? I've read through the VW Security Guide, but no luck so far. Thanks for any help,Bob Nemec