[openssl-dev] [openssl.org #3992] [PATCH] Allow RFC6962 Signed Certificate Timestamps to be disabled

Ben Laurie via RT rt at openssl.org
Fri Aug 7 08:58:32 UTC 2015


On Thu, 6 Aug 2015 at 14:14 David Woodhouse via RT <rt at openssl.org> wrote:

> This code does open-coded division on 64-bit quantities and thus when
> building with GCC on 32-bit platforms will require functions such as
> __umoddi3 and __udivdi3 from libgcc.
>
> In constrained environments such as firmware, those functions may not
> be available. So make it possible to compile out SCT support, which in
> fact (in the case of UEFI) we don't need anyway.
>

I am curious why you think you don't need CT for UEFI?



More information about the openssl-dev mailing list