https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13704

Peter Wu <pe...@lekensteyn.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #4 from Peter Wu <pe...@lekensteyn.nl> ---
Problem confirmed with v2.3.0rc0-3513-g4b9e481665. The wrong master secret is
derived.

Commands for crafting a special capture (which I use now for testing):

openssl req -newkey rsa:2048 -x509 -nodes \
    -keyout server.pem -new -out server.pem -subj /CN=localhost
gnutls-serv --x509keyfile=server.pem --x509certfile=server.pem -p4433 -u
SSLKEYLOGFILE=dtls-em.keys \
gnutls-cli -u localhost -p4433 --x509cafile=server.pem \
    --priority=+MAC-ALL:+RSA:+AES-256-CBC:-CURVE-ALL:-SIGN-ALL

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to