summaryrefslogtreecommitdiff
path: root/common/image-sig.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-14image: rsa: Move padding_algos to linker listsAlexandru Gagniuc1-17/+6
2021-07-16image: Add support for relocating crypto_algos in linker listsAlexandru Gagniuc1-0/+13
2021-07-16image: image-sig.c: Remove crypto_algos arrayAlexandru Gagniuc1-21/+0
2021-07-16image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc1-10/+0
2021-07-16image: Add support for placing crypto_algo in linker listsAlexandru Gagniuc1-0/+9
2021-07-16common: image-sig.c: Remove host-specific logic and #ifdefsAlexandru Gagniuc1-37/+2
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass1-2/+2
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc1-2/+9
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-06-12Add support for SHA384 and SHA512Reuben Dowle1-1/+25
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+2
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro1-396/+0
2019-10-24common: image-sig.c: Add manual relocationT Karthik Reddy1-0/+29
2019-06-21rsa: reject images with unknown paddingPatrick Doyle1-1/+1
2018-12-03rsa: add support of padding pssPhilippe Reynes1-0/+6
2018-12-03rsa: add a structure for the paddingPhilippe Reynes1-0/+29
2018-11-17image-sig: Ensure that hashed-nodes is null-terminatedKonrad Beckmann1-0/+5
2018-07-10vboot: Do not use hashed-strings offsetTeddy Reed1-2/+5
2018-07-10vboot: Add FIT_SIGNATURE_MAX_SIZE protectionTeddy Reed1-0/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-16fix incorrect usage of DT node unit address in commentsAndre Przywara1-1/+1
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