]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/crypto/public_key.h
MODSIGN: Provide a utility to append a PKCS#7 signature to a module
[karo-tx-linux.git] / include / crypto / public_key.h
index b6f27a240856c2efeef6cb199e2ba1543f8b6334..fda097e079a4cc166e0a0d8e5047069564392f5c 100644 (file)
@@ -33,6 +33,7 @@ extern const struct public_key_algorithm *pkey_algo[PKEY_ALGO__LAST];
 enum pkey_id_type {
        PKEY_ID_PGP,            /* OpenPGP generated key ID */
        PKEY_ID_X509,           /* X.509 arbitrary subjectKeyIdentifier */
+       PKEY_ID_PKCS7,          /* Signature in PKCS#7 message */
        PKEY_ID_TYPE__LAST
 };