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

Handling of larger certificate serial number with Oracle #874

Open
oliwel opened this issue Apr 26, 2023 · 0 comments
Open

Handling of larger certificate serial number with Oracle #874

oliwel opened this issue Apr 26, 2023 · 0 comments

Comments

@oliwel
Copy link
Contributor

oliwel commented Apr 26, 2023

Oracles numeric data type supports only a 38 digit precision which is not large enough to store a 20 bytes serial number as demanded by RFC5280. Using a varchar type solves this problem but prevents a "natural" sort of the stored numbers - it might be an idea to support "left padding" of serial numbers for such use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant