Re: SSL_OP_NO_QUERY_MTU problem in openssl 1.0.0.e

2011-10-19 Thread Michael Tuexen
On Oct 19, 2011, at 11:45 PM, Oleg Moskalenko wrote: > Hi > > I installed the new OpenSSL version and I immediately ran into a problem with > DTLS: when the option SSL_OP_NO_QUERY_MTU is set, then the SSL_connect > command produces a segmentation fault. Have you tried the first bug fix availab

SSL_OP_NO_QUERY_MTU problem in openssl 1.0.0.e

2011-10-19 Thread Oleg Moskalenko
Hi I installed the new OpenSSL version and I immediately ran into a problem with DTLS: when the option SSL_OP_NO_QUERY_MTU is set, then the SSL_connect command produces a segmentation fault. I am using Linux Ubuntu 11.04. If I want to use my own discovered MTU, then I have to use that option.