]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add more tests for apps/req
authorNicola Tuveri <nic.tuv@gmail.com>
Thu, 31 Oct 2019 15:17:31 +0000 (17:17 +0200)
committerNicola Tuveri <nic.tuv@gmail.com>
Wed, 13 Nov 2019 15:20:14 +0000 (17:20 +0200)
commitbd2931bf45bf35f1b3a3eb6ec4b4bb64fcdfdbfa
tree23b4274f733bbb4589c50115136406cc8e46d838
parent9fc977c76d20226d4640a7b9a3f84e4216571184
Add more tests for apps/req

https://github.com/openssl/openssl/issues/10224#issuecomment-546593113
highlighted that existing testing infrastructure is not covering common
usage patterns of the `req` app.

This commit explicitly adds request generations thorugh the CLI using
RSA, DSA and ECDSA (P-256) keys.

(cherry picked from commit b2a7310af0dd190712bae2e462a7708483dd4628)

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10369)
test/recipes/25-test_req.t