From: Vitaly Chikunov <vt@altlinux.org>
To: Mimi Zohar <zohar@linux.vnet.ibm.com>,
Dmitry Kasatkin <dmitry.kasatkin@gmail.com>,
linux-integrity@vger.kernel.org
Subject: [PATCH 0/2] ima-evm-utils: rebase of digest algo resolving
Date: Sat, 23 Mar 2019 04:41:50 +0300 [thread overview]
Message-ID: <20190323014152.14701-1-vt@altlinux.org> (raw)
This is rebase of the ima-evm-utils commits:
0267fa1 ima-evm-utils: Try to load digest by its alias
942d9f9 ima-evm-utils: Extract digest algorithms from hash_info.h
and should be applied over 07d799c ("ima-evm-utils: Preload OpenSSL
engine via '--engine' option").
Changes:
* ima-evm-utils: Extract digest algorithms from hash_info.h
- algocmp is removed.
- `hash_info.h` is parsed better to match algo names in the Kernel,
thus simple strcmp could be used.
* ima-evm-utils: try to load digest by its alias
- digest name lookup is simplified by removing get_digestbyname
and strmatch helpers.
- Kernel and OpenSSL algo names arrays are introduced to support
alternative algo names for older OpenSLL.
*** BLURB HERE ***
Vitaly Chikunov (2):
ima-evm-utils: Extract digest algorithms from hash_info.h
ima-evm-utils: try to load digest by its alias
configure.ac | 6 ++++++
src/Makefile.am | 6 ++++++
src/hash_info.gen | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
src/libimaevm.c | 35 ++++++++++++++++++++++++++++++++++-
4 files changed, 95 insertions(+), 1 deletion(-)
create mode 100755 src/hash_info.gen
--
2.11.0
next reply other threads:[~2019-03-23 1:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-23 1:41 Vitaly Chikunov [this message]
2019-03-23 1:41 ` [PATCH 1/2] ima-evm-utils: Extract digest algorithms from hash_info.h Vitaly Chikunov
2019-03-23 1:41 ` [PATCH 2/2] ima-evm-utils: try to load digest by its alias Vitaly Chikunov
2019-04-03 20:41 ` Mimi Zohar
2019-04-03 21:04 ` Vitaly Chikunov
2019-04-03 21:10 ` Mimi Zohar
2019-04-03 21:37 ` Vitaly Chikunov
2019-04-03 21:40 ` Mimi Zohar
2019-04-03 21:57 ` Vitaly Chikunov
2019-04-03 21:59 ` Mimi Zohar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190323014152.14701-1-vt@altlinux.org \
--to=vt@altlinux.org \
--cc=dmitry.kasatkin@gmail.com \
--cc=linux-integrity@vger.kernel.org \
--cc=zohar@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.