This project aims to impersonate Chrome's TLS fingerprint with OpenSSL.
Requires OpenSSL(shared) after 03541d7 (included in 3.6.0) with brotli support.
This project uses CMake as its build system.
To configure: (Replace /path/to/openssl with your OpenSSL installation path, on Windows, replace backslashes(\) with forward slashes(/))
cmake -S . -B build "-DOPENSSL_ROOT_DIR=/path/to/openssl"To build:
cmake --build build --config ReleaseRun the executable:
MSVC:
build/Release/ssl_impGCC-like:
build/ssl_imp