nfqws: TLS Hello from firefox. randomize

This commit is contained in:
bol-van
2024-09-14 22:07:46 +03:00
parent d4ce24b3af
commit a702adeec8
5 changed files with 84 additions and 17 deletions

View File

@@ -57,3 +57,7 @@ typedef struct
} port_filter;
bool pf_in_range(uint16_t port, const port_filter *pf);
bool pf_parse(const char *s, port_filter *pf);
void fill_random_bytes(uint8_t *p,size_t sz);
void fill_random_az(uint8_t *p,size_t sz);
void fill_random_az09(uint8_t *p,size_t sz);