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:07:02 +0000 (05:07 +0100)
commitb67a37b84674881226bb96709239a7e5945bc480
tree1878bba663b45e6bdfcc686a2de97b4beb98ce39
parent1d2a18ec34fb9f2fbdaa1a28e89f1eff1654a45f
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)
(cherry picked from commit 4bbd8a5daaa810c487f684971c0339a1d7c15da9)
test/recipes/40-test_rehash.t