[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
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


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.
 
   Could you please wrap the 
 
   #include openssl/engine.h
 
   with 
 
   #ifndef OPENSSL_NO_ENGINE
 
 
   Please also wrap the code that makes use of the engine.

please try a recent snapshot

Cheers,
Nils

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


[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 

  #ifndef OPENSSL_NO_ENGINE


  Please also wrap the code that makes use of the engine.

  Then to compile the library with OPENSSL_NO_ENGINE.

  Thank you in advance!!




-- 
Best regards,
Maxim Masiutin  mailto:[EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]