RE: OpenSSL in an embedded environment

2001-05-04 Thread Dilkie, Lee
I have (possibly) a similar problem. But just for the sake of completeness, is anyone aware of a port to VxWorks? If I could hook up with the poor sod that's been through this before that would probably save my hair at least. -lee

Re: OpenSSL in an embedded environment

2001-05-04 Thread RONDAN
On Fri, 04 May 2001 21:58:44 +0900 RONDAN <[EMAIL PROTECTED]> wrote: > > On Fri, 04 May 2001 08:52:13 -0400 > "Gregg Gibson" <[EMAIL PROTECTED]> wrote: > > > My plan is to use OpenSSL to provide crypto for ucd-snmp (which uses des, > > md5, and sha) and ssl for a web server (using rsa, 3des, a

Re: OpenSSL in an embedded environment

2001-05-04 Thread Andreas Back
I am also thinking about to port openssl to an embedded system and noticed the the discussion. What sizes have you come down to ? and does your embeded system have filestorage ? fopen() or is the certificates stored in char []? The core question is what i takes to port it to an embeded system

Re: OpenSSL in an embedded environment

2001-05-04 Thread RONDAN
On Fri, 04 May 2001 08:52:13 -0400 "Gregg Gibson" <[EMAIL PROTECTED]> wrote: > My plan is to use OpenSSL to provide crypto for ucd-snmp (which uses des, > md5, and sha) and ssl for a web server (using rsa, 3des, and sha or md5). I > will also use it for certificate generation. > > I'm going t

Re: OpenSSL in an embedded environment

2001-05-04 Thread Gregg Gibson
My plan is to use OpenSSL to provide crypto for ucd-snmp (which uses des, md5, and sha) and ssl for a web server (using rsa, 3des, and sha or md5). I will also use it for certificate generation. I'm going to do some code and makefile editing to get rid of everything else I can, which I think