crash in ssl3_read_internal while using openssl with mongoose

2014-02-19 Thread shilpanabar .
I start my mongoose with following options and mongoose starts successfully. mongoose -ssl_cert /etc/mycert.pem -ports 8081,443s I have a client application communication with mongoose server on port 8081 and a different application communicating securely on port 443. Mongoose comes up and waits

Issue with moving from one PKI site to another

2014-02-19 Thread Tammany, Curtis
I am maintaining a PKI-enabled website (Apache 2.4.6/ OpenSSL 1.0.1e). When I open a new browser (IE9 on Win7) and navigate to it, no problems. I select my certificate and enter my PIN and everything is fine. My issue is that if I am at another PKI-enabled site and then I go to my site, I

Re: Query on non blocking sockets

2014-02-19 Thread Darryl Miles
Rajeswari K wrote: In our application we open non blocking socket for read and write operation and pass the fd to openssl through BOI API's like this bio = BIO_new(BIO_s_socket()); BIO_set_fd(bio, socket_fd, BIO_NOCLOSE); And we update this bio to SSL using SSL_set_bio() function. My query

Re: SSL_write() crashes

2014-02-19 Thread ashish2881
I am also facing similar kind of issue : I am trying to send message to host from my system with tls connection . It's non-blocking case. i make host unreachable for some time .when i make it up my system crashes . crash info says : double free issue 0x018e5fee in CRYPTO_free

Re: Issue with moving from one PKI site to another

2014-02-19 Thread Kyle Hamilton
This sounds like a Microsoft tech support issue, not an OpenSSL issue. A packet capture of the entire session (minimized to the smallest number of page-load attempts that displays the problem) would go a long way toward helping troubleshoot it. Since you're on Windows 7, I suggest Wireshark (