summaryrefslogtreecommitdiff
path: root/include/u-boot
AgeCommit message (Expand)Author
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún
2022-06-27sha1: Fix digest state size/typeLoic Poulain
2022-04-21crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár
2022-04-21crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár
2022-04-11lib: rsa: Fix const-correctness of rsassa_pss functionsSESA644425
2022-03-15lib/lz4: update LZ4 decompressor moduleHuang Jianan
2022-01-28rsa: adds rsa3072 algorithmJamin Lin
2022-01-26image: Return destination node for add_verify_data() methodSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-18lib: add BLAKE2 hash supportQu Wenruo
2021-10-09lz4: Use a private header for U-BootSimon Glass
2021-10-08image: Drop unnecessary #ifdefs from image.hSimon Glass
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini
2021-09-08common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc
2021-09-01dm: hash: Add new UCLASS_HASH supportChia-Wei Wang
2021-09-01lib/md5: Export progressive APIsChia-Wei Wang
2021-07-16lib: rsa: Remove #ifdefs from rsa.hAlexandru Gagniuc
2021-07-16lib: ecdsa: Remove #ifdefs from ecdsa.hAlexandru Gagniuc
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc
2021-04-14lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc
2021-02-24lib: rsa: struct udevice build warningHeinrich Schuchardt
2020-10-27xilinx: zynq: Change types from u32 to uint32_tMichal Simek
2020-10-12fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes
2020-08-07include/u-boot, lib/zlib: add sources for zlib decompressionJoao Marcos Costa
2020-07-11lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro
2020-07-08lib: rsa: function to verify a signature against a hashHeiko Stuebner
2020-06-12Add support for SHA384 and SHA512Reuben Dowle
2020-03-12lib: rsa: generate additional parameters for public keyAKASHI Takahiro
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes
2020-01-03include/u-boot/crc.h: pull 'uint' definition on musl targetsSergei Trofimovich
2019-12-02crc: Fix code style with crc functionsSimon Glass
2019-12-02common: Drop linux/crc8.hSimon Glass
2018-12-08Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich
2018-12-03rsa: add support of padding pssPhilippe Reynes
2018-12-03rsa: add a structure for the paddingPhilippe Reynes
2018-07-19xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-02include: Add a variadic macro to call a callback for all argumentsMarek Behún
2017-10-02lib: Add CRC32-CMarek Behún
2017-02-07tools: Allow crc8 to be usedoliver@schinagl.nl
2016-11-21rsa: Verify RSA padding programaticallyAndrew Duda
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2015-08-12Correct License and Copyright information on few filesRuchika Gupta
2015-01-29rsa: Use checksum algorithms from struct hash_algoRuchika Gupta