Installing OpenSSL and Libp11 (Windows)

  1. Download and install OpenSSL; refer to the OpenSSL for Windows release page to obtain the OpenSSL installer.

  2. Add the OpenSSL bin/ directory to the system PATH.

  3. Verify the OpenSSL version using the following command in a terminal.

›_ Console

openssl version
OpenSSL 3.4.1 11 Feb 2025 (Library: OpenSSL 3.4.1 11 Feb 2025)
  1. Download libp11 from the official libp11 release page and extract its content.

  2. Verify that pkcs11.dll is available inside the <libp11>/ folder.