Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.9
Description
Currently the pn_ssl_domain() API is overloaded to indicate that SSL support isn't really present (it return NULL) in this case.
However this has proven to be brittle in the case the SSL support is partially there. For example in the continuing implementation of SSL for Windows.
It make more sense to unambiguously say that SSL if fully present with a specific API.