diff options
Diffstat (limited to 'regress/lib/libssl/README')
-rw-r--r-- | regress/lib/libssl/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/lib/libssl/README b/regress/lib/libssl/README new file mode 100644 index 00000000000..b1bab65fd12 --- /dev/null +++ b/regress/lib/libssl/README @@ -0,0 +1,8 @@ +testenc.sh tests encryption routines +testdsa.sh tests DSA certificate generation +test_server.sh starts a tls1 server using the above generated certificate +test_client.sh starts a client to talk to the server. +testrsa.sh tests RSA certificate generation - this SHOULD FAIL with the + version of the library in openbsd because all the RSA routines + are (currently) stubbed. + |