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
You are not logged in. Please login or register.
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
ReferenceswolfSSL - Embedded SSL Library → wolfCrypt → 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
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
Hi Kaleb,
I will have a try for the pkcs7.
Thanks and Best Regards,
Alfred
Alfred,
Just checking in to see if you got things working OK?
Regards,
KH
Hi Kaleb,
It works very well.
Thank and Best Regards,
Alfred
wolfSSL - Embedded SSL Library → wolfCrypt → Query about PKCS7 format certificate support
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.020 seconds (91% PHP - 9% DB) with 11 queries