Vadim Vetrov
|
d87ab29199
|
Use mallocs instead of NETBUF_ALLOC
malloc won't hurt when youtubeUnblock is processing the packet. But it
is better for kmod and a way cleaner than NETBUF_ALLOC defines.
|
2025-01-09 19:44:30 +03:00 |
|
Vadim Vetrov
|
7b321b5a2d
|
Use size_t instead of uint32_t
Encountered some crossplatform errors with uint_t-like length type
definition.
|
2025-01-07 13:51:07 +03:00 |
|
Vadim Vetrov
|
e98bb5ecad
|
Implement sni-detection brute for QUIC
|
2025-01-04 17:47:49 +03:00 |
|
Vadim Vetrov
|
ded8c49e4b
|
Add copyright notices
youtubeUnblock becames bigger and copyright notices in each file will
make it easier for anyone to do something over it.
|
2025-01-02 22:28:29 +03:00 |
|
Vadim Vetrov
|
b11a183bb3
|
Connect QUIC decryption to UDP processing
|
2025-01-02 20:37:34 +03:00 |
|
Vadim Vetrov
|
e5153e9186
|
Remaster tls parser for quic crypto
|
2025-01-02 19:09:27 +03:00 |
|
Vadim Vetrov
|
5c84f2e9b5
|
Add crypto files
|
2025-01-02 01:28:25 +03:00 |
|