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:02:47 +0000 (23:02 +0200)
commit49142bcb187d4d9fe8b41a813ff63ddf322600a3
tree86ad88393a9915036b0b79b3596dc9e966811a15
parent68b8769e4e16e69954729d27a0d40b93f1098a8a
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)

(cherry picked from commit 31fc48ddc30c627416edaa62ec1448e66ef92908)
test/recipes/15-test_rsapss.t
test/recipes/80-test_cms.t