| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next' | Tom Rini | 2022-07-11 | 1 | -2/+2 |
|\ |
|
| * | spl: Ensure all SPL symbols in Kconfig have some SPL dependency | Tom Rini | 2022-07-07 | 1 | -2/+2 |
* | | lib: crypto: add mscode_parser | AKASHI Takahiro | 2022-07-05 | 4 | -0/+184 |
|/ |
|
* | lib/crypto: support sha384/sha512 in x509/pkcs7 | Dhananjay Phadke | 2022-04-11 | 2 | -0/+8 |
* | Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURE | Simon Glass | 2022-04-06 | 1 | -0/+1 |
* | lib: crypto: allow to build crypyo in SPL | Philippe Reynes | 2022-03-31 | 2 | -6/+42 |
* | lib/crypto: Enable more algorithms in cert verification | Ilias Apalodimas | 2022-01-19 | 1 | -19/+16 |
* | lib: Rename rsa-checksum.c to hash-checksum.c | Alexandru Gagniuc | 2021-04-14 | 2 | -2/+2 |
* | crypto: Fix the logic to calculate hash with authattributes set | Sughosh Ganu | 2020-12-31 | 1 | -11/+26 |
* | lib/crypto: simplify public_key_verify_signature | Heinrich Schuchardt | 2020-08-08 | 1 | -4/+0 |
* | lib: crypto: export and enhance pkcs7_verify_one() | AKASHI Takahiro | 2020-07-22 | 1 | -7/+54 |
* | lib: crypto: add pkcs7_digest() | AKASHI Takahiro | 2020-07-22 | 1 | -3/+89 |
* | lib: crypto: import pkcs7_verify.c from linux | AKASHI Takahiro | 2020-07-22 | 3 | -0/+528 |
* | lib: crypto: enable x509_check_for_self_signed() | AKASHI Takahiro | 2020-07-22 | 2 | -10/+25 |
* | lib: crypto: add public_key_verify_signature() | AKASHI Takahiro | 2020-07-22 | 1 | -1/+69 |
* | common: Drop linux/bug.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 3 | -0/+3 |
* | lib/crypto, efi_loader: move some headers to include/crypto | AKASHI Takahiro | 2020-05-04 | 5 | -132/+12 |
* | lib/crypto, efi_loader: avoid multiple inclusions of header files | AKASHI Takahiro | 2020-05-04 | 2 | -0/+8 |
* | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 1 | -0/+1 |
* | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 5 | -0/+8 |
* | lib: crypto: add pkcs7 message parser | AKASHI Takahiro | 2019-12-06 | 5 | -0/+914 |
* | lib: crypto: add x509 parser | AKASHI Takahiro | 2019-12-06 | 7 | -0/+1170 |
* | lib: crypto: add rsa public key parser | AKASHI Takahiro | 2019-12-06 | 4 | -0/+224 |
* | lib: crypto: add public key utility | AKASHI Takahiro | 2019-12-06 | 4 | -0/+1073 |