Marten Seemann
|
42b61729bd
|
expose the TransportError and the ApplicationError
|
2021-05-01 09:38:49 +07:00 |
|
Marten Seemann
|
592fb9cad9
|
introduce a dedicated qerr.TransportError and qerr.ApplicationError
|
2021-05-01 09:38:48 +07:00 |
|
Marten Seemann
|
7676e455c5
|
add a function to tell if a packet is a 0-RTT packet
|
2021-03-11 21:05:41 +08:00 |
|
Marten Seemann
|
fd41e8fa62
|
reject DATAGRAM frames if datagram support is not enabled
|
2020-12-09 15:31:23 +07:00 |
|
Marten Seemann
|
f0aa336e09
|
only write headers with a length that fits into 2 bytes in fuzz test
|
2020-11-19 13:43:48 +07:00 |
|
Marten Seemann
|
c968b18a21
|
select the H3 ALPN based on the QUIC version in use (for the H3 server)
|
2020-10-29 13:44:23 +07:00 |
|
Marten Seemann
|
8752576f26
|
run gofumpt, enable the gofumpt linter
|
2020-10-26 09:33:35 +07:00 |
|
Marten Seemann
|
55a07c34ee
|
add the exhaustive linter
|
2020-10-05 13:47:57 +07:00 |
|
Marten Seemann
|
13fa0bcdd1
|
implement writing of ACK frames containing ECN counts
|
2020-09-14 17:01:34 +07:00 |
|
Marten Seemann
|
779c917450
|
fix race condition in handshake fuzz code
|
2020-09-13 23:15:36 +07:00 |
|
Marten Seemann
|
382c923a67
|
use more tls.Config options in the handshake fuzzer
|
2020-09-12 11:55:09 +07:00 |
|
Marten Seemann
|
88ff59a1b4
|
run two handshakes in the handshake fuzzer
This allows us to fuzz both session resuption and 0-RTT.
|
2020-09-11 17:04:21 +07:00 |
|
Marten Seemann
|
9430dbfbfb
|
send post-handshake message in the handshake fuzzer
|
2020-09-06 11:29:32 +07:00 |
|
Marten Seemann
|
bed802aee5
|
Merge pull request #2739 from lucas-clemente/fix-handshake-fuzzer-enclevel
make sure to only pass handshake messages that keys are available for
|
2020-09-04 21:28:12 +07:00 |
|
Marten Seemann
|
8251b3614f
|
only close the handshake fuzz runner once
|
2020-09-04 11:40:49 +07:00 |
|
Marten Seemann
|
3f40b2f19a
|
make sure to only pass handshake messages that keys are available for
|
2020-09-04 10:46:05 +07:00 |
|
Marten Seemann
|
b3c28ef2ea
|
generate a self-signed certificate for the handshake fuzzer
|
2020-09-03 10:52:52 +07:00 |
|
Marten Seemann
|
7f4b8a5914
|
add a basic fuzzer for the handshake
|
2020-09-02 10:22:01 +07:00 |
|
Marten Seemann
|
a1c4daa212
|
use fuzzing helper functions to generate transport parameter seed corpus
|
2020-08-25 15:06:01 +07:00 |
|
Marten Seemann
|
5090dd6199
|
use the fuzzing helper functions to generate the frames seed corpus
|
2020-08-25 15:06:01 +07:00 |
|
Marten Seemann
|
745e51ac4f
|
use the fuzzing helper functions to generate the header seed corpus
|
2020-08-25 15:06:01 +07:00 |
|
Marten Seemann
|
9a8e39327b
|
implement a function to export a corpus file
The file name of that file is calculated to be the SHA1 sum of the contents.
|
2020-08-25 15:06:00 +07:00 |
|
Marten Seemann
|
8b96db3a84
|
add a fuzz target for the token generator
|
2020-08-23 17:06:18 +07:00 |
|
Marten Seemann
|
2593b1af81
|
add fuzzing for transport parameters
|
2020-08-18 11:54:28 +07:00 |
|
Marten Seemann
|
720f81ce2a
|
use the correct return values in Fuzz() functions
|
2020-08-08 15:26:52 +07:00 |
|
Marten Seemann
|
ec0949c18e
|
remove the gofuzz build flag
|
2020-08-06 14:55:39 +07:00 |
|
Marten Seemann
|
e848fc4f6a
|
update the header fuzzer
|
2020-08-06 14:55:12 +07:00 |
|
Marten Seemann
|
a1bb39d6ab
|
introduce a protocol.StatelessResetToken
|
2020-07-10 19:55:20 +07:00 |
|
Marten Seemann
|
838dd6e81a
|
rename StreamFrame.FinBit to Fin
|
2020-07-02 16:41:43 +07:00 |
|
Marten Seemann
|
865332015c
|
rename ResetStreamFrame.ByteOffset to FinalSize
|
2020-07-02 16:41:43 +07:00 |
|
Marten Seemann
|
cc340b2887
|
rename StreamDataBlockedFrame.DataLimit to MaximumStreamData
|
2020-07-02 16:41:43 +07:00 |
|
Marten Seemann
|
fa07078d81
|
rename DataBlockedFrame.DataLimit to MaximumData
|
2020-07-02 16:41:43 +07:00 |
|
Marten Seemann
|
5466de6565
|
rename MaxStreamDataFrame.ByteOffset to MaximumStreamData
|
2020-07-02 16:41:43 +07:00 |
|
Marten Seemann
|
f4519cfd32
|
rename MaxDataFrame.ByteOffset to MaximumData
|
2020-07-02 16:41:43 +07:00 |
|
Marten Seemann
|
7b10453af8
|
implement the Retry integrity tag
|
2020-01-17 13:42:57 +07:00 |
|
Marten Seemann
|
5ea33cd31e
|
implement a buffer pool for STREAM frames
|
2019-09-04 16:55:30 +07:00 |
|
Marten Seemann
|
20557738a0
|
fuzz the frame parser
|
2019-08-24 08:54:56 +07:00 |
|
Marten Seemann
|
2c22eb644c
|
fuzz the header parsing
|
2019-08-16 16:21:18 +07:00 |
|