CRYPTO_set_id_callback problem

2005-11-11 Thread Steffen Pankratz
/ http://liflg.org/ Best regards, Steffen Pankratz. PGP PUBLIC KEY: http://www.kratz00.org/kratz00.at.gmx.de.asc __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: problems with dynamic engine on windows

2005-10-31 Thread Steffen Pankratz
updates yet? Maybe it's fixed in cvs? Thank you. -- Hypnos powered by LFS SVN-20041206 (Linux 2.6.14) visit http://www.kratz00.org/ http://liflg.org/ Best regards, Steffen Pankratz. PGP PUBLIC KEY: http://www.kratz00.org/kratz00.at.gmx.de.asc

Re: problems with dynamic engine on windows

2005-10-26 Thread Steffen Pankratz
On Mon, 24 Oct 2005 17:12:15 +0400 Victor B. Wagner [EMAIL PROTECTED] wrote: On 2005.10.21 at 18:45:13 +0200, Steffen Pankratz wrote: now i'm totally confused no shared libs for win32?! is it a bug? Not for win32. Just for MSVC build. Use mingw32 and you'll get shared build with working

Re: problems with dynamic engine on windows

2005-10-26 Thread Steffen Pankratz
On Wed, 26 Oct 2005 13:35:52 +0200 Dr. Stephen Henson [EMAIL PROTECTED] wrote: On Wed, Oct 26, 2005, Steffen Pankratz wrote: On Mon, 24 Oct 2005 17:12:15 +0400 Victor B. Wagner [EMAIL PROTECTED] wrote: On 2005.10.21 at 18:45:13 +0200, Steffen Pankratz wrote: now i'm totally

Re: problems with dynamic engine on windows

2005-10-21 Thread Steffen Pankratz
On Thu, 20 Oct 2005 13:30:14 +0400 Victor B. Wagner [EMAIL PROTECTED] wrote: On 2005.10.19 at 19:26:36 +0200, Steffen Pankratz wrote: Hi I'm trying to get my dynamic engine to work on windows (openssl 0.9.8a, ms vc++ 7) it runs fine in linux Have you configured openssl

Re: problems with dynamic engine on windows

2005-10-21 Thread Steffen Pankratz
On Fri, 21 Oct 2005 15:29:42 +0200 Steffen Pankratz [EMAIL PROTECTED] wrote: On Thu, 20 Oct 2005 13:30:14 +0400 Victor B. Wagner [EMAIL PROTECTED] wrote: On 2005.10.19 at 19:26:36 +0200, Steffen Pankratz wrote: Hi I'm trying to get my dynamic engine to work on windows (openssl

problems with dynamic engine on windows

2005-10-19 Thread Steffen Pankratz
Hi I'm trying to get my dynamic engine to work on windows (openssl 0.9.8a, ms vc++ 7) it runs fine in linux schnip-- #ifndef OPENSSL_NO_DYNAMIC_ENGINE static int bind_helper(ENGINE *e, const char *id) { if(id (strcmp(id, engine_desecb_id) != 0)) return 0; if(!bind_desecb(e)) return 0;

Re: OSSL 0.9.8 Engine problems

2005-09-07 Thread Steffen Pankratz
On Wed, 31 Aug 2005 22:53:51 +0200 Nils Larsch [EMAIL PROTECTED] wrote: Steffen Pankratz wrote: On Tue, 30 Aug 2005 23:53:37 +0200 Nils Larsch [EMAIL PROTECTED] wrote: Steffen Pankratz wrote: ... well, if openssl is build without DES support the DES nids are not added

Re: OSSL 0.9.8 Engine problems

2005-08-31 Thread Steffen Pankratz
On Tue, 30 Aug 2005 23:53:37 +0200 Nils Larsch [EMAIL PROTECTED] wrote: Steffen Pankratz wrote: ... well, if openssl is build without DES support the DES nids are not added to the internal list of OIDs when OPENSSL_add_all_ciphers is called, hence the OBJ_* functions know nothing about DES

Re: OSSL 0.9.8 Engine problems

2005-08-30 Thread Steffen Pankratz
On Sat, 27 Aug 2005 13:22:19 +0200 Nils Larsch [EMAIL PROTECTED] wrote: Steffen Pankratz wrote: Hi I compiled OSSL with no-des, so there is no DES cipher available in OSSL. I build a Engine module which supports the des-ecb cipher. openssl engine - dynamic -pre SO_PATH

OSSL 0.9.8 Engine problems

2005-08-26 Thread Steffen Pankratz
error:evp_enc.c:171: In the rsaref sample those functions are also not implemented, so what is wrong? Also why does OSSL need DES cipher support enabled if i want to implement it as a Engine module? -- Best regards, Steffen Pankratz. PGP PUBLIC KEY: http://www.kratz00.org/kratz00.at.gmx.de.asc