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

--- Comment #56 from Peter Wu <[email protected]> ---
Created attachment 15362
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=15362&action=edit
OpenSSL_1_1_0-pre6-1931-gfa013b652 (draft -19 with early data (not accepted by
server))

At the moment, Wireshark v2.3.0rc0-2802-gf6e04681fc contains all draft -19
patches (v2.3.0rc0-2755-ga126c8093d is the latest compatible with draft -18).
---
The attached pcap is made with OpenSSL master from a few days back:
apps/openssl s_server -www -early_data

(printf 'GET / HTTP/1.1\r\nHost: localhost\r\n\r\n';sleep 1) |
apps/openssl s_client -servername localhost -connect 10.9.0.2:443 \
-sess_out sess.pem -keylogfile tls13-19.keys

(printf 'GET / HTTP/1.1\r\nHost: localhost\r\n\r\n';sleep 1) |
apps/openssl s_client -servername localhost -connect 10.9.0.2:443 \
-early_data libcrypto.pc -sess_out sess.pem -sess_in sess.pem \
-keylogfile tls13-19.keys

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

Reply via email to