Re: EAP-TLS

2001-12-21 Thread Lutz Jaenicke
On Thu, Dec 20, 2001 at 08:16:26PM -0800, Raghu wrote: > >From sockets perspective these are really simple questions, > Since EAP handles every basic data transfer, > there are no sockets/file descriptors involved. > I am really finding hard to get the answers. I don't know anything about EAP. I

engine library should not replace libcrypto.a

2001-12-21 Thread Donald Axel
Hello openssl-team! Can you help me understand what is going on? Or just do not let openssl-engine install itself over the normal ssl-libs? I know you warned saying that openssl-engine package is not stable. However source is exactly the same. How come then that the compilation of the ssh confi

Invalid email signature when content contains HTML

2001-12-21 Thread Toby Beaumont
Hi, I modified the file "pk7_mime.c" to change the MIME headers from "content-type: text/plain" to "content-type: text/html" and recompiled. I am using openssl/sendmail to trigger an email like: openssl smime -sign -in file.html -text -inkey veri.key \ -signer veri.pem -to [EMAIL PROTECTED] -fr

[PATCH] openssl 0.9.6b - librev wrong in openssl.spec

2001-12-21 Thread Raju Mathur
openssl-0.9.6b: openssl.spec in top-level directory defines librev as ``a''. Should be ``b''. Regards, -- Raju -- Raju Mathur [EMAIL PROTECTED] http://kandalaya.org/ It is the mind that moves __

error: SSL_CTX_use_PrivateKey_file(/etc/mail/certs/MYkey.pem) failed

2001-12-21 Thread Srikanta Nayak
Dear Experties!   Can you pl. suggest, how to go about this error??   Dec 18 16:00:48 fwgw sm-mta[22373]: STARTTLS=server, error: SSL_CTX_use_PrivateKey_file(/etc/mail/certs/MYkey.pem) failed   Env: Openssl-SNAP-20011212 , solaris 2.6  with sendmail-8.12.1   I also tried changing CA.pl wi

ssl_connect() dump!

2001-12-21 Thread alexli
I have written a set of proxy dll(server and client) using openssl to enable c/s application communicating. The client application as a WIN32 service call proxy(proxy.dll). But sometimes there is a error that is "ntdll.dll access violation". The call stack as follows: NTDLL! 77f9f496() N

Re: engine library should not replace libcrypto.a

2001-12-21 Thread jeff courington
The problem is that the engine library needs the dynamic loader library dl.so. This is done by adding the -ldl command to the compile line. The engine uses the dynamic loader to load the shared libraries that are written for the hardware cards. The makefile does not take this into account and