commit | 72e41533b319ee906298bf0d9c2e293704463fc1 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Jul 21 19:35:18 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jul 22 12:35:04 2020 +0200 |
tree | e0fd4303fc21fbe735a7c8f5d3d80218b53204e3 | |
parent | 697b4cc0b5807d264fdf9e372863f8ea2607c8c6 [diff] |
lib: crypto: enable x509_check_for_self_signed() When the file, x509_public_key.c, was imported from linux code in commit b4adf627d5b7 ("lib: crypto: add x509 parser"), x509_check_for_self_signed() was commented out for simplicity. Now it need be enabled in order to make pkcs7_verify_one(), which will be imported in a later patch, functional. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>