openssl  verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] cert1 cert2

e.g.
openssl verify -CAfile ca.crt client1.crt

regards 
Christian

On Thu, Aug 08, 2002 at 11:35:29PM -0400, Alice Henderson wrote:
> Hello,
> 
> I have a CA certificate that I use to sign a bunch of client certificates. 
> My question is, how do I programatically determine if one of the client 
> certs was signed by the CA? So, if I pass the program a cert that was indeed 
> singned by my CA, it will say "YES! A valid certificate!" and if not, well, 
> you get the picture.
> 
> Is this easy to do with the SSL toolkit? Keep in mind that I'm not using SSL 
> to secure some client-server communication link, im just working with 
> certificates.
> 
> Thanks for any advice!
> --Alice
> 
> 
> 
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos: 
> http://photos.msn.com/support/worldwide.aspx
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to