On Thu, Apr 16, 2020 at 05:36:52PM +1200, Reuben Dowle wrote:
> The current recommendation for best security practice from the US government
> is to use SHA384 for TOP SECRET [1].
>
> This patch adds support for SHA384 and SHA512 in the hash command, and also
> allows FIT images to be hashed with
On Fri, May 29, 2020 at 04:47:23PM +1200, Reuben Dowle wrote:
> > Two general comments. First, please use CONFIG_IS_ENABLED() to test for
> > the new symbols so that we won't have any growth in SPL if we have one
> > of these enabled in the main binary but NOT SPL.
>
> It is not clear to me how
> Two general comments. First, please use CONFIG_IS_ENABLED() to test for
> the new symbols so that we won't have any growth in SPL if we have one
> of these enabled in the main binary but NOT SPL.
It is not clear to me how I should be using CONFIG_IS_ENABLED(). I
have copied the pattern of macro
On Sat, 25 Apr 2020 at 03:08, Tom Rini wrote:
>
> Two general comments. First, please use CONFIG_IS_ENABLED() to test for
> the new symbols so that we won't have any growth in SPL if we have one
> of these enabled in the main binary but NOT SPL. Second, please
> make sure that all new files have
On Fri, Apr 17, 2020 at 08:19:04AM +1200, Reuben Dowle wrote:
> The current recommendation for best security practice from the US government
> is to use SHA384 for TOP SECRET [1].
>
> This patch adds support for SHA384 and SHA512 in the hash command, and also
> allows FIT images to be hashed with
The current recommendation for best security practice from the US government
is to use SHA384 for TOP SECRET [1].
This patch adds support for SHA384 and SHA512 in the hash command, and also
allows FIT images to be hashed with these algorithms, and signed with
sha384,rsa and sha512,rsa
The
The current recommendation for best security practice from the US government
is to use SHA384 for TOP SECRET [1].
This patch adds support for SHA384 and SHA512 in the hash command, and also
allows FIT images to be hashed with these algorithms, and signed with
sha384,rsa and sha512,rsa
The
7 matches
Mail list logo