index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rsa
/
Makefile
Age
Commit message (
Expand
)
Author
2020-07-08
lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()
Heiko Stuebner
2020-07-08
lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFY
Heiko Stuebner
2020-03-12
lib: rsa: generate additional parameters for public key
AKASHI Takahiro
2020-03-12
lib: rsa: decouple rsa from FIT image verification
AKASHI Takahiro
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-06-12
verified-boot: Minimal support for booting U-Boot proper from SPL
Teddy Reed
2015-03-05
rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP
gaurav rana
2015-01-29
rsa: Split the rsa-verify to separate the modular exponentiation
Ruchika Gupta
2014-03-21
rsa: add sha256-rsa2048 algorithm
Heiko Schocher
2013-11-17
lib: descend into sub directories only when it is necessary
Masahiro Yamada
2013-10-31
lib: convert makefiles to Kbuild style
Masahiro Yamada
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-26
image: Add RSA support for image signing
Simon Glass