I am trying to make software that will take hardcoded file (for now) and send it to remote server where server is IPv4 or domain name.
Program also needs to use hardcoded TLS key so it can use own encryption for HTTPS since it will send file via HTTPS.
I understand that basically program needs to take file, read it, put it in buffer then send it via HTTPS.
My question is, what libraries should I use since I am not ready to code it from 0. Also, how to hardcode TLS key and is there any library for it?