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

--- Comment #83 from Peter Wu <[email protected]> ---
Created attachment 15982
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=15982&action=edit
picotls client with boringssl 2fce1bed (draft -22 with HelloRetryRequest)

Using the current TLS 1.3 draft -22 spec (tentative, the changes are in
tlswg/tls13-spec git master, but not as I-D). Main change is middlebox
compatibility (version negotiation, HRR, ChangeCipherSpec).

client: picotls 23bc690 (kazuho/draft22)
server: boringssl 2fce1bed (patched to use 0x1716 instead of 0x7e04)

SSLKEYLOGFILE=keys tool/bssl server -accept 4433 -www
printf '%s\r\n' 'GET / HTTP/1.1' 'Host: localhost' '' |
    ./cli -4 localhost 4433 -n

CLIENT_HANDSHAKE_TRAFFIC_SECRET
fe2ba030a33f625d968be29207624886bcf549e30655ced6e8cef7fc01ad2f94
148a6b65502f220d5e32af7634048681cdba989477d6a04274f86cbe6caed340
SERVER_HANDSHAKE_TRAFFIC_SECRET
fe2ba030a33f625d968be29207624886bcf549e30655ced6e8cef7fc01ad2f94
bc2c3a6a453a705115630740d1aff5e5dad58609cb68759a9644cf156de3a01b
CLIENT_TRAFFIC_SECRET_0
fe2ba030a33f625d968be29207624886bcf549e30655ced6e8cef7fc01ad2f94
cc08cd16457d045d17a3dbb5754ead36b9c1a149fc7be2e5d9ff1c0c1db2c3c9
SERVER_TRAFFIC_SECRET_0
fe2ba030a33f625d968be29207624886bcf549e30655ced6e8cef7fc01ad2f94
86e9c0cbdff26036558a2e73f4f35fce870575fb19267c48f244c71674c22048

-- 
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