1. f5bea56 Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot" by Tom Rini · 6 weeks ago
  2. d6d088a lib/rypto: Adapt rsa_helper to MbedTLS by Raymond Mao · 7 weeks ago
  3. 08f80c8 lib/crypto: Adapt mscode_parser to MbedTLS by Raymond Mao · 7 weeks ago
  4. c3dc1f8 lib/crypto: Adapt PKCS7 parser to MbedTLS by Raymond Mao · 7 weeks ago
  5. f7b522f lib/crypto: Adapt x509_cert_parser to MbedTLS by Raymond Mao · 7 weeks ago
  6. f5e04a2 lib/crypto: Adapt public_key header with MbedTLS by Raymond Mao · 7 weeks ago
  7. 1c432cb pkcs7: move common functions to PKCS7 helper by Raymond Mao · 7 weeks ago
  8. 0d2d4b0 x509: move common functions to x509 helper by Raymond Mao · 7 weeks ago
  9. 4887c0e public_key: move common functions to public key helper by Raymond Mao · 7 weeks ago
  10. 86adc2e global: Rename SPL_ to XPL_ by Simon Glass · 8 weeks ago
  11. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  12. 164332f lib: crypto: fix ASYMMETRIC_KEY_TYPE dependency by Tomas Paukrt · 3 months ago
  13. cc046dc common: Convert *.c/h from UTF-8 to ASCII enconfing by Michal Simek · 7 months ago
  14. a877ce1 lib: Remove <common.h> inclusion from these files by Tom Rini · 11 months ago
  15. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
  16. 89b5381 Merge branch 'next' by Tom Rini · 2 years, 5 months ago
  17. 0a83cc2 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 6 months ago
  18. fea4c84 lib: crypto: add mscode_parser by AKASHI Takahiro · 2 years, 5 months ago
  19. 9664f52 lib/crypto: support sha384/sha512 in x509/pkcs7 by Dhananjay Phadke · 2 years, 8 months ago
  20. 58c7c4d Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURE by Simon Glass · 2 years, 9 months ago
  21. ef06469 lib: crypto: allow to build crypyo in SPL by Philippe Reynes · 2 years, 8 months ago
  22. cde8bae lib/crypto: Enable more algorithms in cert verification by Ilias Apalodimas · 2 years, 10 months ago
  23. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 9 months ago
  24. 6bca8eb crypto: Fix the logic to calculate hash with authattributes set by Sughosh Ganu · 3 years, 11 months ago
  25. cef654b lib/crypto: simplify public_key_verify_signature by Heinrich Schuchardt · 4 years, 4 months ago
  26. f2d87ff lib: crypto: export and enhance pkcs7_verify_one() by AKASHI Takahiro · 4 years, 4 months ago
  27. 0cad191 lib: crypto: add pkcs7_digest() by AKASHI Takahiro · 4 years, 4 months ago
  28. ab837f2 lib: crypto: import pkcs7_verify.c from linux by AKASHI Takahiro · 4 years, 4 months ago
  29. 72e4153 lib: crypto: enable x509_check_for_self_signed() by AKASHI Takahiro · 4 years, 4 months ago
  30. 697b4cc lib: crypto: add public_key_verify_signature() by AKASHI Takahiro · 4 years, 4 months ago
  31. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  32. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  33. 6ec6767 lib/crypto, efi_loader: move some headers to include/crypto by AKASHI Takahiro · 4 years, 7 months ago
  34. 5180e1a lib/crypto, efi_loader: avoid multiple inclusions of header files by AKASHI Takahiro · 4 years, 7 months ago
  35. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  36. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  37. 5ace6ff lib: crypto: add pkcs7 message parser by AKASHI Takahiro · 5 years ago
  38. 591535c lib: crypto: add x509 parser by AKASHI Takahiro · 5 years ago
  39. 4214284 lib: crypto: add rsa public key parser by AKASHI Takahiro · 5 years ago
  40. cbb1007 lib: crypto: add public key utility by AKASHI Takahiro · 5 years ago