summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl
diff options
context:
space:
mode:
authorniklas <>2001-01-29 02:05:48 +0000
committerniklas <>2001-01-29 02:05:48 +0000
commit36645d5fbc055004af0f4972b18ebb6db6cd4100 (patch)
tree8c44d451baa682b572056b984697ade0424adf9b /src/regress/lib/libssl
parent68c2927b4d7475ddf9a91438c0df0a7d9802de22 (diff)
downloadopenbsd-36645d5fbc055004af0f4972b18ebb6db6cd4100.tar.gz
openbsd-36645d5fbc055004af0f4972b18ebb6db6cd4100.tar.bz2
openbsd-36645d5fbc055004af0f4972b18ebb6db6cd4100.zip
$OpenBSD$
Diffstat (limited to 'src/regress/lib/libssl')
-rw-r--r--src/regress/lib/libssl/Makefile2
-rw-r--r--src/regress/lib/libssl/openssl.cnf2
-rw-r--r--src/regress/lib/libssl/test_client.sh2
-rw-r--r--src/regress/lib/libssl/test_server.sh2
-rw-r--r--src/regress/lib/libssl/testdsa.sh2
-rw-r--r--src/regress/lib/libssl/testenc.sh2
-rw-r--r--src/regress/lib/libssl/testrsa.sh2
7 files changed, 14 insertions, 0 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
index 3f7d48fd2e..79c45692bc 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,3 +1,5 @@
1# $OpenBSD: Makefile,v 1.3 2001/01/29 02:05:46 niklas Exp $
2
1 3
2CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem 4CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem
3 5
diff --git a/src/regress/lib/libssl/openssl.cnf b/src/regress/lib/libssl/openssl.cnf
index c8439860c3..9b6cf400c6 100644
--- a/src/regress/lib/libssl/openssl.cnf
+++ b/src/regress/lib/libssl/openssl.cnf
@@ -1,3 +1,5 @@
1# $OpenBSD: openssl.cnf,v 1.2 2001/01/29 02:05:46 niklas Exp $
2
1# 3#
2# SSLeay example configuration file. 4# SSLeay example configuration file.
3# This is mostly being used for generation of certificate requests. 5# This is mostly being used for generation of certificate requests.
diff --git a/src/regress/lib/libssl/test_client.sh b/src/regress/lib/libssl/test_client.sh
index 8b24e3f8a7..4f17fad80e 100644
--- a/src/regress/lib/libssl/test_client.sh
+++ b/src/regress/lib/libssl/test_client.sh
@@ -1,4 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2# $OpenBSD: test_client.sh,v 1.3 2001/01/29 02:05:48 niklas Exp $
3
2 4
3echo 5echo
4echo This starts a tls1 mode client to talk to the server run by 6echo This starts a tls1 mode client to talk to the server run by
diff --git a/src/regress/lib/libssl/test_server.sh b/src/regress/lib/libssl/test_server.sh
index 7d40270f13..a9e2c84d4f 100644
--- a/src/regress/lib/libssl/test_server.sh
+++ b/src/regress/lib/libssl/test_server.sh
@@ -1,4 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2# $OpenBSD: test_server.sh,v 1.3 2001/01/29 02:05:48 niklas Exp $
3
2 4
3echo This starts a tls1 mode server using the DSA certificate in ./server.pem 5echo This starts a tls1 mode server using the DSA certificate in ./server.pem
4echo Run ./testclient.sh in another window and type at it, you should 6echo Run ./testclient.sh in another window and type at it, you should
diff --git a/src/regress/lib/libssl/testdsa.sh b/src/regress/lib/libssl/testdsa.sh
index e3afbfe40c..48526eec11 100644
--- a/src/regress/lib/libssl/testdsa.sh
+++ b/src/regress/lib/libssl/testdsa.sh
@@ -1,4 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2# $OpenBSD: testdsa.sh,v 1.4 2001/01/29 02:05:48 niklas Exp $
3
2 4
3#Test DSA certificate generation of openssl 5#Test DSA certificate generation of openssl
4 6
diff --git a/src/regress/lib/libssl/testenc.sh b/src/regress/lib/libssl/testenc.sh
index c30993449f..d1da3139d1 100644
--- a/src/regress/lib/libssl/testenc.sh
+++ b/src/regress/lib/libssl/testenc.sh
@@ -1,4 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2# $OpenBSD: testenc.sh,v 1.5 2001/01/29 02:05:48 niklas Exp $
3
2 4
3testsrc=$2/openssl.cnf 5testsrc=$2/openssl.cnf
4test=$1/p 6test=$1/p
diff --git a/src/regress/lib/libssl/testrsa.sh b/src/regress/lib/libssl/testrsa.sh
index 75e205a975..b41156a793 100644
--- a/src/regress/lib/libssl/testrsa.sh
+++ b/src/regress/lib/libssl/testrsa.sh
@@ -1,4 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2# $OpenBSD: testrsa.sh,v 1.4 2001/01/29 02:05:48 niklas Exp $
3
2 4
3#Test RSA certificate generation of openssl 5#Test RSA certificate generation of openssl
4 6