diff for duplicates of <1553715364.4608.36.camel@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index ee66c45..af7c66c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ On Fri, 2019-03-22 at 14:27 +0800, Lee, Chun-Yi wrote: > We found that the db in Acer machine has self signed certificates -> (CN=DisablePW or CN«O) that they used obsolete OID 1.3.14.3.2.29 +> (CN=DisablePW or CN=ABO) that they used obsolete OID 1.3.14.3.2.29 > sha1WithRSASignature and 2.5.29.1 subjectKeyIdentifier. Kernel > emits -65 error code when loading those certificates to platform > keyring: @@ -13,7 +13,7 @@ On Fri, 2019-03-22 at 14:27 +0800, Lee, Chun-Yi wrote: > loading a outdated certificate. This patch add messages against > 1.3.14.3.2.29 and 2.5.29.1 OIDs. > -> Link: https://bugzilla.opensuse.org/show_bug.cgi?id\x1129471 +> Link: https://bugzilla.opensuse.org/show_bug.cgi?id=1129471 > Cc: David Howells <dhowells@redhat.com> > Cc: Herbert Xu <herbert@gondor.apana.org.au> > Cc: "David S. Miller" <davem@davemloft.net> @@ -43,7 +43,7 @@ Reviewed-by: Mimi Zohar <zohar@linux.ibm.com> > return 0; > } > -> + if (ctx->last_oid = OID_subjectKeyIdentifier_obsolete) { +> + if (ctx->last_oid == OID_subjectKeyIdentifier_obsolete) { > + pr_info("2.5.29.1 subjectKeyIdentifier OID is obsolete.\n"); > + return -ENOPKG; > + } diff --git a/a/content_digest b/N1/content_digest index 562b338..2a35c5c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190322062738.19852-1-jlee@suse.com\0" "From\0Mimi Zohar <zohar@linux.ibm.com>\0" "Subject\0Re: [PATCH] X.509: Add messages for obsolete OIDs\0" - "Date\0Wed, 27 Mar 2019 19:36:04 +0000\0" + "Date\0Wed, 27 Mar 2019 15:36:04 -0400\0" "To\0Lee" Chun-Yi <joeyli.kernel@gmail.com> David Howells <dhowells@redhat.com> @@ -16,7 +16,7 @@ "b\0" "On Fri, 2019-03-22 at 14:27 +0800, Lee, Chun-Yi wrote:\n" "> We found that the db in Acer machine has self signed certificates\n" - "> (CN=DisablePW or CN\302\253O) that they used obsolete OID 1.3.14.3.2.29\n" + "> (CN=DisablePW or CN=ABO) that they used obsolete OID 1.3.14.3.2.29\n" "> sha1WithRSASignature and 2.5.29.1 subjectKeyIdentifier. Kernel\n" "> emits -65 error code when loading those certificates to platform\n" "> keyring:\n" @@ -29,7 +29,7 @@ "> loading a outdated certificate. This patch add messages against\n" "> 1.3.14.3.2.29 and 2.5.29.1 OIDs.\n" "> \n" - "> Link: https://bugzilla.opensuse.org/show_bug.cgi?id\02129471\n" + "> Link: https://bugzilla.opensuse.org/show_bug.cgi?id=1129471\n" "> Cc: David Howells <dhowells@redhat.com> \n" "> Cc: Herbert Xu <herbert@gondor.apana.org.au> \n" "> Cc: \"David S. Miller\" <davem@davemloft.net>\n" @@ -59,7 +59,7 @@ "> \t\treturn 0;\n" "> \t}\n" "> \n" - "> +\tif (ctx->last_oid = OID_subjectKeyIdentifier_obsolete) {\n" + "> +\tif (ctx->last_oid == OID_subjectKeyIdentifier_obsolete) {\n" "> +\t\tpr_info(\"2.5.29.1 subjectKeyIdentifier OID is obsolete.\\n\");\n" "> +\t\treturn -ENOPKG;\n" "> +\t}\n" @@ -88,4 +88,4 @@ "> \tOID_keyUsage,\t\t\t/* 2.5.29.15 */\n" "> \tOID_subjectAltName,\t\t/* 2.5.29.17 */" -377a419af0b836a27d12c63ca2d698a9a93ea9e32eb45385d90cec017270d68c +0f04c4b4846a6a973c12d8aa5622e3c8c5a933ef310057f5adecc4aed5ddd8cf
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.