test_rehash does nothing, have it do something
authorRichard Levitte <levitte@openssl.org>
Fri, 10 Feb 2017 21:50:24 +0000 (22:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 Feb 2017 04:05:38 +0000 (05:05 +0100)
commit4bbd8a5daaa810c487f684971c0339a1d7c15da9
tree3b492937618c0095598944802783e6744a2a5453
parent1f9e00a6fcd7138f399c6a968625cf0d2d61a438
test_rehash does nothing, have it do something

test/recipes/40-test_rehash.t uses test files from certs/demo, which
doesn't exist any longer.  Have it use PEM files from test/ instead.

Because rehash wants only one certificate or CRL per file, we must
also filter those PEM files to produce test files with a single object
each.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2594)
test/recipes/40-test_rehash.t