openssl/test/recipes
Rich Salz bbd86bf542 mem functions cleanup
Only two macros CRYPTO_MDEBUG and CRYPTO_MDEBUG_ABORT to control this.
If CRYPTO_MDEBUG is not set, #ifdef out the whole debug machinery.
        (Thanks to Jakob Bohm for the suggestion!)
Make the "change wrapper functions" be the only paradigm.
Wrote documentation!
Format the 'set func' functions so their paramlists are legible.
Format some multi-line comments.
Remove ability to get/set the "memory debug" functions at runtme.
Remove MemCheck_* and CRYPTO_malloc_debug_init macros.
Add CRYPTO_mem_debug(int flag) function.
Add test/memleaktest.
Rename CRYPTO_malloc_init to OPENSSL_malloc_init; remove needless calls.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-07 15:14:18 -05:00
..
00-check_testexes.t Test suite: chomp->s/\R// to harmonize with mingw 'make test'. 2015-10-13 19:48:03 +02:00
01-test_ordinals.t Don't export internal symbols 2015-12-15 16:46:48 +00:00
05-test_bf.t
05-test_cast.t
05-test_des.t
05-test_hmac.t Fix a few tests that depended on the wrong algorithm check 2015-09-08 02:47:30 +02:00
05-test_idea.t
05-test_md2.t
05-test_md4.t
05-test_md5.t
05-test_mdc2.t
05-test_rand.t
05-test_rc2.t
05-test_rc4.t
05-test_rc5.t
05-test_rmd.t
05-test_sha1.t Correct sha tests 2015-09-20 02:06:51 +02:00
05-test_sha256.t Correct sha tests 2015-09-20 02:06:51 +02:00
05-test_sha512.t Correct sha tests 2015-09-20 02:06:51 +02:00
05-test_wp.t Correct whirlpool test 2015-09-20 02:06:51 +02:00
10-test_bn.t Test suite: chomp->s/\R// to harmonize with mingw 'make test'. 2015-10-13 19:48:03 +02:00
10-test_exp.t
15-test_dh.t
15-test_dsa.t Change test recipes to use disabled() 2015-09-20 00:04:16 +01:00
15-test_ec.t Change test recipes to use disabled() 2015-09-20 00:04:16 +01:00
15-test_ecdh.t Fix a few tests that depended on the wrong algorithm check 2015-09-08 02:47:30 +02:00
15-test_ecdsa.t Fix a few tests that depended on the wrong algorithm check 2015-09-08 02:47:30 +02:00
15-test_rsa.t Change test recipes to use disabled() 2015-09-20 00:04:16 +01:00
20-test_enc.t Test suite: chomp->s/\R// to harmonize with mingw 'make test'. 2015-10-13 19:48:03 +02:00
25-test_crl.t Change OpenSSL::Test to be an extension of Test::More 2015-09-07 16:10:58 +02:00
25-test_gen.t Change test recipes to use disabled() 2015-09-20 00:04:16 +01:00
25-test_pkcs7.t Change OpenSSL::Test to be an extension of Test::More 2015-09-07 16:10:58 +02:00
25-test_req.t Test suite: chomp->s/\R// to harmonize with mingw 'make test'. 2015-10-13 19:48:03 +02:00
25-test_sid.t Change OpenSSL::Test to be an extension of Test::More 2015-09-07 16:10:58 +02:00
25-test_verify.t Test suite: minimal required to get mingw 'make test' work under Linux. 2015-10-13 19:46:50 +02:00
25-test_x509.t Change OpenSSL::Test to be an extension of Test::More 2015-09-07 16:10:58 +02:00
30-test_engine.t Change OpenSSL::Test to be an extension of Test::More 2015-09-07 16:10:58 +02:00
30-test_evp_extra.t Change OpenSSL::Test to be an extension of Test::More 2015-09-07 16:10:58 +02:00
30-test_evp.t Change OpenSSL::Test to be an extension of Test::More 2015-09-07 16:10:58 +02:00
30-test_pbelu.t Add a recipe for the new pbelu test 2015-09-07 16:10:58 +02:00
40-test_rehash.t Fix the rehash test on Windows 2015-09-22 23:27:33 +01:00
70-test_clienthello.t Correct test name 2015-09-07 16:10:58 +02:00
70-test_packet.t Correct test name 2015-09-07 16:10:58 +02:00
70-test_sslcertstatus.t Add test for missing CertificateStatus message 2015-12-27 21:59:04 +00:00
70-test_sslextension.t Test suite: chomp->s/\R// to harmonize with mingw 'make test'. 2015-10-13 19:48:03 +02:00
70-test_sslsessiontick.t Test suite: chomp->s/\R// to harmonize with mingw 'make test'. 2015-10-13 19:48:03 +02:00
70-test_sslskewith0p.t Make no-dh work, plus other no-dh problems found by Richard. 2015-12-11 18:38:38 +00:00
70-test_sslvertol.t Test suite: chomp->s/\R// to harmonize with mingw 'make test'. 2015-10-13 19:48:03 +02:00
70-test_tlsextms.t Extended master secret test script. 2015-12-08 16:33:04 +00:00
70-test_verify_extra.t Adjust the verify_extra test recipe to its executable 2015-09-08 00:54:49 +02:00
80-test_ca.t Replace "SSLeay" in API with OpenSSL 2015-10-30 17:21:42 -04:00
80-test_cms.t make no-dh work 2015-09-20 12:50:55 +01:00
80-test_dane.t DANE support for X509_verify_cert() 2016-01-07 13:48:59 -05:00
80-test_ocsp.t Fix the OCSP test on Windows 2015-09-25 14:50:00 +01:00
80-test_ssl.t Add support for minimum and maximum protocol version 2016-01-02 10:47:52 -05:00
80-test_tsa.t Replace "SSLeay" in API with OpenSSL 2015-10-30 17:21:42 -04:00
90-test_async.t Add ASYNC tests 2015-11-20 23:34:35 +00:00
90-test_constant_time.t
90-test_gmdiff.t Add a recipe for the new gmdiff test 2015-09-07 16:10:58 +02:00
90-test_gost2814789.t Change OpenSSL::Test to be an extension of Test::More 2015-09-07 16:10:58 +02:00
90-test_heartbeat.t
90-test_ige.t
90-test_jpake.t Correct jpake test 2015-09-20 02:06:51 +02:00
90-test_memleak.t mem functions cleanup 2016-01-07 15:14:18 -05:00
90-test_np.t Add a recipe for the new null pointer test 2015-09-07 16:10:59 +02:00
90-test_p5_crpt2.t
90-test_secmem.t Correct test name 2015-09-07 16:10:58 +02:00
90-test_srp.t Correct srp test 2015-09-20 02:06:51 +02:00
90-test_v3name.t
bc.pl
tconversion.pl Test suite: minimal required to get mingw 'make test' work under Linux. 2015-10-13 19:46:50 +02:00