ekr / qdrive

Interop harness for QUIC implementations
0 stars 0 forks source link

Capture pcap #1

Open LPardue opened 7 years ago

LPardue commented 7 years ago

In the case of some automated testing via CI, it might be helpful if the test could store a pcap in a manner that can be checked after the fact. This might me exporting and storing the key to decrypt the pcap later, or storing a decrypted pcap.

alagoutte commented 7 years ago

Yes, good idea to save the pcap :)

About storing the key, need to may be add new type on SSLKEYLOGFILE.. @Lekensteyn

Lekensteyn commented 7 years ago

I assume this is about IETF QUIC and not the Google variant (given that it's in ekr repo)?

LPardue commented 7 years ago

Correct, with TLS 1.3 powered handshake

ekr commented 7 years ago

Yes, though there's nothing in this code that wouldn't let you test gQUIC either.... (at least yet)