summaryrefslogtreecommitdiff
path: root/common/image-sig.c
Commit message (Expand)AuthorAgeFilesLines
* rsa: add support of padding pssPhilippe Reynes2018-12-031-0/+6
* rsa: add a structure for the paddingPhilippe Reynes2018-12-031-0/+29
* image-sig: Ensure that hashed-nodes is null-terminatedKonrad Beckmann2018-11-161-0/+5
* vboot: Do not use hashed-strings offsetTeddy Reed2018-07-101-2/+5
* vboot: Add FIT_SIGNATURE_MAX_SIZE protectionTeddy Reed2018-07-101-0/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* fix incorrect usage of DT node unit address in commentsAndre Przywara2018-01-151-1/+1
* image-sig: use designated initializers for algorithmMasahiro Yamada2017-11-061-22/+22
* image: Combine image_sig_algo with image_sign_infoAndrew Duda2016-11-211-26/+31
* image: Add crypto_algo struct for RSA infoAndrew Duda2016-11-211-23/+23
* rsa: Verify RSA padding programaticallyAndrew Duda2016-11-211-3/+6
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-131-4/+4
* image: Convert to use fdt_for_each_subnode macroAxel Lin2015-02-161-12/+4
* rsa: Use checksum algorithms from struct hash_algoRuchika Gupta2015-01-291-3/+3
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-191-2/+2
* Reverse the meaning of the fit_config_verify() return codeSimon Glass2014-06-191-2/+2
* tools, fit_check_sign: verify a signed fit imageHeiko Schocher2014-03-211-8/+10
* rsa: add sha256,rsa4096 algorithmHeiko Schocher2014-03-211-0/+23
* rsa: add sha256-rsa2048 algorithmHeiko Schocher2014-03-211-0/+38
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* image: Add support for signing of FIT configurationsSimon Glass2013-06-261-1/+230
* image: Add RSA support for image signingSimon Glass2013-06-261-0/+7
* image: Support signing of imagesSimon Glass2013-06-261-0/+144
* image: Add signing infrastructureSimon Glass2013-06-261-0/+42