Add recipes for misc other things we want to test
authorRichard Levitte <levitte@openssl.org>
Sun, 19 Apr 2015 20:26:12 +0000 (22:26 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 7 Sep 2015 14:10:57 +0000 (16:10 +0200)
commit127d25903fc705756ac211ea373104d8e8858ae1
tree27b67c8ac8e0d87c75d81db0b31f330a2cf46e99
parent88b8a5279f452027c193c2de7909dd9f7c9736c6
Add recipes for misc other things we want to test

Note that this required a change in constant_time_test.c, as it says
"ok", which interferes with what Test::Harness expects to see.  I had
constant_time_test.c say "success" instead.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/constant_time_test.c
test/recipes/90-test_constant_time.t [new file with mode: 0644]
test/recipes/90-test_gost2814789.t [new file with mode: 0644]
test/recipes/90-test_heartbeat.t [new file with mode: 0644]
test/recipes/90-test_ige.t [new file with mode: 0644]
test/recipes/90-test_jpake.t [new file with mode: 0644]
test/recipes/90-test_p5_crpt2.t [new file with mode: 0644]
test/recipes/90-test_srp.t [new file with mode: 0644]
test/recipes/90-test_v3name.t [new file with mode: 0644]