Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1345157
| From | Tadeusz Struk <tadeusz.struk@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] crypto: remove padding logic from rsa.c |
| Date | 2016-02-28 04:30 +0100 |
| Message-ID | <r70dr-4Jc-1@gated-at.bofh.it> (permalink) |
| References | <r6S6e-7aw-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Herbert,
On 02/27/2016 10:40 AM, Herbert Xu wrote:
> Tadeusz Struk <tadeusz.struk@intel.com> wrote:
>>
>> diff --git a/crypto/rsa.c b/crypto/rsa.c
>> index 9a7c9ca..77d737f 100644
>> --- a/crypto/rsa.c
>> +++ b/crypto/rsa.c
>> @@ -16,78 +16,6 @@
>> #include <crypto/algapi.h>
>>
>> /*
>> - * Hash algorithm OIDs plus ASN.1 DER wrappings [RFC4880 sec 5.2.2].
>> - */
>> -static const u8 rsa_digest_info_md5[] = {
>> - 0x30, 0x20, 0x30, 0x0c, 0x06, 0x08,
>> - 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x05, /* OID */
>> - 0x05, 0x00, 0x04, 0x10
>> -};
>
> Where did this come from? It's not in my tree.
These are generated on top of
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=keys-rsa
Thanks,
--
TS
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 2/2] crypto: remove padding logic from rsa.c Tadeusz Struk <tadeusz.struk@intel.com> - 2016-02-24 18:20 +0100
Re: [PATCH 2/2] crypto: remove padding logic from rsa.c David Howells <dhowells@redhat.com> - 2016-02-26 15:10 +0100
Re: [PATCH 2/2] crypto: remove padding logic from rsa.c David Howells <dhowells@redhat.com> - 2016-02-26 16:10 +0100
Re: [PATCH 2/2] crypto: remove padding logic from rsa.c Herbert Xu <herbert@gondor.apana.org.au> - 2016-02-27 19:50 +0100
Re: [PATCH 2/2] crypto: remove padding logic from rsa.c Tadeusz Struk <tadeusz.struk@intel.com> - 2016-02-28 04:30 +0100
csiph-web