Configure check for MD5_Init instead of DES_cbc_encrypt#1111
Configure check for MD5_Init instead of DES_cbc_encrypt#1111justsmth wants to merge 2 commits intothe-tcpdump-group:masterfrom
Conversation
|
Thank you for bringing this up. The CMake leg of the build process tests for Have you tried whether CMake tcpdump build works correctly with AWS-LC? (The simplest way to test for that should be running |
On line 894 (right after this) it does a check for
Yeah, I was able to build/test tcpdump against AWS-LC with CMake. I first built/installed AWS-LC into a directory. Then set |
|
I checked in the code where |
|
Resolving this in favor of a more recent/better proposal in #1174 |
With this configure-script patch, tcpdump successfully builds and (with a few other small changes) tests pass using AWS-LC as the libcrypto.
DES_cbc_encryptfunction, but it supports the ciphers required for ESP in the tests.MD5_Initappears to be supported by other libcrypto implementations (e.g., OpenSSL and LibreSSL).