Topic: Verify server certs against a CTL?

Is it possible to use a CTL contained on a single .pem file to verify server certificates, as a browser might? The instructions indicate that only a single cert can be loaded for verification at a time. This would seem dreadfully inefficient.

Share

Re: Verify server certs against a CTL?

Hi Philhippus,

You can concatenate several certificates into a single .pem file, yes.  When done this way, wolfSSL embedded SSL will load all the certificates in the file as trusted certificates.

Best Regards,
Chris