aboutsummaryrefslogtreecommitdiffstats
path: root/test/README.ssltest.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-04-27 10:36:35 +0100
committerMatt Caswell <matt@openssl.org>2020-04-28 17:14:44 +0100
commit9df3dd6b433b24805271d9db15858bdf503de193 (patch)
tree9a96e7f3bc304557150a74d494014c21be9cf2c2 /test/README.ssltest.md
parentf844f9eb44186df2f8b0cfd3264b4eb003d8c61a (diff)
downloadopenssl-9df3dd6b433b24805271d9db15858bdf503de193.tar.gz
Update README.ssltests.md
The ssltest docs were out of date because gneerate_ssl_tests now needs a provider to be specified on the command line. Fixes #11639 Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11659)
Diffstat (limited to 'test/README.ssltest.md')
-rw-r--r--test/README.ssltest.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/README.ssltest.md b/test/README.ssltest.md
index 6fc7301500..42a25189a2 100644
--- a/test/README.ssltest.md
+++ b/test/README.ssltest.md
@@ -227,16 +227,17 @@ client => {
```
$ ./config
$ cd test
-$ TOP=.. perl -I ../util/perl/ generate_ssl_tests.pl ssl-tests/my.cnf.in \
+$ TOP=.. perl -I ../util/perl/ generate_ssl_tests.pl ssl-tests/my.cnf.in default \
> ssl-tests/my.cnf
```
-where `my.cnf.in` is your test input file.
+where `my.cnf.in` is your test input file and `default` is the provider to use.
+For all the pre-generated test files you should use the default provider.
For example, to generate the test cases in `ssl-tests/01-simple.cnf.in`, do
```
-$ TOP=.. perl -I ../util/perl/ generate_ssl_tests.pl ssl-tests/01-simple.cnf.in > ssl-tests/01-simple.cnf
+$ TOP=.. perl -I ../util/perl/ generate_ssl_tests.pl ssl-tests/01-simple.cnf.in default > ssl-tests/01-simple.cnf
```
Alternatively (hackish but simple), you can comment out