u-boot-brain/include/crypto
AKASHI Takahiro 5ee81c6e3f lib: crypto: export and enhance pkcs7_verify_one()
The function, pkcs7_verify_one(), will be utilized to rework signature
verification logic aiming to support intermediate certificates in
"chain of trust."

To do that, its function interface is expanded, adding an extra argument
which is expected to return the last certificate in trusted chain.
Then, this last one must further be verified with signature database, db
and/or dbx.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
2020-07-22 12:37:17 +02:00
..
internal lib: crypto: add rsa public key parser 2019-12-06 16:44:20 -05:00
pkcs7.h lib: crypto: export and enhance pkcs7_verify_one() 2020-07-22 12:37:17 +02:00
pkcs7_parser.h lib/crypto: use qualified path for x509_parser.h 2020-07-11 23:14:15 +02:00
public_key.h lib: crypto: add public_key_verify_signature() 2020-07-22 12:33:55 +02:00
x509_parser.h lib/crypto, efi_loader: move some headers to include/crypto 2020-05-04 12:26:11 +02:00