wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Adding X509_CRL_print() function

Open lealem47 opened this issue 2 years ago • 4 comments

Adding X509_CRL_print() function, some parse methods, and fields to the appropriate structs when necessary.

lealem47 avatar Jul 22 '22 14:07 lealem47

@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

dgarske avatar Jul 29 '22 13:07 dgarske

@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 .

lealem47 avatar Jul 29 '22 13:07 lealem47

Please rebase this onto master and use where possible the X509Print* functions added in from PR 5213.

JacobBarthelmeh avatar Aug 05 '22 20:08 JacobBarthelmeh

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

lealem47 avatar Aug 08 '22 06:08 lealem47