summaryrefslogtreecommitdiff
path: root/common/image-sig.c
Commit message (Expand)AuthorAgeLines
* image: Combine image_sig_algo with image_sign_infoAndrew Duda2016-11-21-26/+31
* image: Add crypto_algo struct for RSA infoAndrew Duda2016-11-21-23/+23
* rsa: Verify RSA padding programaticallyAndrew Duda2016-11-21-3/+6
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-13-4/+4
* image: Convert to use fdt_for_each_subnode macroAxel Lin2015-02-16-12/+4
* rsa: Use checksum algorithms from struct hash_algoRuchika Gupta2015-01-29-3/+3
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-19-2/+2
* Reverse the meaning of the fit_config_verify() return codeSimon Glass2014-06-19-2/+2
* tools, fit_check_sign: verify a signed fit imageHeiko Schocher2014-03-21-8/+10
* rsa: add sha256,rsa4096 algorithmHeiko Schocher2014-03-21-0/+23
* rsa: add sha256-rsa2048 algorithmHeiko Schocher2014-03-21-0/+38
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-14/+1
* image: Add support for signing of FIT configurationsSimon Glass2013-06-26-1/+230
* image: Add RSA support for image signingSimon Glass2013-06-26-0/+7
* image: Support signing of imagesSimon Glass2013-06-26-0/+144
* image: Add signing infrastructureSimon Glass2013-06-26-0/+42