Formal methods play an important role in validating networking protocols. During the development of TLS 1.3, formal methods have helped to identify several issues with draft versions of the protocol that have been fixed before finalising the protocol. In the transport layer, the QUIC protocol has been proposed to replace the HTTP/TLS/TCP stack. This protocol is being finalised within the IETF and deployed by Google, Cloudlfare, Facebook and many others.
A first approach to verify the correctness of the QUIC protocol has been presented last year [1]. This specification covers the basics of QUIC but many extensions are being discussed with the quic-wg [2] of the IETF and proposed by researchers [3][4]. The objective of this thesis is to explore how the specification proposed in [1] can be extended to model and verify some of the new QUIC extensions.
This thesis could be the starting point for a PhD on using formal methods to validate networking protocols.
[1] Formal specification and testing of QUIC KL McMillan, LD Zuck - SIGCOMM 2019, http://mcmil.net/pubs/SIGCOMM19.pdf
[2] https://datatracker.ietf.org/wg/quic/documents/
[3] https://www.multipath-quic.org
[4] https://www.pquic.org
Source: http://microsoft.github.io/ivy/install.html and https://github.com/microsoft/ivy/tree/master/doc/examples/quic
Go in /installer
folder.
Run Ivy on an example, like this:
cd doc/examples
ivy client_server_example.ivy
Or, if you only want to use Ivy on the command line, test it like this:
ivy_check trace=true doc/examples/client_server_example_new.ivy
Ivy should print out a counterexample trace.
Go in /installer/TVOQE_X
and run bash /installer/TVOQE_X/testAll.sh
Overleaf link
BibTex online
SciHub for free paper
GoogleSheet