Wireshark-bugs: [Wireshark-bugs] [Bug 10222] DTLS: OpenSSL pre-0.9.8f produces incompatible hand
Date: Mon, 23 Jun 2014 20:21:08 +0000

Comment # 2 on bug 10222 from
After bisection in openssl, I found the change fixing this incompatibility:

git clean -xfd && ./Configure linux-x86_64 no-asm &&
time while [ ! -e apps/openssl ]; do make -j4 build_libs build_apps; done

commit c4b0d7879e01ac80db21501d69718c1ff62bbd77
Author: Andy Polyakov <appro@openssl.org>
Date:   Sun Sep 30 18:55:59 2007 +0000

    Switch for RFC-compliant version encoding in DTLS. From HEAD with a twist:
    server accepts even non-compliant encoding in order to enable interop with
    pre-0.9.8f clients.

:040000 040000 fb50e7681bf3c12ffad19ce1d4cdd2fa7bb69ad0
e2ce8d6e7c05dc57b850f041bac5ee2c3bd8cbb4 M      ssl


You are receiving this mail because:
  • You are watching all bug changes.