Low-level access to the QUIC Initial Packet for mimicry purposes, hard fork of quic-go. https://quic.tlsfingerprint.io
Find a file
2016-04-12 14:10:52 +02:00
crypto implement basic certificate compression 2016-04-12 12:17:03 +02:00
example read certificate path from $GOPATH in example server 2016-04-12 14:10:52 +02:00
utils fix an error reading n-byte integers 2016-04-11 14:41:21 +02:00
.travis.yml add travis.yml 2016-04-07 17:10:20 +02:00
crypto_stream.go add certificate handling to example server 2016-04-12 12:18:01 +02:00
crypto_stream_test.go implement writing of crypto messages 2016-04-10 16:33:55 +02:00
data_test.go implement writing of crypto messages 2016-04-10 16:33:55 +02:00
frame.go add writing of basic ack frames 2016-04-11 20:35:07 +02:00
frame_test.go add writing of basic ack frames 2016-04-11 20:35:07 +02:00
public_header.go fix an error reading n-byte integers 2016-04-11 14:41:21 +02:00
public_header_test.go fix an error reading n-byte integers 2016-04-11 14:41:21 +02:00
quic_suite_test.go add public header parser 2016-04-06 23:10:52 +02:00
README.md add godoc badge to readme 2016-04-10 18:43:32 +02:00

A QUIC implementation in native Go

Build Status Godoc Reference

This is very much an incomplete, buggy, unperformant and insecure work in progress :)