Re: How small in codesize and ramsize can openssl be cut down to?

2004-10-12 Thread Tan Eng Ten
Maybe this is what you're actually looking for: www.matrixssl.com Jon Bendtsen wrote: i'm working on an embedded micro computer, and i would like to have a webservice. However the data needs to be encrypted. I was thinking of using SSL for that, but i only have 32K for everything. OS, tcp/ip,

Re: decrypting using AES_decrypt()

2004-10-12 Thread Tan Eng Ten
Hi, remember the entire openssl is open-source? if you would like to know how to code certain things the openssl command line utility can perform, look right into its source codes in apps\ as for the enc/dec functions, look in the file apps\enc.c i'm sure u can figure out from there Brian Murphy

Handshaking issue with 97d?

2004-10-12 Thread James Goddard
We are using openssl in an application with an embeded GoAhead webserver. When using 97c everything works fine. When we switch to 97d everything still works fine on HPUX and Windows platforms, however on Linux we are unable to connect to the webserver via SSL. When using a Windows (IE) browse

smime question

2004-10-12 Thread Gerd Schering
Hi, if if have a signed smime message, I can retrieve the content of the message and the signers certificate for instance by: openssl smime -verify -CAfile $MyCAfile -inform DER -in $signedmessage \ -out $message -signer $signercert where the $s have to be replaced by the corresponding filenames.

Re: OT: Books on PKI and IPsec

2004-10-12 Thread Charles B Cranston
> Can people provide recomendations and other comments on > which books to buy on PKI and IPsec Some books I thought cost-effective, from easiest to hardest: "Applied Cryptography: Protocols, Algorithms, and Souce Code in C" by Bruce Schneier 2nd ed (Wiley 1996) 758 pages of extremely readable r