Topic: [SOLVED] Is there any way to verify a certificate without SSL?

Hi,

Is there any way to verify a certificate with its CA certificate without set SSL? Basically, I just use TCP directly. But I need to verify a certificate later. Is there any way to verify a certificate without SSL setup?

Thanks.

Share

Re: [SOLVED] Is there any way to verify a certificate without SSL?

Hi sissiok,

Yes, we have a CertManager API which allows you to verify a certificate in a standalone manner, separate from an SSL/TLS session.  You can find the API docs for these functions here:

http://wolfssl.com/wolfSSL/Docs-wolfssl … nager.html

Best Regards,
Chris