Move the regress tests that are in lib/libssl to usr.sbin/openssl,
authorjsing <jsing@openbsd.org>
Sat, 24 May 2014 13:32:46 +0000 (13:32 +0000)
committerjsing <jsing@openbsd.org>
Sat, 24 May 2014 13:32:46 +0000 (13:32 +0000)
commit3b6de629ce8948fc91b06c070bbe994248fb6b4c
tree55384201adf3fd5e04f9a3861a46a2d5951c2975
parent7d96ec2c1208841efdc0bbc8622b39d6ee7099b9
Move the regress tests that are in lib/libssl to usr.sbin/openssl,
since they are really testing openssl(1) (although this also tests
libcrypto and libssl), rather than actual parts of the libssl library.

Discussed with miod@
17 files changed:
regress/lib/libssl/Makefile [deleted file]
regress/lib/libssl/README [deleted file]
regress/lib/libssl/openssl.cnf [deleted file]
regress/lib/libssl/test_client.sh [deleted file]
regress/lib/libssl/test_server.sh [deleted file]
regress/lib/libssl/testdsa.sh [deleted file]
regress/lib/libssl/testenc.sh [deleted file]
regress/lib/libssl/testrsa.sh [deleted file]
regress/usr.sbin/Makefile
regress/usr.sbin/openssl/Makefile [new file with mode: 0644]
regress/usr.sbin/openssl/README [new file with mode: 0644]
regress/usr.sbin/openssl/openssl.cnf [new file with mode: 0644]
regress/usr.sbin/openssl/test_client.sh [new file with mode: 0644]
regress/usr.sbin/openssl/test_server.sh [new file with mode: 0644]
regress/usr.sbin/openssl/testdsa.sh [new file with mode: 0644]
regress/usr.sbin/openssl/testenc.sh [new file with mode: 0644]
regress/usr.sbin/openssl/testrsa.sh [new file with mode: 0644]