Skip to content
Snippets Groups Projects
Commit cd0f408a authored by Evan Lezar's avatar Evan Lezar
Browse files

Merge branch 'libpks-openssl3' into 'main'

Support OpenSSL 3 with the Encrypt/Decrypt library

See merge request !216
parents 26321746 40d3417f
No related branches found
No related tags found
1 merge request!216Support OpenSSL 3 with the Encrypt/Decrypt library
Pipeline #891069443 passed
libnvidia-container (1.14.0~rc.1-1) experimental; urgency=medium
* Remove linvidia-container0 dependency on Ubuntu-based arm64 platforms
* Support OpenSSL 3 with the Encrypt/Decrypt library
-- NVIDIA CORPORATION <cudatools@nvidia.com> Mon, 24 Apr 2023 17:30:18 +0200
......
......@@ -101,6 +101,7 @@ This package contains command-line tools that facilitate using the library.
%changelog
* Mon Apr 24 2023 NVIDIA CORPORATION <cudatools@nvidia.com> 1.14.0-rc.1-1
- Remove linvidia-container0 dependency on Ubuntu-based arm64 platforms
- Support OpenSSL 3 with the Encrypt/Decrypt library
* Thu Apr 13 2023 NVIDIA CORPORATION <cudatools@nvidia.com> 1.13.1-1
- Bump version to 1.13.1
......
......@@ -88,6 +88,7 @@ static const char * const compute_libs[] = {
"libnvidia-allocator.so", /* NVIDIA allocator runtime library */
"libnvidia-compiler.so", /* NVVM-PTX compiler for OpenCL (used by libnvidia-opencl) */
"libnvidia-pkcs11.so", /* Encrypt/Decrypt library */
"libnvidia-pkcs11-openssl3.so", /* Encrypt/Decrypt library (OpenSSL 3 support) */
"libnvidia-nvvm.so", /* The NVVM Compiler library */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment