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 |
|