You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
Thanks Kaleb, that's extremely helpful. I've been able to get certificate dates in readable format now.
It might be nice if a note was added to the WolfSSL manual API reference on the return values for these functions, that the data pointed to is ASN1 format, and some information on where that format definition might be found.
Cheers,
Walt
In order to print some information on a received certificate in an application using SSL, I'm looking at the wolfSSL_X509_notBefore() and wolfSSL_X509_notAfter() functions.
I'd like to use these to print out the received certificate activation and expiration dates.
I cannot find any information on how to interpret the "byte pointer" returned by these functions and convert it to a human readable time, either in the manual or the examples.
What is the format, and how should it be converted to a readable string?
Posts found: 2
Generated in 0.015 seconds (95% PHP - 5% DB) with 5 queries