.PHONY: rsa/client.vrfy
rsa/client.vrfy: rsa/ca.pem rsa/client.pem
- c_rehash .
- openssl verify -CApath . rsa/client.pem
+ c_rehash rsa/
+ openssl verify -CApath rsa/ rsa/client.pem
######################################################################
#
.PHONY: ecc/client.vrfy
ecc/client.vrfy: ecc/ca.pem ecc/client.pem
- c_rehash .
- openssl verify -CApath . ecc/client.pem
+ c_rehash ecc/
+ openssl verify -CApath ecc/ ecc/client.pem
######################################################################
#