Topic: Query about PKCS7 format certificate support

Hi,

Does wolfSSL support loading certificates in the .p7b/.p7c file? If support, how can I parse and verify the certificate?

Thanks,
Alfred

Share

Re: Query about PKCS7 format certificate support

Hi Alfred,

Please turn on PKSC7 support with

--enable-pkcs7

. We provide examples of working with PKCS7 enveloped data in both tests/api.c and wolfcrypt/test/test.c and we provide many examples here:

https://github.com/wolfSSL/wolfssl-exam … ster/pkcs7

I think the most relevant example for your case would be: https://github.com/wolfSSL/wolfssl-exam … 7-verify.c


Warm Regards,

KH

Re: Query about PKCS7 format certificate support

Hi Kaleb,

I will have a try for the pkcs7.

Thanks and Best Regards,
Alfred

Share

Re: Query about PKCS7 format certificate support

Alfred,

Just checking in to see if you got things working OK?


Regards,

KH

Re: Query about PKCS7 format certificate support

Hi Kaleb,

It works very well.

Thank and Best Regards,
Alfred

Share