Comment # 1
on bug 10222
from Peter Wu
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.