Marten Seemann
|
86edf7fd4b
|
remove the LongHeader field from the wire.Header
|
2023-01-17 21:53:39 +13:00 |
|
Marten Seemann
|
aca052dc7c
|
stop using the ExtendedHeader for parsing short header packets in tests
|
2023-01-17 21:53:39 +13:00 |
|
Marten Seemann
|
e89fc1152b
|
stop using the ExtendedHeader for writing short header packets in tests
|
2023-01-17 21:53:39 +13:00 |
|
Marten Seemann
|
124e597cf9
|
add a function to write short headers
|
2023-01-17 21:53:39 +13:00 |
|
Marten Seemann
|
f3744f6535
|
implement parsing and writing of QUIC v2 packet headers
|
2022-05-26 12:57:45 +02:00 |
|
Marten Seemann
|
f9226887b4
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
|
Marten Seemann
|
11c5045065
|
move varint encoding / decoding to a separate package
... which is not internal.
|
2021-01-01 11:46:45 +08:00 |
|
Marten Seemann
|
2c975bca54
|
always use a 2-byte encoding for the packet length of Long Header packets
|
2020-11-14 17:39:31 +07:00 |
|
Marten Seemann
|
55a07c34ee
|
add the exhaustive linter
|
2020-10-05 13:47:57 +07:00 |
|
Marten Seemann
|
140b90449b
|
use decimal numbers when logging packet numbers
|
2020-04-16 09:50:55 +07:00 |
|
Marten Seemann
|
7b10453af8
|
implement the Retry integrity tag
|
2020-01-17 13:42:57 +07:00 |
|
Marten Seemann
|
be59be9ef1
|
use the parsed header length when unpacking packets
|
2019-12-09 15:42:37 +08:00 |
|
Marten Seemann
|
490d9ddab2
|
refactor parsing of headers with invalid reserved bits
|
2019-12-09 14:57:19 +08:00 |
|
Marten Seemann
|
ab2b26a5cb
|
add the unparam linter
|
2019-09-17 13:44:05 +07:00 |
|
Marten Seemann
|
807dd67927
|
improve memory alignment of frequently used structs
|
2019-09-13 13:37:41 +07:00 |
|
Marten Seemann
|
f15a82d3fd
|
remove stray TODO in the ExtendedHeader
|
2019-09-13 13:10:13 +07:00 |
|
Marten Seemann
|
ccb197939d
|
replace WriteUintN and ReadUintN by explicit functions
|
2019-08-20 15:59:39 +07:00 |
|
Marten Seemann
|
dc33db1c18
|
implement the new header format
|
2019-07-09 13:04:40 +07:00 |
|
Marten Seemann
|
5a9c593463
|
rename the KeyPhase to KeyPhaseBit
|
2019-06-30 17:36:09 +07:00 |
|
Marten Seemann
|
7b9b711a77
|
fix timing side channel when reading headers with invalid reserved bits
|
2019-06-30 15:57:03 +07:00 |
|
Marten Seemann
|
14a31d49a0
|
add a type for the key phase and use it for header parsing and writing
|
2019-06-22 20:01:18 +08:00 |
|
Marten Seemann
|
5a37e8983d
|
remove unnecessary Raw byte slice from the header
|
2019-01-03 10:14:08 +07:00 |
|
Marten Seemann
|
03489f56a7
|
handle the packet length before parsing the extended header
|
2018-12-14 16:46:40 +06:30 |
|
Marten Seemann
|
0d30e43c32
|
implement the new format of the Retry packet
|
2018-11-27 08:29:31 +07:00 |
|
Marten Seemann
|
c791145cba
|
check that the 4th and 5th bit in the short header first byte are unset
|
2018-11-26 23:14:18 +07:00 |
|
Marten Seemann
|
cce71d84a1
|
check that the 5th and 6th bit in the long header first byte are unset
|
2018-11-26 23:05:56 +07:00 |
|
Marten Seemann
|
bfb467e9b8
|
use the new packet number format
|
2018-11-26 23:05:55 +07:00 |
|
Marten Seemann
|
9c07ac15b8
|
use the new code points for the packet types in the first byte
|
2018-11-26 22:46:06 +07:00 |
|
Marten Seemann
|
53aeb7d592
|
don't use the wire encoding for the PacketType constant
|
2018-11-26 22:45:28 +07:00 |
|
Marten Seemann
|
c5ca6fd7e5
|
parse the extended header in the session
|
2018-11-26 15:57:54 +07:00 |
|
Marten Seemann
|
70ce6a5814
|
parse the whole Long Header, if the version is known
|
2018-11-26 15:57:54 +07:00 |
|
Marten Seemann
|
b740d57c61
|
embed the Header in the ExtendedHeader
|
2018-11-26 15:57:54 +07:00 |
|
Marten Seemann
|
af157408de
|
move parsing of extended headers to the same file as the struct
|
2018-11-26 15:57:54 +07:00 |
|
Marten Seemann
|
9bcedd988d
|
move parsing of version negotiation packets to the wire.Header
|
2018-11-26 15:57:54 +07:00 |
|
Marten Seemann
|
bf96707f48
|
rename the wire.Header to ExtendedHeader
It's not encrypted yet.
|
2018-11-26 15:57:54 +07:00 |
|