Test: use keywords instead of magic numbers for 'rsa_pss_saltlen'
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 2 May 2019 11:57:35 +0000 (13:57 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 2 May 2019 21:01:42 +0000 (23:01 +0200)
commit31fc48ddc30c627416edaa62ec1448e66ef92908
tree5d2734aa53d057633a73319b2b6ef066bc86ec12
parent0c4e984de28b1477e002766b2751576f5c6c47d6
Test: use keywords instead of magic numbers for 'rsa_pss_saltlen'

Since commit 137096a7ead it is possible to specify keywords instead
of negative magic numbers for the salt length. This commit replaces
the remaining occurrences of `rsa_pss_saltlen:-3` in the test recipes
by `rsa_pss_saltlen:max`.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8860)
test/recipes/15-test_rsapss.t
test/recipes/80-test_cms.t