[EXTERNAL] [v2] crypto/openssl: update to OpenSSL 3.0 minimum version
Akhil Goyal
gakhil at marvell.com
Sat Jun 20 20:28:49 CEST 2026
> Update the OpenSSL PMD to require OpenSSL 3.0.0 as the minimum
> supported version, removing all compatibility code for earlier
> versions (1.0.1, 1.1.0, 1.1.1).
>
> Signed-off-by: Emma Finn <emma.finn at intel.com>
> ---
> *v2: skip build if openssl v3.0 dependency is not met.
> ---
> doc/guides/cryptodevs/openssl.rst | 4 +-
> doc/guides/rel_notes/release_26_07.rst | 5 +
> drivers/crypto/openssl/compat.h | 203 ------
> drivers/crypto/openssl/meson.build | 4 +-
> drivers/crypto/openssl/openssl_pmd_private.h | 30 -
> drivers/crypto/openssl/rte_openssl_pmd.c | 648 +------------------
> drivers/crypto/openssl/rte_openssl_pmd_ops.c | 206 ------
> 7 files changed, 21 insertions(+), 1079 deletions(-)
>
Acked-by: Akhil Goyal <gakhil at marvell.com>
Thanks for the cleanup. You missed to remove the deprecation notice.
Removed deprecation notice while applying.
Applied to dpdk-next-crypto
More information about the dev
mailing list