]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests/README.md: list the openssl tool among the prerequisites
authorDaniel Stenberg <daniel@haxx.se>
Thu, 3 Apr 2025 12:28:37 +0000 (14:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Apr 2025 14:25:29 +0000 (16:25 +0200)
Used for test cert generation since 8.13.0

Closes #16942

tests/README.md

index b2c4261abca89852027171df7ab613498171a9ff..b1ac695524485534bc6e8d1442b59e69f2c2273f 100644 (file)
@@ -45,13 +45,14 @@ SPDX-License-Identifier: curl
 
 ## Requires to run
 
-  - perl (and a Unix-style shell)
-  - python (and a Unix-style shell, for SMB and TELNET tests)
-  - python-impacket (for SMB tests)
-  - diff (when a test fails, a diff is shown)
-  - stunnel (for HTTPS and FTPS tests)
-  - OpenSSH or SunSSH (for SCP and SFTP tests)
-  - nghttpx (for HTTP/2 and HTTP/3 tests)
+  - `perl` (and a Unix-style shell)
+  - `python` (and a Unix-style shell, for SMB and TELNET tests)
+  - `python-impacket` (for SMB tests)
+  - `diff` (when a test fails, a diff is shown)
+  - `stunnel` (for HTTPS and FTPS tests)
+  - `openssl` (the command line tool, for generating test server certificates)
+  - `openssh` or `SunSSH` (for SCP and SFTP tests)
+  - `nghttpx` (for HTTP/2 and HTTP/3 tests)
   - An available `en_US.UTF-8` locale
 
 ### Installation of impacket