-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the Issue
Due to the company's requirements, we have untrusted "**AAA Certificate Services**" f…
-
First of all, thank you very much for this repo!
I followed the README to generate a SSL self-signed certificate. But when I tried to varify the url base in the cursor, I encountered the following …
-
### I did this
(this issue was originally reported by **newfunction** on hackerone)
The curl doc page [SSL Ciphers](https://curl.se/docs/ssl-ciphers.html) says: "Setting TLS 1.3 cipher suites is s…
-
Issue Summary
I have a test FastAPI server that simply returns "Test OK".
python
@app.get('/api/test/') # Test
async def test():
print(f'[!] Test OK')
return Response(content="Test OK…
-
### Description
**Issue Description:**
After using a custom script ([link](https://gist.github.com/jastlw/f9127a431eb035c44eefa0f9929727eb)), Windows 11 Business 24H2 (26100.23.0) no longer synchr…
-
Version: Deno 2.0.2
On Windows 11, I'm running the install command using PowerShell:
`irm https://deno.land/install.ps1 | iex`
The command fails, giving this error:
```
curl: (35) schannel: …
-
### Problem:
s2n is deployed in environments where the clients and servers it interacts with may be running on Windows using the [schannel](https://learn.microsoft.com/en-us/windows-server/security…
-
On windows, standard TLS API is called 'schannel' (or secure channel). It can be used as always-available replacement for mbedTLS.
Also, windows has own (FIPS certified) implementation of another s…
-
**Summary**
Apparent incompatibility between Windows Schannel client and Windows openssl server when using a client cert and client key for auth.
**Scenario**
I have C++ server-side code using op…
-
as i tittle sounds i have a problem with my SCHANNEL_CRED on the server, when i set my credData.cCreds = 1; it wont AcquireCredentialsHandle, and leaves me with code SEC_E_NO_CREDENTIALS. I guess its …