Merge remote-tracking branch 'iommu/next'
[deliverable/linux.git] / crypto / asymmetric_keys / pkcs7_parser.c
index af4cd864911752478ba5f3c2732273f9624d434f..5f0c6755a55ba758c819cea205cc8c1c3bc199b0 100644 (file)
@@ -261,6 +261,7 @@ int pkcs7_sig_note_pkey_algo(void *context, size_t hdrlen,
        switch (ctx->last_oid) {
        case OID_rsaEncryption:
                ctx->sinfo->sig->pkey_algo = "rsa";
+               ctx->sinfo->sig->encoding = "pkcs1";
                break;
        default:
                printk("Unsupported pkey algo: %u\n", ctx->last_oid);
This page took 0.040131 seconds and 5 git commands to generate.