TLS implementation does not validate certificate chain
Open
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 179
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 26
Description
You can see this by trying to connect to a TLS server using a self-signed certificate (e.g. https://self-signed.badssl.com/).
I would expect to see calls to `SSL_CTX_set_default_verify_paths()` and `SSL_get_verify_result()` in the code.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.