Make RSA test work.
This commit is contained in:
parent
8c7f5f3bec
commit
509a83dd36
@ -260,7 +260,7 @@ test_x509: ../apps/openssl tx509 testx509.pem v3-cert1.pem v3-cert2.pem
|
|||||||
echo test second x509v3 certificate
|
echo test second x509v3 certificate
|
||||||
sh ./tx509 v3-cert2.pem 2>/dev/null
|
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
|
@sh ./trsa 2>/dev/null
|
||||||
../util/shlib_wrap.sh ./$(RSATEST)
|
../util/shlib_wrap.sh ./$(RSATEST)
|
||||||
|
|
||||||
|
@ -371,6 +371,8 @@ sub get_tests
|
|||||||
'testreq2.pem',
|
'testreq2.pem',
|
||||||
'testp7.pem',
|
'testp7.pem',
|
||||||
'pkcs7-1.pem',
|
'pkcs7-1.pem',
|
||||||
|
'trsa',
|
||||||
|
'testrsa.pem',
|
||||||
);
|
);
|
||||||
my $copies = copy_scripts('test', @copies);
|
my $copies = copy_scripts('test', @copies);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user