Fix AES-CTR_DRBG on 1.1.1.
authorPauli <paul.dale@oracle.com>
Wed, 8 Apr 2020 02:33:47 +0000 (12:33 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 9 Apr 2020 07:16:08 +0000 (17:16 +1000)
commit0d011f540400b425aba1c3e59624ad9dbabe83cb
treeff4ac1e491846c122a38ea21a451b3e8dfcc6264
parent9cc834d966ea5afc38fb829bfe498aed4c5d498d
Fix AES-CTR_DRBG on 1.1.1.

The backport of the timing information leak fix uses u32 which is defined
in crypto/modes/modes_local.h in 1.1.1 and include/crypto/modes.h for 3.0.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11489)
crypto/rand/build.info
crypto/rand/drbg_ctr.c