www.openssl.org down on 2010-05-01?

2010-05-01 Thread Modem Man
*** Zeitüberschreitung der Anforderung. ___ greetings, Modem Man __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: www.openssl.org down on 2010-05-01?

2010-05-01 Thread Modem Man
It's now reachable again, thank to whom it belongs... MM Modem Man schrieb: Hi, is www.openssl.org down today? Or is it just unreachable from Germany? ___ C:\temptelnet www.openssl.org 80 Verbindungsaufbau zu www.openssl.org...Es konnte keine Verbindung

Re: Question regarding opening the OpenSSL source code in visual studio

2010-04-28 Thread Modem Man
the appropriate LIBs in project depends on... I think this could last a day or two... have fun, Modem Man

Re: BIO_do_handshake() little help wanted

2010-04-25 Thread Modem Man
Dear Stephen and dear all, regarding Stephen's question below: On Sat, Apr 24, 2010, Modem Man wrote: Dear all, I'm fiddling since two days with BIO_do_handshake(), and always have no luck. I'm afraid, it's time to cry for help now. *Short description:* After BIO_do_handshake

some VC++ help wanted: can not step into SSL_xxx functions (debug libeay32.dll and ssleay32.dll)

2010-04-25 Thread Modem Man
hint or help is highly appreciated by Modem Man

Re: some VC++ help wanted: can not step into SSL_xxx functions (debug libeay32.dll and ssleay32.dll)

2010-04-25 Thread Modem Man
. YES! Thank you very much, you saved my day!! Works for me! Modem Man On 4/25/2010 1:47 PM, Modem Man wrote: Dear readers, I know, it's great, sunny whether today, but may be someone would kindly help, anyway ;-) *Background:* I'm just debugging some problem around

Re: some VC++ help wanted: can not step into SSL_xxx functions (debug libeay32.dll and ssleay32.dll)

2010-04-25 Thread Modem Man
a silent night, Modem Man

Re: BIO_do_handshake() little help wanted

2010-04-25 Thread Modem Man
A SSL3 alert read:fatal:handshake failure SSL_connect:error in SSLv2/v3 read server hello A :-( I'd appreciate _any_ further hint or help, next days. with best regards, Modem Man __ OpenSSL Project

Re: Crash bug in 0.9.8n

2010-04-25 Thread Modem Man
- done connect: Bad file descriptor connect:errno=10061 openssl version OpenSSL 1.0.0 29 Mar 2010 openssl s_client Loading 'screen' into random state - done connect: No error connect:errno=0 its no problem for me. Just for information completion. regards, Modem Man

BIO_do_handshake() little help wanted

2010-04-24 Thread Modem Man
that brings me a step further... with best regards, Modem Man __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

Re: Win32 OPENSSL_USE_APPLINK usage

2010-04-22 Thread Modem Man
. The latter is the way, I use to port locale-depending old code into current millennium. How about this? with best regards, Modem-Man __ OpenSSL Project http://www.openssl.org User Support Mailing

Re: Win32 OPENSSL_USE_APPLINK usage

2010-04-21 Thread Modem Man
. ... just my 5 cents. The Modem Man __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

Re: ERROR LINK2019

2010-04-14 Thread Modem Man
Hi, 芦翔 please check, if you are using the right include path fpr the right .h files. After calling this: C:\From_Here\openssl.1.0.0\ perl Configure VC-WIN32 no-asm --prefix=c:/to_here/ssl C:\From_Here\openssl.1.0.0\ ms\do_ms you DON'T should use: -I C:\From_Here\openssl.1.0.0\include (or

Re: ERROR LINK2019

2010-04-14 Thread Modem Man
Hi 芦翔, I also used mixed C / C++ Project and did not used the probably well known #ifdef __cplusplus extern C { #endif #include openssl\.h #ifdef __cplusplus } #endif stuff. It worked for me without this. Used VS 2005, which surely has same behaviour as VS 2008. M.M. hi, Thank you

Re: ERROR LINK2019

2010-04-14 Thread Modem Man
Hi 芦翔, the way Windows/C is using the SSL Lib here, is a so called Dynamic Link Library via IMPLIB loading. This means, each DLL file has a corresponding LIB file which is statically to be linked together with your source code's OBJ files to become your EXE file. But this LIB is only a so called

OpenSSL 1.0.0 patch for enabling *:123 host syntax and ephemeral ports with Win32

2010-04-13 Thread Modem Man
Hi, I found and fixed a small bug in crypto\bio\b_sock.c and want to ask where to post the patch / fix. please note: I can not guarantee of production grade quality of my fix, but it works pretty well with my implementation of an FTP server. regards, Maik, the modem-man B.T.W.: what