Re: newbie installation problem - Makefile.org not found

2007-06-25 Thread Endhy Aziz
Hi, Here's the Makefile.org (attachment). If you're downloading the complete source code, this file should have been included. Regards, --Endhy Makefile.org Description: Binary data

Re: compiling openssl without support for sslv2

2007-06-08 Thread Endhy Aziz
Hi, Steve wrote : I looked in the INSTALL file, and this is the information I received: no-cipher Build without the specified cipher (bf, cast, des, dh, dsa, hmac, md2, md5, mdc2, rc2, rc4, rc5, rsa, sha). The crypto/cipher directory can be removed after running

Re: Newbie questions

2007-05-24 Thread Endhy Aziz
See SSL and TLS by Eric Rescorla. It describes SSL protocol completely, including how to program with SSL. One of the chapter, Designing With SSL may help you. --Endhy

Re: Newbie questions

2007-05-24 Thread Endhy Aziz
I wrote : One of the chapter, Designing With SSL may help . Should be : One of the chapter, Coding With SSL may help Regards, --Endhy

Problem in cipher length test processing

2007-05-18 Thread Endhy Aziz
Hi, I'm trying to implement a new stream cipher algorithm in OpenSSL (stream cipher Rabbit, see RFC 4503 -- in my previous email, there was a mistake, I tiped 4509, really sorry). This new algorithm will be used for testing purpose. I've written and added new lines in OpenSSL 0.9.8c. So far this

Problem compiling with debug option in OpenSuSE 10.2

2007-05-15 Thread Endhy Aziz
Hi all, I'm trying to compile OpenSSL-0.9.8c with debug option, but some errors shown below occurs : ... ... make[2]: Entering directory `/home/endhy/Documents/openssl-0.9.8d/apps' ( :; LIBDEPS=${LIBDEPS:--L.. -lssl -L.. -lcrypto -lefence -lefence -ldl}; LDCMD=${LDCMD:-gcc};