summaryrefslogtreecommitdiff
path: root/common/image-sig.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-06image-sig: use designated initializers for algorithmMasahiro Yamada1-22/+22
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda1-26/+31
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda1-23/+23
2016-11-21rsa: Verify RSA padding programaticallyAndrew Duda1-3/+6
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass1-4/+4
2015-02-16image: Convert to use fdt_for_each_subnode macroAxel Lin1-12/+4
2015-01-30rsa: Use checksum algorithms from struct hash_algoRuchika Gupta1-3/+3
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-2/+2
2014-06-19Reverse the meaning of the fit_config_verify() return codeSimon Glass1-2/+2
2014-03-22tools, fit_check_sign: verify a signed fit imageHeiko Schocher1-8/+10
2014-03-22rsa: add sha256,rsa4096 algorithmHeiko Schocher1-0/+23
2014-03-22rsa: add sha256-rsa2048 algorithmHeiko Schocher1-0/+38
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-06-26image: Add support for signing of FIT configurationsSimon Glass1-1/+230
2013-06-26image: Add RSA support for image signingSimon Glass1-0/+7
2013-06-26image: Support signing of imagesSimon Glass1-0/+144
2013-06-26image: Add signing infrastructureSimon Glass1-0/+42