- 217d7b2 lib: add missing line breaks in debug messages by Maxim Moskalets · 8 months ago
- a877ce1 lib: Remove <common.h> inclusion from these files by Tom Rini · 12 months ago
- 8fac3d4 global: Restrict use of '#include <linux/kconfig.h>' by Tom Rini · 12 months ago
- 18a5bd0 rsa-verify: Rework host check for CONFIG_RSA_VERIFY_WITH_PKEY by Tom Rini · 2 years ago
- df5117a lib: rsa: fix padding_pss_verify by Heinrich Schuchardt · 2 years, 3 months ago
- 38945ac lib: rsa: Update function padding_pss_verify (any-salt) by SESA644425 · 2 years, 9 months ago
- 732d270 lib: rsa: Leverage existing data buffer instead of systematic copy by SESA644425 · 2 years, 9 months ago
- 1304b46 lib: rsa: Fix const-correctness of rsassa_pss functions by SESA644425 · 2 years, 9 months ago
- 5975ad7 rsa: adds rsa3072 algorithm by Jamin Lin · 2 years, 10 months ago
- 101d349 rsa: Add debugging for failure cases by Simon Glass · 3 years ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- fd40a9b lib: rsa: rsa-verify: also check that padding is not NULL by Philippe Reynes · 3 years, 1 month ago
- effa452 image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years, 2 months ago
- f3b5e58 image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · 3 years, 3 months ago
- 4e1e2a2 lib: rsa: rsa-verify: Fix a typo in a debug message by Thomas Perrot · 3 years, 4 months ago
- 92c5fdc image: rsa: Move verification algorithm to a linker list by Alexandru Gagniuc · 3 years, 4 months ago
- 66b00c8 image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · 3 years, 4 months ago
- b671080 lib: rsa: Add debug message on algo mismatch by Sean Anderson · 3 years, 9 months ago
- 7258c3f lib: rsa: rsa-verify: don't look for keys in the FIT image by Philippe Reynes · 3 years, 11 months ago
- 574fab9 lib: rsa: superfluous initialization in rsa_verify() by Heinrich Schuchardt · 4 years, 2 months ago
- 335b01c lib: rsa: check algo match in rsa_verify_with_keynode by Matthieu CASTET · 4 years, 2 months ago
- 30962bf lib: rsa: export rsa_verify_with_pkey() by AKASHI Takahiro · 4 years, 5 months ago
- b404409 lib: rsa: function to verify a signature against a hash by Heiko Stuebner · 4 years, 6 months ago
- 1944dc1 lib: rsa: add documentation to padding_pss_verify to document limitations by Heiko Stuebner · 4 years, 5 months ago
- 72c4680 lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey() by Heiko Stuebner · 4 years, 5 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 3637b8b lib: rsa: Also check for presence of r-squared property by Jan Kiszka · 4 years, 7 months ago
- 75822f4 lib: rsa: add rsa_verify_with_pkey() by AKASHI Takahiro · 4 years, 9 months ago
- 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 9 months ago
- 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- ee822c8 rsa: Return immediately if required-key verification fails by Daniele Alessandrelli · 5 years ago
- 4233227 rsa: check that pointer checksum isn't NULL before using it by Philippe Reynes · 6 years ago
- 47d73f0 rsa: add support of padding pss by Philippe Reynes · 6 years ago
- 1246835 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 6616c82 image: Combine image_sig_algo with image_sign_info by Andrew Duda · 8 years ago
- 06ca6d6 image: Add crypto_algo struct for RSA info by Andrew Duda · 8 years ago
- 3db9ff0 rsa: Verify RSA padding programatically by Andrew Duda · 8 years ago
- eed7e78 rsa: cosmetic: rename pad_len to key_len by Andrew Duda · 8 years ago
- 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
- 2c8987f rsa: Use checksum algorithms from struct hash_algo by Ruchika Gupta · 10 years ago
- a0d3ca6 lib/rsa: Modify rsa to use DM driver by Ruchika Gupta · 10 years ago
- b92ebab rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · 10 years ago
- a436f21 rsa: Fix two errors in the implementation by Simon Glass · 10 years ago
- 89f4ed1 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · 10 years ago
- bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
- d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
- 4b81756 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · 11 years ago
- edaf9b1 rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 35191a3 image: Add RSA support for image signing by Simon Glass · 11 years ago