Skip to content

Commit

Permalink
Updates version in docs and README
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiraux committed Apr 28, 2020
1 parent 5b4b9af commit 1c9d0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A test suite for QUIC


The test suite comprises a minimal Go implementation of QUIC which is
currently draft-22 and TLS-1.3 compatible, as well as several
currently draft-27 and TLS-1.3 compatible, as well as several
test scenarii built upon this implementation. The test suite outputs its
result as JSON files, which contains the result, the decrypted packets
exchanged, as well as a pcap file and exporter secrets.
Expand Down
2 changes: 1 addition & 1 deletion common.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// QUIC-Tracker is a test suite for QUIC, built upon a minimal client implementation in Go.
// It is currently draft-13 and TLS-1.3-draft-28 compatible.
// It is currently draft-27 and TLS-1.3 compatible.
//
// The main package is a toolbox to parse and create QUIC packets of all types. More high-level client behaviours are
// implemented in the package agents. Several test scenarii are implemented in the package scenarii.
Expand Down

0 comments on commit 1c9d0d8

Please sign in to comment.