open-vault/sdk/helper/certutil
Steven Clark 610a4ede82
certutil.ParseHexFormatted fails parsing 80 hex and above (#18018)
- Switch to using ParseUint of 8 bits to parse the hex values properly
   as ParseInt limited to 8 bits will only handle values up to 127
   decimal or 7F.
2022-11-17 15:04:37 -05:00
..
certutil_test.go certutil.ParseHexFormatted fails parsing 80 hex and above (#18018) 2022-11-17 15:04:37 -05:00
helpers.go certutil.ParseHexFormatted fails parsing 80 hex and above (#18018) 2022-11-17 15:04:37 -05:00
types.go PKI: Fix managed key signatures when using specified signature_bits (#17328) 2022-09-28 09:08:23 -04:00