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