Viswa wrote:
I am trying to use openssl 0.9.8 libs for SSL based
application development. I am facing a strange issue.
Whenever connection is rest on client side with RST
message from client to server, server is closed
abonrmally due to some memory corruption.

If I replace SSL calls with norms BSD socket calls I
do not absever the same.
Can some one help me on this.

sounds similar to [1]. Could you try to run the server under
valgrind [2] or another memory debugger ? Perhaps this gives
us an indication where something goes wrong.

Nils

[1] http://www.aet.tu-cottbus.de/rt2/Ticket/Display.html?id=1169
[2] in case you want to use valgrind or purify you should build
    openssl with "-DPURIFY" defined as you will get a lot of
    uninitialized memory warnings.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to