cloudflare / cloudflare/cfssl

Certificate serial stored as Decimal instead of Hex

Open
#965 17 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
9.5k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

When a certificate is created by cfssl it stores the serial number as a Decimal entry while the serial number is stored as hex in the cert it self.
When doing a ocsp test using openssl it sends the serial number as a hex string which cfssl can't find in the database when using ocspserve.

Also found out that cfss-certinfo parses the serial number as a decimal entry instead of Hex.

Feels like a bug :-)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.