~registry/kmod/master

  • Committer: Lucas De Marchi
  • Author(s): Yauheni Kaliuta
  • Date: 2019-02-04 21:51:27 UTC
  • Revision ID: git-v1:391b4714b495183baefa9cb10ac8e1600c166a59
libkmod-signature: implement pkcs7 parsing with openssl

The patch adds data fetching from the PKCS#7 certificate using
openssl library (which is used by scripts/sign-file.c in the linux
kernel to sign modules).

In general the certificate can contain many signatures, but since
kmod (modinfo) supports only one signature at the moment, only first
one is taken.

With the current sign-file.c certificate doesn't contain signer
key's fingerprint, so "serial number" is used for the key id.

Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@redhat.com>
Filename Latest Rev Last Changed Committer Comment Size
..
.gitignore 863 10 years ago Lucas De Marchi build-sys: add small redirecting Makefiles These 29 bytes Diff Download File
depmod.d.xml 1126 6 years ago Lucas De Marchi man/depmod.d: add external keyword description Th 5.6 KB Diff Download File
depmod.xml 1146 5 years ago Lucas De Marchi man: depmod: remove deprecated -m option Thanks t 10.8 KB Diff Download File
insmod.xml 1128 6 years ago Lucas De Marchi man/depmod: Add references in other man pages Dep 2.6 KB Diff Download File
kmod.xml 916 9 years ago Lucas De Marchi Add the man page for kmod(8) 3.3 KB Diff Download File
lsmod.xml 1128 6 years ago Lucas De Marchi man/depmod: Add references in other man pages Dep 1.9 KB Diff Download File
Makefile.am 1110 7 years ago Lucas De Marchi man: make error message clearer for missing xstlpr 706 bytes Diff Download File
modinfo.xml 848 10 years ago Lucas De Marchi man: Change my contact email address 6.3 KB Diff Download File
modprobe.d.xml 1162 5 years ago Lucas De Marchi man: Fix typo 10.6 KB Diff Download File
modprobe.xml 1143 6 years ago Lucas De Marchi Phrasing correction in modprobe man page 18 KB Diff Download File
modules.dep.xml 865 10 years ago Lucas De Marchi man: clarify the support to modules.dep file 2.6 KB Diff Download File
rmmod.xml 1128 6 years ago Lucas De Marchi man/depmod: Add references in other man pages Dep 4.1 KB Diff Download File