Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensure serial hex is written to index file consistently lower case #200

Closed
wants to merge 1 commit into from

Conversation

antwacky
Copy link

Certificate serial hex is lowercase, whereas currently the serial hex is written to the database in uppercase.

Openssl doesn't like this when attempting to revoke a certificate, as the uppercase serial hex in the database does not match the lower case serial hex in the certificate.

This patch ensures that lower case serial hex is used consistently when writing to the database.

@antwacky antwacky closed this Feb 19, 2023
@antwacky antwacky deleted the pagey101/serial-hex-case branch February 19, 2023 10:55
@jessepeterson
Copy link
Member

@pagey101 did you find an alternate workaround for this issue? Curious why you closed :)

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