Re: [PATCH] PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them

2015-09-01 Thread David Howells
James Morris wrote: > Please always specify which kernel a patch/pull request is for. security/next in this case. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them

2015-09-01 Thread David Howells
James Morris wrote: > Please always specify which kernel a patch/pull request is for. security/next in this case. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them

2015-08-31 Thread Valdis . Kletnieks
On Tue, 01 Sep 2015 09:29:40 +1000, James Morris said: > On Sun, 30 Aug 2015, David Howells wrote: > > > Add OIDs for sha224, sha284 and sha512 hash algos and use them to select > > the hashing algorithm. Without this, something like the following error > > might get written to dmesg: > > > > [

Re: [PATCH] PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them

2015-08-31 Thread James Morris
On Sun, 30 Aug 2015, David Howells wrote: > Add OIDs for sha224, sha284 and sha512 hash algos and use them to select > the hashing algorithm. Without this, something like the following error > might get written to dmesg: > > [ 31.829322] PKCS7: Unknown OID: [32] 2.16.840.1.101.3.4.2.3 > [

Re: [PATCH] PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them

2015-08-31 Thread James Morris
On Sun, 30 Aug 2015, David Howells wrote: > Add OIDs for sha224, sha284 and sha512 hash algos and use them to select > the hashing algorithm. Without this, something like the following error > might get written to dmesg: > > [ 31.829322] PKCS7: Unknown OID: [32] 2.16.840.1.101.3.4.2.3 > [

Re: [PATCH] PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them

2015-08-31 Thread Valdis . Kletnieks
On Tue, 01 Sep 2015 09:29:40 +1000, James Morris said: > On Sun, 30 Aug 2015, David Howells wrote: > > > Add OIDs for sha224, sha284 and sha512 hash algos and use them to select > > the hashing algorithm. Without this, something like the following error > > might get written to dmesg: > > > > [

[PATCH] PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them

2015-08-30 Thread David Howells
Add OIDs for sha224, sha284 and sha512 hash algos and use them to select the hashing algorithm. Without this, something like the following error might get written to dmesg: [ 31.829322] PKCS7: Unknown OID: [32] 2.16.840.1.101.3.4.2.3 [ 31.829328] PKCS7: Unknown OID: [180]

[PATCH] PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them

2015-08-30 Thread David Howells
Add OIDs for sha224, sha284 and sha512 hash algos and use them to select the hashing algorithm. Without this, something like the following error might get written to dmesg: [ 31.829322] PKCS7: Unknown OID: [32] 2.16.840.1.101.3.4.2.3 [ 31.829328] PKCS7: Unknown OID: [180]