public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 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; 12+ 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] 12+ messages in thread
* Re: RSA
@ 2004-06-15 16:46 kartikey bhatt
  0 siblings, 0 replies; 12+ 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] 12+ messages in thread
* Re: RSA
@ 2004-06-19  2:56 Joy Latten
  0 siblings, 0 replies; 12+ 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] 12+ messages in thread
* Re: RSA
@ 2004-06-19  4:37 kartikey bhatt
  0 siblings, 0 replies; 12+ 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] 12+ 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; 12+ 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] 12+ messages in thread

end of thread, other threads:[~2004-06-22 11:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
  -- strict thread matches above, loose matches on Subject: below --
2004-06-15 16:46 RSA kartikey bhatt
2004-06-19  2:56 RSA Joy Latten
2004-06-19  4:37 RSA kartikey bhatt
2004-06-22  4:13 RSA kartikey bhatt
2004-06-22 11:52 ` RSA tom st denis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox