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,
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
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
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.
> 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