How can i implement my own tls fingerprint? I want that tls fingerprint unique and then in my backend i'd accept connections only with that fingerprint.
I dont know is it possible in c++ with libcurl, i searched a lot and didnt find anything interesting, only how to implement it in golang.