Re: Implementing a custom cryptographic function

2008-05-13 Thread Victor B. Wagner
On 2008.05.11 at 10:25:39 +0330, Mehdi Asgari wrote: >Hi >I want to compile ccgost (available in openssl 0.9.9) on Windows. >But the Makefile generates error. >Could you give me some instrunctions about building it ? >(I've used Microsoft Compiler, GCC, Cygwin) Could you give

Re: Implementing a custom cryptographic function

2008-05-13 Thread Mehdi Asgari
Hi I want to write a simple dynamic engine. Is there any documentation about writing and using it ? Could anyone send me a sample "dynamic engine" ? Yes, there is ccgost, but I need a simpler code (so I understand it faster; cause I only want to add a new cryptographic function)

Re: Implementing a custom cryptographic function

2008-05-13 Thread Mehdi Asgari
Hi I want to compile ccgost (available in openssl 0.9.9) on Windows. But the Makefile generates error. Could you give me some instrunctions about building it ? (I've used Microsoft Compiler, GCC, Cygwin)

Re: Implementing a custom cryptographic function

2008-05-05 Thread Julian
Mehdi, Sounds like you simply need TLS v1. Look at the EVP_ functions as they are higher level. Hope that helps, julian On May 4, 2008, at 3:06 AM, Mehdi Asgari wrote: Hi I want to develop a simple client/server OpenSSL application (a simple "Hello Other Side" passing between the two);