uru4000: Use OpenSSL to perform AES-ECB encryption

Drop usage of NSS library now that openssl >= 3.0 has not anymore any
license incompatibility.

OpenSSL will provide us a better ground for further developments and
it's also the preferred crypto library by most distros these days
This commit is contained in:
Marco Trevisan (Treviño)
2025-02-13 00:52:28 +01:00
committed by Marco Trevisan
parent 7a60912b61
commit 133eaab061
6 changed files with 67 additions and 73 deletions

View File

@@ -43,7 +43,7 @@ image: $FEDORA_IMAGE
.build_one_driver_template: &build_one_driver
script:
# Build with a driver that doesn't need imaging, or nss
# Build with a driver that doesn't need imaging, or openssl
- meson setup _build --werror -Ddrivers=$driver
- meson compile -C _build
- rm -rf _build/