https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12779
--- Comment #69 from Peter Wu <[email protected]> ---
Created attachment 15837
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=15837&action=edit
boringssl 5a79ff5efd CertificateRequest (draft -18)
boringssl 5a79ff5efd (draft -18) client connecting to server with:
SSLKEYLOGFILE=keys tool/bssl server -accept 4433 -key server.pem
tool/bssl client -connect localhost:4433 -ed25519 -false-start -key client.pem
boringssl tool/server.cc was patched to enable CertificateRequest:
SSL_CTX_set_verify(ctx.get(), SSL_VERIFY_PEER, nullptr);
Handshake traffic secrets (there is no application traffic):
CLIENT_HANDSHAKE_TRAFFIC_SECRET
7a0f15a98c012f23c2c5f1d65bcc5d30977c4b458bfc4e5be80213bdd83057a9
23e895060a77982f56f2e47445e55af52da65df74da3aa1f2cf66b589e3a8e32
SERVER_HANDSHAKE_TRAFFIC_SECRET
7a0f15a98c012f23c2c5f1d65bcc5d30977c4b458bfc4e5be80213bdd83057a9
04a9bbeb8dc1243df9a3e733d19bd26b1128cab2d03dc64f0a2f82c5e60bf9ae
--
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