All of lore.kernel.org
 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; 15+ 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] 15+ messages in thread
* Re: RSA
@ 2004-06-22  4:13 kartikey bhatt
  2004-06-22 11:52 ` RSA tom st denis
  0 siblings, 1 reply; 15+ messages in thread
From: kartikey bhatt @ 2004-06-22  4:13 UTC (permalink / raw)
  To: latten, linux-kernel

hey i am gonna look at the code right now.
will keep in touch.

"Tom has indicated a few ways to go about this which I will send you."
waiting for details.

Joy Latten <latten@austin.ibm.com> wrote
>Great!!
>
>Our current goal is to just add RSA encryption and decryption
>to the kernel. We are interested in porting the bignum/mpi and
>rsa implementations from libtomcrypt, http://www.libtomcrypt.org.
>When I say we, I am referring to myself and my coworker, Serge Hallyn.
>You have probably seen a few notes between Serge and Tom, libtomcrypt's
>author, on lkml about RSA.
>
>Tom has indicated that the mpi will perhaps need some work in
>lower stack usage (mp_extpmod uses a bit), lower heap usage
>where possible, and remove any non-supported opcodes (e.g. integer 
>division).
>
>Tom has indicated a few ways to go about this which I will send you.
>
>Let me know when you get to take a look at the code.
>If you have any questions, please let me know. Thanks!!
>
>Joy
>
>
>
> >I would like to work on coding of algorithms and
> >especially developing mpi_t for kernel.
> >
> >Kartikey
> >
> >
> >>From: Joy Latten <latten@austin.ibm.com>
> >>To: kartik_me@hotmail.com
> >>CC: linux-kernel@vger.kernel.org, serue@us.ibm.com
> >>Subject: Re: RSA
> >>Date: Fri, 18 Jun 2004 21:56:10 -0500
> >>
> >>Great!! Thanks!  What are you interested in doing?
> >>
> >>Joy
> >>-------------------------------------------------------------
> >>
> >>
> >>i would like to contribute.
> >>
> >>On Tue, 15 Jun 2004, Joy Latten wrote:
> >>
> >>Is anyone working on implementing RSA encryption/decryption into the
> >>kernel's cryptoapi? If not, I was considering starting such a project.
> >>
> >>James wrote:
> >>
> >>Not that I know of.  Would you be looking at this in terms of a generic
> >>asymmetric crypto API?
> >>

_________________________________________________________________
Pay Cash on delivery on lakhs of products. 
http://go.msnserver.com/IN/50757.asp Only on Baazee.com


^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: RSA
@ 2004-06-19  4:37 kartikey bhatt
  0 siblings, 0 replies; 15+ messages in thread
From: kartikey bhatt @ 2004-06-19  4:37 UTC (permalink / raw)
  To: latten, linux-kernel


I would like to work on coding of algorithms and
especially developing mpi_t for kernel.

Kartikey


>From: Joy Latten <latten@austin.ibm.com>
>To: kartik_me@hotmail.com
>CC: linux-kernel@vger.kernel.org, serue@us.ibm.com
>Subject: Re: RSA
>Date: Fri, 18 Jun 2004 21:56:10 -0500
>
>Great!! Thanks!  What are you interested in doing?
>
>Joy
>-------------------------------------------------------------
>
>
>i would like to contribute.
>
>On Tue, 15 Jun 2004, Joy Latten wrote:
>
>Is anyone working on implementing RSA encryption/decryption into the
>kernel's cryptoapi? If not, I was considering starting such a project.
>
>James wrote:
>
>Not that I know of.  Would you be looking at this in terms of a generic
>asymmetric crypto API?
>
>_________________________________________________________________
>Screensavers for every mood! Jazz up your screen!
>http://www.msn.co.in/Download/screensaver/ Bring your PC to life!
>

_________________________________________________________________
Expressions unlimited! The all new MSN Messenger! 
http://server1.msn.co.in/sp04/messenger/  Change the way you communicate!


^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: RSA
@ 2004-06-19  2:56 Joy Latten
  0 siblings, 0 replies; 15+ messages in thread
From: Joy Latten @ 2004-06-19  2:56 UTC (permalink / raw)
  To: kartik_me; +Cc: linux-kernel, serue

Great!! Thanks!  What are you interested in doing?

Joy
-------------------------------------------------------------


i would like to contribute.

On Tue, 15 Jun 2004, Joy Latten wrote:

Is anyone working on implementing RSA encryption/decryption into the
kernel's cryptoapi? If not, I was considering starting such a project.

James wrote:

Not that I know of.  Would you be looking at this in terms of a generic
asymmetric crypto API?

_________________________________________________________________
Screensavers for every mood! Jazz up your screen! 
http://www.msn.co.in/Download/screensaver/ Bring your PC to life!


^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: RSA
@ 2004-06-15 16:46 kartikey bhatt
  0 siblings, 0 replies; 15+ messages in thread
From: kartikey bhatt @ 2004-06-15 16:46 UTC (permalink / raw)
  To: jmorris, linux-kernel, latten

i would like to contribute.

On Tue, 15 Jun 2004, Joy Latten wrote:

Is anyone working on implementing RSA encryption/decryption into the
kernel's cryptoapi? If not, I was considering starting such a project.

James wrote:

Not that I know of.  Would you be looking at this in terms of a generic
asymmetric crypto API?

_________________________________________________________________
Screensavers for every mood! Jazz up your screen! 
http://www.msn.co.in/Download/screensaver/ Bring your PC to life!


^ permalink raw reply	[flat|nested] 15+ messages in thread
* RSA
@ 2004-06-15  9:44 Joy Latten
  2004-06-15  1:29 ` RSA James Morris
  2004-06-19 16:12 ` RSA Kristian Sørensen
  0 siblings, 2 replies; 15+ messages in thread
From: Joy Latten @ 2004-06-15  9:44 UTC (permalink / raw)
  To: linux-kernel; +Cc: sergeh

Is anyone working on implementing RSA encryption/decryption into the
kernel's cryptoapi? If not, I was considering starting such a project.

Regards,
Joy Latten

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

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

Thread overview: 15+ 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
  -- strict thread matches above, loose matches on Subject: below --
2004-06-22  4:13 RSA kartikey bhatt
2004-06-22 11:52 ` RSA tom st denis
2004-06-19  4:37 RSA kartikey bhatt
2004-06-19  2:56 RSA Joy Latten
2004-06-15 16:46 RSA kartikey bhatt
2004-06-15  9:44 RSA Joy Latten
2004-06-15  1:29 ` RSA James Morris
2004-06-15 23:54   ` RSA Serge E. Hallyn
2004-06-16  0:22     ` RSA tom st denis
2004-06-16  2:04       ` RSA Serge E. Hallyn
2004-06-16  2:52         ` RSA tom st denis
2004-06-19 16:12 ` RSA Kristian Sørensen

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.