]> git.ipfire.org Git - thirdparty/openssl.git/commit
More testing for sign/verify through `dgst` and `pkeyutl`
authorNicola Tuveri <nic.tuv@gmail.com>
Mon, 11 Nov 2019 13:52:52 +0000 (15:52 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Dec 2019 17:44:38 +0000 (18:44 +0100)
commitef1e59ed833e8ed1d5f4de5b0c734da8561890e3
tree1ed47fb6054bf3eb391c701a316df869c20bd22f
parent81722fdf2e01cfa71c46abbcc19e65aa003e083f
More testing for sign/verify through `dgst` and `pkeyutl`

Add tests for signature generation and verification with `dgst` and
`pkeyutl` CLI for common key types:
- RSA
- DSA
- ECDSA
- EdDSA

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10410)
test/recipes/20-test_dgst.t [new file with mode: 0644]
test/recipes/20-test_pkeyutl.t