Topic: Is there a command in wolfSSL to print CRL information?
Hello developer, may I ask if wolfSSL also has a command to print CRL information?
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 → Is there a command in wolfSSL to print CRL information?
Hello developer, may I ask if wolfSSL also has a command to print CRL information?
Hi HAPPY,
Thanks for asking your question. We have the following API that might interest you: wolfSSL_X509_CRL_print(). Please let me know if my suggestion is helpful.
Can you please let us know about yourself and your project? Where are you geographically located? What your goals? Are you doing this project out of personal, professional or academic interest?
Warm regards, Anthony
Hello Developer, thank you for your previous response. Could you please confirm if the wolfSSL_X509_CRL_print() API is part of the ssl.h library? I could not find the wolfSSL_X509_CRL_print() API in the ssl.h library. I am doing this out of professional interest.
Hi,
Yes, please find it here: https://github.com/wolfSSL/wolfssl/blob … sl.h#L3355
For your convenience it is defined as:
WOLFSSL_API int wolfSSL_X509_CRL_print(WOLFSSL_BIO* bio,
WOLFSSL_X509_CRL* crl);
Since this is out of professional interest please direct further questions to support@wolfssl.com. That is a confidential support system where you will be able to better share information about yourself, your project and your use case so that we can more easily assist you. If possible, please use a work email address.
Warm regards, Anthony
wolfSSL - Embedded SSL Library → wolfCrypt → Is there a command in wolfSSL to print CRL information?
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.016 seconds (89% PHP - 11% DB) with 11 queries