The DTLS code has several areas that do an fprintf to stderr in the
case of unexpected situations.  If you're closing or redirecting file
descriptor 2, it'll prevent you from seeing any of that output.

You're running under Linux?

-Kyle H

On Sun, Aug 31, 2008 at 6:37 AM, Pau Rodriguez-Estivill
<[EMAIL PROTECTED]> wrote:
> I have tested my program replacing SSL_write with sendto and SSL_read
> with memcpy.
> So it didn't appear to be my fault.
>
> On Sun, Aug 31, 2008 at 3:10 PM, Kyle Hamilton <[EMAIL PROTECTED]> wrote:
>> Is there any output printed on stderr of either side of the connection?
>>
>> -Kyle H
>>
>
> I don't really understand what do you mean.
> If you refer to my program (the ptptest.c), the output it generate shows the
> size of the readings, the SSL errors, the ping sequence number and the
> mismatch of size from the IP packets and from the available buffer size.
>
> From the diagram I wrote before, I can only distinguish between block
> A and block B if the first 20 bytes (IP header) are correctly in the
> beginning.
>
> If you mean an output like this, it only appear when using a different
> version, but doesn't affect me:
> openssl: /usr/local/ssl/lib/libssl.so.0.9.8: no version information
> available (required by openssl)
> openssl: /usr/local/ssl/lib/libcrypto.so.0.9.8: no version information
> available (required by openssl)
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to