I'm working on an application that recieves an x509 certificate along with a request. I want to confirm that the certificate has not been altered (perhaps to change the "not_after" time).
Does the following command give this confirmation: $ openssl verify -CAfile trusted.cert test.cert My application is written in Perl and I'm using open2(...) to execute the "openssl verify ..." command. Is there a CPAN module that will give more direct access to the openssl libraries for this task? Thanks, Tim ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]