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

Comment # 1 on bug 10222 from
Created attachment 12847 [details]
DTLS capture with OpenSSL 0.9.8e (AES256-SHA and AES128-SHA)

Reproducable with:
OpenSSL 0.9.8e built with
./Configure linux-x86_64 no-asm shared && make && make && make

(when doing parallel builds, the build process may break, hence the extra makes
to ensure successful completion. Add less/more makes as needed).

export LD_LIBRARY_PATH=$PWD
apps/openssl s_server -dtls1
apps/openssl s_client -dtls1 -msg -cipher AES256-SHA
apps/openssl s_client -dtls1 -msg -cipher AES128-SHA

premaster.txt is ClientHello.Random plus the Master-Key from s_client output.


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