diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-17 21:35:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-19 12:31:03 +0300 |
commit | 31549ac997a12bdb70b76cae8b46d4c729bb1243 (patch) | |
tree | a07454664d4584145d8eeb438803222c4589debf /tests | |
parent | 3c5665c690064e91b912fe2df01735c78e3d47be (diff) |
Rename rsautl command to pkeyutl
Note that the rsautl command name is still accepted for backward compatibility.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
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 : |