From 31549ac997a12bdb70b76cae8b46d4c729bb1243 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 17 Nov 2021 21:35:23 +0300 Subject: Rename rsautl command to pkeyutl Note that the rsautl command name is still accepted for backward compatibility. --- tests/client.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/client.testscript b/tests/client.testscript index c64e6ed..bd2e865 100644 --- a/tests/client.testscript +++ b/tests/client.testscript @@ -1,7 +1,7 @@ # file : tests/client.testscript # license : MIT; see accompanying LICENSE file -test.arguments += rsautl -sign -keyform engine -engine pkcs11 +test.arguments += pkeyutl -sign -keyform engine -engine pkcs11 : args : -- cgit v1.1