linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RSA
@ 2011-08-11 18:30 Michel Machado
  2011-08-11 19:00 ` RSA Dmitry Kasatkin
  0 siblings, 1 reply; 3+ messages in thread
From: Michel Machado @ 2011-08-11 18:30 UTC (permalink / raw)
  To: linux-crypto

Hi there,

   I'm implementing a new network stack in Linux's kernel [1], and I
need a RSA implementation to keep the guarantees of the design [2].

   Searching the archive of Linux's mailing lists, I've found that
adding RSA to the kernel has been already tried, but it was left out
because the uses were not convincing then.

   I intend to submit my work [3, 4] when I get a reasonable working
version. Until there, could anyone point me to a working patch to add
RSA to the kernel? The old patch [5] doesn't integrate with the current
Crypto API.

   Is there hope to have RSA added to Linux? If not for a ready use,
it'd help to experiment with things that are still in the making.

[1] http://www.cs.cmu.edu/~xia/
[2] http://reports-archive.adm.cs.cmu.edu/anon/2011/CMU-CS-11-100.pdf
[3] git://github.com/AltraMayor/XIA-for-Linux.git
[4] git://github.com/AltraMayor/xiaconf.git
[5] http://lwn.net/Articles/228892/

-- 
[ ]'s
Michel Machado

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RSA
  2011-08-11 18:30 RSA Michel Machado
@ 2011-08-11 19:00 ` Dmitry Kasatkin
  2011-08-11 20:01   ` RSA Michel Machado
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Kasatkin @ 2011-08-11 19:00 UTC (permalink / raw)
  To: Michel Machado; +Cc: linux-crypto

Hi,

Please look to the patch just before your email...
[RFC v1.1 2/5] crypto: ksign - digital signature verification support

It implements RSA verification for IMA/EVM.
May be it would be interesting to you.

- Dmitry

On 11/08/11 21:30, Michel Machado wrote:
> Hi there,
>
>    I'm implementing a new network stack in Linux's kernel [1], and I
> need a RSA implementation to keep the guarantees of the design [2].
>
>    Searching the archive of Linux's mailing lists, I've found that
> adding RSA to the kernel has been already tried, but it was left out
> because the uses were not convincing then.
>
>    I intend to submit my work [3, 4] when I get a reasonable working
> version. Until there, could anyone point me to a working patch to add
> RSA to the kernel? The old patch [5] doesn't integrate with the current
> Crypto API.
>
>    Is there hope to have RSA added to Linux? If not for a ready use,
> it'd help to experiment with things that are still in the making.
>
> [1] http://www.cs.cmu.edu/~xia/
> [2] http://reports-archive.adm.cs.cmu.edu/anon/2011/CMU-CS-11-100.pdf
> [3] git://github.com/AltraMayor/XIA-for-Linux.git
> [4] git://github.com/AltraMayor/xiaconf.git
> [5] http://lwn.net/Articles/228892/
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RSA
  2011-08-11 19:00 ` RSA Dmitry Kasatkin
@ 2011-08-11 20:01   ` Michel Machado
  0 siblings, 0 replies; 3+ messages in thread
From: Michel Machado @ 2011-08-11 20:01 UTC (permalink / raw)
  To: Dmitry Kasatkin; +Cc: linux-crypto

Hi Dmitry,

   Thanks for pointing out that patch. I does make bringing a full RSA
API into the kernel easier, but it doesn't do it. I may end up doing it
myself, and could certainly use the MPI library you're adding with that
patch, but I'd rather not since I already have a lot on my plate.

-- 
[ ]'s
Michel Machado


On Thu, 2011-08-11 at 22:00 +0300, Dmitry Kasatkin wrote:
> Hi,
> 
> Please look to the patch just before your email...
> [RFC v1.1 2/5] crypto: ksign - digital signature verification support
> 
> It implements RSA verification for IMA/EVM.
> May be it would be interesting to you.
> 
> - Dmitry
> 
> On 11/08/11 21:30, Michel Machado wrote:
> > Hi there,
> >
> >    I'm implementing a new network stack in Linux's kernel [1], and I
> > need a RSA implementation to keep the guarantees of the design [2].
> >
> >    Searching the archive of Linux's mailing lists, I've found that
> > adding RSA to the kernel has been already tried, but it was left out
> > because the uses were not convincing then.
> >
> >    I intend to submit my work [3, 4] when I get a reasonable working
> > version. Until there, could anyone point me to a working patch to add
> > RSA to the kernel? The old patch [5] doesn't integrate with the current
> > Crypto API.
> >
> >    Is there hope to have RSA added to Linux? If not for a ready use,
> > it'd help to experiment with things that are still in the making.
> >
> > [1] http://www.cs.cmu.edu/~xia/
> > [2] http://reports-archive.adm.cs.cmu.edu/anon/2011/CMU-CS-11-100.pdf
> > [3] git://github.com/AltraMayor/XIA-for-Linux.git
> > [4] git://github.com/AltraMayor/xiaconf.git
> > [5] http://lwn.net/Articles/228892/
> >
> --
> To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-11 20:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 18:30 RSA Michel Machado
2011-08-11 19:00 ` RSA Dmitry Kasatkin
2011-08-11 20:01   ` RSA Michel Machado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).