Commit graph

125 commits

Author SHA1 Message Date
Marten Seemann
ee24d3899e simplify the Tracer interface by combining the TracerFor... methods 2020-07-11 13:22:52 +07:00
Marten Seemann
ac606222e0 replace the GetLogWriter quic.Config option by a Tracer interface 2020-07-01 16:57:03 +07:00
Marten Seemann
3e8c3cafc1 make the buffered qlog writer used in interop flush before closing 2020-03-19 12:58:56 +07:00
Marten Seemann
86e9ab8f20 use buffered qlog writers in example client and server, and interop 2020-03-18 12:34:14 +07:00
Marten Seemann
d6e4b100e8 fix keylog creation in the example client 2020-02-12 15:38:50 +07:00
Marten Seemann
b1a3e7a00b add a -qlog flag to the example client and server 2020-02-12 10:42:38 +07:00
Marten Seemann
b412ed6d30 add a command line option to the example client to export a key log file 2020-02-11 13:22:11 +07:00
Marten Seemann
2ba4617463 use log.Fatal() instead of panic() in example client and server 2020-01-08 15:15:52 +07:00
Marten Seemann
07dcbc8496 remove the testserver package 2019-11-25 12:54:58 +07:00
Marten Seemann
4febf95c0b fix certificate check in the example client 2019-11-07 10:29:55 +07:00
Marten Seemann
84c6a60771 make example server conform with the GET /xxx format used for interop 2019-08-02 11:27:32 +07:00
Marten Seemann
58ef419869 fix the /dynamic endpoint on the example server 2019-07-13 17:46:36 +07:00
Marten Seemann
2b8cece60a add a context to Session.Open{Uni}StreamSync 2019-06-22 19:37:21 +08:00
Marten Seemann
5550ba2c3b add a context to Session.Accept{Uni}Stream 2019-06-22 19:37:11 +08:00
Marten Seemann
12bce1caaa add a context to Listener.Accept 2019-06-22 19:36:52 +08:00
Marten Seemann
73f83ca4bb add a tracing option to the example server 2019-06-20 22:58:01 +08:00
Marten Seemann
375b609610 fix ALPN in echo example 2019-06-07 16:27:37 +08:00
Marten Seemann
27a226980c
Merge pull request #1920 from lucas-clemente/insecure-client
add a flag to skip certificate verification to the example client
2019-05-21 17:57:45 +01:00
Marten Seemann
f2289c8903 add a flag to skip certificate verification to the example client 2019-05-21 15:43:08 +01:00
Marten Seemann
3e9ffe9e28 add an HTTP endpoint to output arbitrary length data to example server 2019-05-21 15:38:50 +01:00
Marten Seemann
4f6d0e651a implement HTTP/3 2019-04-11 09:06:10 +09:00
Marten Seemann
f6357dc858 use the self-signed certificate for the example server and client 2018-12-13 14:42:25 +06:30
Marten Seemann
4abcce6408 use a self-signed certificate for integration tests 2018-12-11 14:24:12 +06:30
Marten Seemann
3266e36811 drop support for gQUIC 2018-10-30 10:20:39 +07:00
Marten Seemann
69d3929ae0 add a quiet flag to the example client 2018-10-01 19:33:06 -07:00
Lucas Clemente
70360241da Update certs 2018-09-08 11:22:03 +02:00
Lucas Clemente
7a566d9f28 Update certs 2018-06-09 11:27:13 +02:00
Marten Seemann
948eef3e42 create a logger interface and use it everywhere 2018-04-04 13:03:28 +07:00
Lucas Clemente
182faeec47 Update certs 2018-03-13 19:04:32 +01:00
Marten Seemann
3e9c8317db close the h2quic.RoundTripper in the example client
While it's not necessary, it's best practice to close the RoundTripper.
That way, QUIC can do a proper connection shutdown.
2017-12-30 13:45:11 +07:00
Lucas Clemente
3bb2687bbf Update certs 2017-12-19 22:17:08 +01:00
Marten Seemann
66f425f10e add a -tls flag to the example client and server
This will add the WIP TLS version as the preferred supported version. It
is intended for developing and testing of IETF QUIC.
2017-12-05 11:00:51 +07:00
Lucas Clemente
a4073bffd3 Update certs 2017-09-28 08:56:31 +02:00
Marten Seemann
a851aaacda
remove the tls.Config from the quic.Config
The tls.Config now is a separate parameter to all Listen and Dial
functions in the quic package.
2017-07-03 22:12:09 +02:00
Lucas Clemente
65dc8f139f Update certs 2017-07-03 21:58:47 +02:00
Marten Seemann
9df3380bc6
rename the h2quic.QuicRoundTripper to h2quic.RoundTripper 2017-06-26 19:14:41 +02:00
Marten Seemann
c0b09c8646 make utils an internal package 2017-06-09 22:28:40 +02:00
Marten Seemann
7e256e0ebe
log timestamps 2017-05-16 12:19:36 +08:00
Marten Seemann
30a0211243
implement a Listener.Accept() method 2017-05-15 20:37:29 +08:00
Lucas Clemente
8cd1deba54 Add an echo example
Fixes #557.
2017-04-24 15:57:22 +02:00
Lucas Clemente
013d7fdb30 Simplify code in a few places
Found by running `gosimple ./...`
2017-04-13 16:43:58 +02:00
Lucas Clemente
fb5cccf799 Update expired certificate 2017-04-03 09:49:28 +02:00
Marten Seemann
cc97a2fba4
print request body in example client 2017-01-14 18:58:47 +07:00
Marten Seemann
6ece13f9ab
add a better example client 2017-01-14 18:58:44 +07:00
Marten Seemann
08c267431b
implement closing the quic client with an error 2017-01-14 18:58:43 +07:00
Marten Seemann
a7afd72795
add a callback that is called when the crypto level changes 2017-01-14 18:54:18 +07:00
Marten Seemann
dc05de3312
add a callback to client that is called after the version is negotiated 2017-01-14 18:54:18 +07:00
Marten Seemann
7fa93c56af
implement a proper Close method for the Client 2017-01-14 18:52:20 +07:00
Marten Seemann
de168addd5
don’t panic after sending a ConnectionClose 2017-01-14 18:52:20 +07:00
Marten Seemann
014315d3c7
parse hostname from address and pass it to the client cryptoSetup 2017-01-14 18:52:19 +07:00