Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There are some aspects of using TLS with proton-c that are awkward and by default less secure than they could be.
A good example of this is that it is tricky to set up to verify peer names against the system default ca certificate list. Even though this is carefully set up under many (most?) modern OS distributions.
Another example is that for a client on the internet verifying peer names is the only safe way to use TLS, but this is not the default.
Attachments
Issue Links
- is depended upon by
-
PROTON-2075 [C++] Use system default trusted ca certs for tls if no others specified
- Resolved