I am currently adding SSPI Schannel API support to libcurl in order to make it possible to use SSL enabled protocols on Windows without any external dependency, such as OpenSSL.
I already have a working SSL/TLS implementation, but I have a very…
I need to know which ssl implementation does the compiler use. I have to build an application with ssl support and was wandering which ssl library golang relies on in each platform.
I looked around and found only this but since it’s quite old, I…
I am encountering an issue while trying to use the AcquireCredentialsHandle function with the SCHANNEL security package in my Windows application. The goal is to establish secure communication using a certificate stored in a PFX file. However, I'm…
For some reason i'm not aware of POST requests don't work. I'm pretty sure the problem is with the POST string "POST /profile.php HTTP/1.1\r\nid=2323\r\nContent-Length: \r\n\r\n". GET requests work properly but not POST requests.
I connect to the…