Add memory leak detection to d2i_test
[oweals/openssl.git] / test / README
index 8df35fe46a80f300b82c6042d5bceb9d604b2a92..bca7ab830c3f9be7498ae3ca09c81558bdc7b43a 100644 (file)
@@ -9,7 +9,7 @@ Please note that if a test involves a new testing executable, you will need to
 do some additions in test/Makefile.  More on this later.
 
 
-Naming convetions
+Naming conventions
 =================
 
 A test executable is named test/{name}test.c
@@ -22,7 +22,7 @@ The number {nn} is (somewhat loosely) grouped as follows:
 05  individual symmetric cipher algorithms
 10  math (bignum)
 15  individual asymmetric cipher algorithms
-20  openssl enc
+20  openssl commands (some otherwise not tested)
 25  certificate forms, generation and verification
 30  engine and evp
 70  PACKET layer