diff options
| author | beck <> | 1999-01-04 07:59:58 +0000 |
|---|---|---|
| committer | beck <> | 1999-01-04 07:59:58 +0000 |
| commit | 2ab850a424d07c3f877cbfc628f24480be0e7bac (patch) | |
| tree | 390ed99e97618ae9ee2bf82a32afe655e6a80caa /src/regress/lib/libssl/README | |
| parent | 6dc7513a633fd54f42172958ea7fc81510efc8dd (diff) | |
| download | openbsd-2ab850a424d07c3f877cbfc628f24480be0e7bac.tar.gz openbsd-2ab850a424d07c3f877cbfc628f24480be0e7bac.tar.bz2 openbsd-2ab850a424d07c3f877cbfc628f24480be0e7bac.zip | |
ssl lib test scripts. Need to be tested so as not to break build process
before this libssl dir is added to the upper level Makefile.
Diffstat (limited to 'src/regress/lib/libssl/README')
| -rw-r--r-- | src/regress/lib/libssl/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/regress/lib/libssl/README b/src/regress/lib/libssl/README new file mode 100644 index 0000000000..b1bab65fd1 --- /dev/null +++ b/src/regress/lib/libssl/README | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | testenc.sh tests encryption routines | ||
| 2 | testdsa.sh tests DSA certificate generation | ||
| 3 | test_server.sh starts a tls1 server using the above generated certificate | ||
| 4 | test_client.sh starts a client to talk to the server. | ||
| 5 | testrsa.sh tests RSA certificate generation - this SHOULD FAIL with the | ||
| 6 | version of the library in openbsd because all the RSA routines | ||
| 7 | are (currently) stubbed. | ||
| 8 | |||
