crypto/asymmetric_keys/mscode.asn1
0 → 100644
+28
−0
crypto/asymmetric_keys/mscode_parser.c
0 → 100644
+120
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The PKCS#7 certificate should contain a "Microsoft individual code signing" data blob as its signed content. This blob contains a digest of the signed content of the PE binary and the OID of the digest algorithm used (typically SHA256). Signed-off-by:David Howells <dhowells@redhat.com> Acked-by:
Vivek Goyal <vgoyal@redhat.com> Reviewed-by:
Kees Cook <keescook@chromium.org>