[Freeipa-devel] [PATCH] 058 Validate and convert certificate SN

Rob Crittenden rcritten at redhat.com
Thu Feb 17 03:06:20 UTC 2011


Jakub Hrozek wrote:
> The cert plugin only worked OK with decimal certificate serial numbers.
> This patch allows specifying the serial number in hexadecimal, too. The
> conversion now works such that:
> * with no explicit radix, a best-effort conversion is done using
>    int(str, 0) in python. If the format is ambiguous, decimal takes precedence.
> * a hexadecimal radix can be specified explicitly using the
>    traditional 0x prefix
>
> https://fedorahosted.org/freeipa/ticket/958
> https://fedorahosted.org/freeipa/ticket/953

ack, pushed to master




More information about the Freeipa-devel mailing list