]> The Tcpdump Group git mirrors - tcpdump/commit
esp: don't use EVP_add_cipher_alias().
authorGuy Harris <[email protected]>
Sat, 27 Jul 2024 22:51:06 +0000 (15:51 -0700)
committerGuy Harris <[email protected]>
Thu, 1 Aug 2024 05:49:39 +0000 (22:49 -0700)
commitd44658b2e47ad1a3724a632f0d65a81140654c15
tree1483de77cb50162858a218f6a9c6d12760e0c957
parent44f7b07d87b2676a0bb5f6d0ea67a3a990619321
esp: don't use EVP_add_cipher_alias().

It's described in
https://github.com/openssl/openssl/issues/11715#issuecomment-2164442688
as being one of several routines that "are internal macros and not
really suitable for the Brave New Provider World", and the bug in
question complains that they're not documented.

Instead, just map "3des" to "des-ede3-cbc" ourselves.

This should fix #1175.
print-esp.c