wolfssl
wolfssl copied to clipboard
Adding X509_CRL_print() function
Adding X509_CRL_print()
function, some parse methods, and fields to the appropriate structs when necessary.
@lealem47 Jacob says he has some duplicate work in PR https://github.com/wolfSSL/wolfssl/pull/5213 that needs cleaned up and it will help out this PR. Please sync with @JacobBarthelmeh
@lealem47 Jacob says he has some duplicate work in PR #5213 that needs cleaned up and it will help out this PR. Please sync with @JacobBarthelmeh
Sounds good. Thanks for the update @dgarske .
Please rebase this onto master and use where possible the X509Print* functions added in from PR 5213.
Please rebase this onto master and use where possible the X509Print* functions added in from PR 5213.
Will do. Might have to refactor a bit so that the new print functions can be utilized for WOLFSSL_X509_CRL
type