Skip to content

Comments

Add CRL decode#333

Open
padelsbach wants to merge 1 commit intowolfSSL:masterfrom
padelsbach:padelsbach/crl-decode
Open

Add CRL decode#333
padelsbach wants to merge 1 commit intowolfSSL:masterfrom
padelsbach:padelsbach/crl-decode

Conversation

@padelsbach
Copy link
Contributor

Add Java wrappers for CRL decode functionality which already exists in wolfSSL

@cconlon cconlon assigned padelsbach and unassigned cconlon Feb 19, 2026
@padelsbach padelsbach force-pushed the padelsbach/crl-decode branch from 4c2c36f to 6aec9e8 Compare February 20, 2026 01:37
@padelsbach padelsbach assigned cconlon and unassigned padelsbach Feb 20, 2026
@padelsbach padelsbach force-pushed the padelsbach/crl-decode branch 3 times, most recently from e25f361 to 5f03e34 Compare February 23, 2026 21:02
}

crlPtr = X509_CRL_load_buffer(der,
WolfSSL.SSL_FILETYPE_ASN1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you take a pass over this file for lines that wrap too early? Thanks for fixing the ones in the .c files, but seems like we need the same adjustments here in .java.

Also applies to WolfSSLCRLTest.java‎

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@cconlon cconlon assigned padelsbach and unassigned cconlon Feb 23, 2026
@padelsbach padelsbach force-pushed the padelsbach/crl-decode branch from 5f03e34 to 64e3750 Compare February 23, 2026 22:10
@padelsbach padelsbach assigned cconlon and unassigned padelsbach Feb 23, 2026
@padelsbach padelsbach force-pushed the padelsbach/crl-decode branch from 64e3750 to 34f3518 Compare February 23, 2026 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants