diff options
author | Richard Levitte <levitte@openssl.org> | 2016-09-13 23:23:51 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-09-14 00:30:50 +0200 |
commit | 497f3bf9a75a2917e50b16b7985e87c89b86a39b (patch) | |
tree | e8f386437ee1fa80c22a1d6c4395579972c05a25 /test/README | |
parent | Fix 'openssl passwd' with arguments -1 or -apr1 (diff) | |
download | openssl-497f3bf9a75a2917e50b16b7985e87c89b86a39b.tar.xz openssl-497f3bf9a75a2917e50b16b7985e87c89b86a39b.zip |
Add a test for 'openssl passwd'
Also, enlarge test group 20 to include openssl commands that aren't
tested otherwise
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README b/test/README index 34ef29a060..bca7ab830c 100644 --- a/test/README +++ b/test/README @@ -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 |