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 resistance. Due to

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

CRL check

2005-02-21 Thread javaguest
Hi. I'm writing a C program and I need to check if a certificate is revoked. Is there an easy way to do it? In other words I'm looking for a library function(s) that extract the CDP from the certificate, download the CRL file from the location and then load it. Can somebody help me?

OpenSSL + shared memory

2005-02-21 Thread Christian Kreibich
Hi all, I have an application in which a "master" process creates a socket, connects to a server app, and forks off a few children sharing the open file descriptor for that connection with its children. All of the children use the shared descriptor to send messages, synchronized through shared me

Re: ENGINE implementaion done but facing errors

2005-02-21 Thread Riaz Rahaman
Hi Fred, Thanks for the replyI was assuming that my mails were not being delivered to the group. I am not able to find the bug as some times the s_cleint gets connected with out any problem and some times it gives errors. If there is a bug with enc or dec functionality then it should never ge