Re: DTLS library

2008-11-11 Thread Henry Du
Thanks Michael and Robin. I am looking forward any light shed on me. Best Henry - Original Message - From: "Michael Tüxen" <[EMAIL PROTECTED]> To: openssl-users@openssl.org Cc: "Robin Seggelmann" <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2008 3:01:44 PM GMT -08:00 US/Canada Pacific

RE: OPENSSL_Uplink(0099E000,07): no OPENSSL_Applink

2008-11-11 Thread Leo Yang
hi Ger Hobbelt thank you s much . your answer 2) solve my problem well. because there exists libeay32.dll ,ssleay32.dll ,my own dll and my application. my own dll call libeay32.dll and ssleay32.dll. And my application call my own dll. according to Ger Hobbelt's suggestion 2), firstly

Re: DTLS library

2008-11-11 Thread Michael Tüxen
Hi Henry, Robin (CCed) is currently debugging the DTLS implementation which is part of the OpenSSL library. He has sent 3 or 4 patches to the list which fix several bugs in the DTLS implementation. You might want to apply them yo your sources. Maybe it is possible that someone from the core t

Re: OPENSSL_Uplink(0099E000,07): no OPENSSL_Applink

2008-11-11 Thread Ger Hobbelt
Hm, never used this OPENSSL_Uplink/Applink glue before... (I have my own OpenSSL MSVC2005 projects, which I always use inside my solutions) Anyway, a quick check leads me to two possible answers: 1) somewhere APPMACROS_ONLY was #define'd before your actual > extern "C" > { > #include > } code

Re: RAND_egd() blocking -- despite contract that states otherwise?

2008-11-11 Thread Deron Meranda
On Tue, Nov 11, 2008 at 12:20 PM, David Schwartz <[EMAIL PROTECTED]> wrote: > >> Yes. Hence the correct solution would be non-blocking with select()... >> >> Best regards, >> Lutz > > How do you determine (portably) if the socket you got from 'socket' is > inside the legal range for FD_SET? Man

RE: RAND_egd() blocking -- despite contract that states otherwise?

2008-11-11 Thread David Schwartz
> Yes. Hence the correct solution would be non-blocking with select()... > > Best regards, > Lutz How do you determine (portably) if the socket you got from 'socket' is inside the legal range for FD_SET? Many platforms, including Linux, will happilly allow 'socket' to return values that are w

DTLS library

2008-11-11 Thread Henry Du
Dear All, I am trying to develop an application on the DTLS provided by openssl. It looks like there is no DTLS toolkits available. (Two static libraries are libssl.a and libcrypto.a). Does anyone know how to make a DTLS toolkit (library), or could someone give me a hint about how to develop an

DPI and TLS

2008-11-11 Thread jul
Hi, I am researching the use of Deep Packet Inspection on encrypted protocols. More specifically TLS and DTLS operating in both anonymous mode and with peer verification via PKI. So far I haven't found much related to these two technologies and how DPI can be used on a TLS/ DTLS encrypted s

OPENSSL_Uplink(0099E000,07): no OPENSSL_Applink

2008-11-11 Thread 念材 杨
hi all I meet a run time error "OPENSSL_Uplink(0099E000,07): no OPENSSL_Applink" which feaze me several days. this is my project description: I had download openssl-0.9.8i. then build it and install it correctly following the INSTALL.WIN32 instruction. I use vs2005 to develop my project and I