TrustTunnel/tools
Aleksei Zhavoronkov 96162e9d00 Pull request 81: Add an ability to specify TLS client random mask
Squashed commit of the following:

commit ea27f1d12d0b3bf576a10568a82fff6fc12be8d1
Author: Alexey Zhavoronkov <a.zhavoronkov@adguard.com>
Date:   Fri Nov 28 12:14:25 2025 +0300

    Change format of client_random_prefix to prefix[/mask]; use log crate for logging as in core

commit 9b914105145aa3b7af0220d77a03d12cd3c00c3b
Author: Alexey Zhavoronkov <a.zhavoronkov@adguard.com>
Date:   Thu Nov 27 12:51:57 2025 +0300

    Add an ability to specify TLS client random mask
    
    Mask will be applied only if prefix is provided.
    The final result is calculated as: match = (client_random_data[i] & mask_bytes[i] == prefix_bytes[i] & mask_bytes[i]).
    
    See-also: AG-48706
    Signed-off-by: Alexey Zhavoronkov <a.zhavoronkov@adguard.com>
2025-12-02 17:02:59 +03:00
..
setup_wizard Pull request 81: Add an ability to specify TLS client random mask 2025-12-02 17:02:59 +03:00
Cargo.toml Pull request 81: Add an ability to specify TLS client random mask 2025-12-02 17:02:59 +03:00