[openssl.org #956] engine code in ECDSA and ECDH

2004-12-11 Thread Geoff Thorpe via RT
[EMAIL PROTECTED] - Thu Oct 21 08:19:52 2004]: please try a recent snapshot So it looks like this issue was resolved (I haven't checked, but Nils is a trustworthy sort :-). I'm closing the ticket. Cheers, Geoff -- Geoff Thorpe, RT/openssl.org

Re: [openssl.org #956] engine code in ECDSA and ECDH

2004-10-21 Thread Nils Larsch via RT
Maxim Masiutin via RT wrote: Hello, I was compiling a lightweight version of OpenSSL to utilize ECDSA and ECDH code. I liked that code very much! that's nice to hear ;-) I did use the OPENSSL_NO_ENGINE define. However, the ECDSA and ECDH files didn't honour this define.

[openssl.org #956] engine code in ECDSA and ECDH

2004-10-15 Thread Maxim Masiutin via RT
Hello, I was compiling a lightweight version of OpenSSL to utilize ECDSA and ECDH code. I liked that code very much! I did use the OPENSSL_NO_ENGINE define. However, the ECDSA and ECDH files didn't honour this define. Could you please wrap the #include openssl/engine.h with