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

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 "Addi

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 #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 for your note

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

Re: Win32 OPENSSL_USE_APPLINK usage

2010-04-21 Thread Modem Man
alue (sometimes known as WCHAR*) - For Win32 and Win32_WinCE the conversion can be done with FormatMessage() API. It's allways available. ... just my 5 cents. The Modem Man __ OpenSSL Project

Re: Win32 OPENSSL_USE_APPLINK usage

2010-04-22 Thread Modem Man
t; variants of each relevant API, like: BIO_new_fileW( const wchar_t *filename, const wchar_t *mode ); or BIO_new_fileU( const char *filenameUTF8, const char *mode ); The first is the way, Microsoft did for their API. The latter is the way, I use to port locale-depending old code into current

BIO_do_handshake() little help wanted

2010-04-24 Thread Modem Man
stion? Any knowledge of Bug in Totalcommander? Any Idea of another cost-free sftp client, I can try? I would appreciate EVERYTHING that brings me a step further... with best regards, Modem Man __ OpenSSL Project

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:* Af

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

2010-04-25 Thread Modem Man
Is the file size okay for really being DEBUG versions? Any 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
flag for the debug build. 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 ;-) >>

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

2010-04-25 Thread Modem Man
way. If you think my above dump is easy to give next hint for me ... this would be very kindly, again! have a silent night, Modem Man

Re: BIO_do_handshake() little help wanted

2010-04-25 Thread Modem Man
ouble is: SSL_connect:before/connect initialization SSL_connect:SSLv2/v3 write client hello 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

Re: Crash bug in 0.9.8n

2010-04-25 Thread Modem Man
#x27;screen' into random state - 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 info

very minimalistic SSL session - just Diffie/Hellmann, nothing else?

2010-04-28 Thread Modem Man
low-in-the-dark all aspect super security samples. 2 fast 4 me... best regards, Modem Man __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openss

Re: Question on changing the socket layer

2010-04-28 Thread Modem Man
icator BIO, which is hereby released to public without any license or restriction. But note: BIO_f_gauge is not production quality code, just for my learning of BIO concept, last week. Greetings, Modem Man #include /*strlen*/ #include /*strlen*/ #include #include #include "BIO_f_gauge.

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

2010-04-28 Thread Modem Man
to libeay Add 2 DLLs to your project, ssleay32 libeay32 select the appropriate LIBs in "project depends on..." I think this could last a day or two... have fun, Modem Man

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

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

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:\temp>telnet www.openssl.org 80 > Verbindungsaufbau zu www.