oxidecomputer / pki-playground

Tool for generating non-trivial X.509 certificate chains
Mozilla Public License 2.0
29 stars 2 forks source link

Support certificate serial numbers > 2^64-1 #31

Closed mx-shift closed 1 year ago

mx-shift commented 1 year ago

config::Certificate uses u64 for serial_number. RFC5280 allows for serial numbers up to 20 octets long.

mx-shift commented 1 year ago

fixed by de47caef5eef24b73964bc3ea258f2a5506636d6