HaxeFoundation / HaxeFoundation/haxe
CA bundle for certificate verification
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
How do I pin my CA bundle to SSL Socket, so I can be sure, no one will read the app traffic through Wireshark?
I was trying to do something like that, but it always failed.
Tried `sys.ssl.Socket.setCA(cert:sys.ssl.Certificate);`, but it didn't work.
Does someone have the code for cpp build of certificate pinning for their HTTP request to the API server, and then give it to me, please?
Contributor guide
Research direction
Start with sys.ssl.Socket.setCA(cert:sys.ssl.Certificate) and the C++ build path mentioned in the request. Clarify whether the goal is CA-bundle configuration or certificate pinning, then define a reproducible API-server test and the expected certificate-verification behavior before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- networking, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100