Skip to content

Commit

Permalink
Merge branch 'libpks-openssl3' into 'main'
Browse files Browse the repository at this point in the history
Support OpenSSL 3 with the Encrypt/Decrypt library

See merge request nvidia/container-toolkit/libnvidia-container!216
  • Loading branch information
Evan Lezar committed Jun 6, 2023
2 parents 2632174 + 40d3417 commit cd0f408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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 <[email protected]> Mon, 24 Apr 2023 17:30:18 +0200

Expand Down
1 change: 1 addition & 0 deletions pkg/rpm/SPECS/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ This package contains command-line tools that facilitate using the library.
%changelog
* Mon Apr 24 2023 NVIDIA CORPORATION <[email protected]> 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 <[email protected]> 1.13.1-1
- Bump version to 1.13.1
Expand Down
1 change: 1 addition & 0 deletions src/nvc_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit cd0f408

Please sign in to comment.