projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c7f5f3
)
Make RSA test work.
author
Ben Laurie
<ben@links.org>
Tue, 2 Apr 2013 04:38:57 +0000
(
05:38
+0100)
committer
Ben Laurie
<ben@links.org>
Sat, 6 Apr 2013 14:13:11 +0000
(15:13 +0100)
test/Makefile
patch
|
blob
|
history
util/pl/unix.pl
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 620bf2b100f1aee4d6ea91806dd86066069852d4..0b36ae5de42fb73b1defa56881ee5d434ad6c292 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-260,7
+260,7
@@
test_x509: ../apps/openssl tx509 testx509.pem v3-cert1.pem v3-cert2.pem
echo test second x509v3 certificate
sh ./tx509 v3-cert2.pem 2>/dev/null
-test_rsa: $(RSATEST)$(EXE_EXT) ../apps/openssl
+test_rsa: $(RSATEST)$(EXE_EXT) ../apps/openssl
trsa testrsa.pem
@sh ./trsa 2>/dev/null
../util/shlib_wrap.sh ./$(RSATEST)
diff --git
a/util/pl/unix.pl
b/util/pl/unix.pl
index c5586486c0a3eab6676f299c475a7ff8c0744401..c1be1fc7ec057b75b6debc4d8c33ce5c79c2d930 100644
(file)
--- a/
util/pl/unix.pl
+++ b/
util/pl/unix.pl
@@
-371,6
+371,8
@@
sub get_tests
'testreq2.pem',
'testp7.pem',
'pkcs7-1.pem',
+ 'trsa',
+ 'testrsa.pem',
);
my $copies = copy_scripts('test', @copies);