From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <418DAFEE.7030307@telus.net> Date: Sat, 6 Nov 2004 21:17:34 -0800 From: Paul Lalonde User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] RSA + OAEP padding References: <418D4681.4060707@telus.net> <20041107024823.GA81716@mero.morphisms.net> In-Reply-To: <20041107024823.GA81716@mero.morphisms.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: fee4a5d2-eacd-11e9-9e20-41e7f4b1d025 I've got it just about done, modulo testing ;-) The annoying part is generating the test data using some other library. If you have a nice compliant one just lying around I'd be happy to grab it. Thanks, Paul William Josephson wrote: >On Sat, Nov 06, 2004 at 01:47:45PM -0800, Paul Lalonde wrote: > > >>Is there a plan9 implementation of the RSA plus OAEP padding? I'm >>loathe to grab the OpenSSL code, as the porting effort seems to be much >>more than writing my own OAEP padding code, but said code is notoriously >>tricky to get right... >> >> > >There's already RSA and doing OAEP is not hard. I've done it before >when I was stuck in Unix land and didn't want OpenSSL. I'll see if I >have code lying around, but it is probably faster to just write it >yourself... > > >