1. 81eff51 lib: rsa: Update function padding_pss_verify (any-salt) by SESA644425 · 2 years, 7 months ago
  2. fb73305 lib: rsa: Leverage existing data buffer instead of systematic copy by SESA644425 · 2 years, 7 months ago
  3. c755aa8 lib: rsa: Fix const-correctness of rsassa_pss functions by SESA644425 · 2 years, 7 months ago
  4. 2a4b0d5 rsa: adds rsa3072 algorithm by Jamin Lin · 2 years, 9 months ago
  5. c367558 rsa: Add debugging for failure cases by Simon Glass · 3 years ago
  6. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  7. b560c70 lib: rsa: rsa-verify: also check that padding is not NULL by Philippe Reynes · 3 years ago
  8. 2bbed3f image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years, 1 month ago
  9. de41f0e image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · 3 years, 2 months ago
  10. 0eadb2b lib: rsa: rsa-verify: Fix a typo in a debug message by Thomas Perrot · 3 years, 3 months ago
  11. 6909edb image: rsa: Move verification algorithm to a linker list by Alexandru Gagniuc · 3 years, 3 months ago
  12. ad74aed image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · 3 years, 3 months ago
  13. 8f684bc lib: rsa: Add debug message on algo mismatch by Sean Anderson · 3 years, 8 months ago
  14. 040fad3 lib: rsa: rsa-verify: don't look for keys in the FIT image by Philippe Reynes · 3 years, 9 months ago
  15. ec71cc3 lib: rsa: superfluous initialization in rsa_verify() by Heinrich Schuchardt · 4 years ago
  16. 167fb1f lib: rsa: check algo match in rsa_verify_with_keynode by Matthieu CASTET · 4 years, 1 month ago
  17. 491bfe8 lib: rsa: export rsa_verify_with_pkey() by AKASHI Takahiro · 4 years, 4 months ago
  18. c89b41b lib: rsa: function to verify a signature against a hash by Heiko Stuebner · 4 years, 5 months ago
  19. 1a62c23 lib: rsa: add documentation to padding_pss_verify to document limitations by Heiko Stuebner · 4 years, 4 months ago
  20. 447b1d7 lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey() by Heiko Stuebner · 4 years, 4 months ago
  21. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  22. 48069ff lib: rsa: Also check for presence of r-squared property by Jan Kiszka · 4 years, 6 months ago
  23. 0cc7a75 lib: rsa: add rsa_verify_with_pkey() by AKASHI Takahiro · 4 years, 8 months ago
  24. b983cc2 lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 8 months ago
  25. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  26. 0772a1f rsa: Return immediately if required-key verification fails by Daniele Alessandrelli · 5 years ago
  27. b02f2e7 rsa: check that pointer checksum isn't NULL before using it by Philippe Reynes · 6 years ago
  28. 061daa0 rsa: add support of padding pss by Philippe Reynes · 6 years ago
  29. 2003156 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
  30. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  31. 83dd98e image: Combine image_sig_algo with image_sign_info by Andrew Duda · 8 years ago
  32. 0c1d74f image: Add crypto_algo struct for RSA info by Andrew Duda · 8 years ago
  33. da29f29 rsa: Verify RSA padding programatically by Andrew Duda · 8 years ago
  34. 5300a4f rsa: cosmetic: rename pad_len to key_len by Andrew Duda · 8 years ago
  35. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  36. b37b46f rsa: Use checksum algorithms from struct hash_algo by Ruchika Gupta · 10 years ago
  37. c937ff6 lib/rsa: Modify rsa to use DM driver by Ruchika Gupta · 10 years ago
  38. fc2f424 rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · 10 years ago
  39. 5426716 rsa: Fix two errors in the implementation by Simon Glass · 10 years ago
  40. e0f2f15 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · 10 years ago
  41. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  42. 29a23f9 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  43. db1b5f3 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · 11 years ago
  44. 646257d rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
  45. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  46. 19c402a image: Add RSA support for image signing by Simon Glass · 11 years ago