Re: OpenSSL on ARM7

2005-02-21 Thread Dr. Lars Hanke
Hi, > Since my target device has a small memory footprint (32KB RAM, 512KB Flash), This may constrain RSA stuff ... > - Do you know any ARM7 port of OpenSSL crypto library? I evaluated OpenSSL on ARM7 about 2 years ago. The implementation even had some patches for side-channel resistanc

OpenSSL on ARM7

2005-02-21 Thread Roberto Gallo
Hi, I am working on a project that is based on Philips LPC ARM7, and I need some crypto primitives (e.g. RSA) Since my target device has a small memory footprint (32KB RAM, 512KB Flash), I am looking for a crypto library for embedded environments. My first idea was to port part for OpenSSL, like