You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2016/06/24 22:51:16 UTC

[jira] [Created] (PROTON-1245) There should be a way to set transport security options

Andrew Stitcher created PROTON-1245:
---------------------------------------

             Summary: There should be a way to set transport security options
                 Key: PROTON-1245
                 URL: https://issues.apache.org/jira/browse/PROTON-1245
             Project: Qpid Proton
          Issue Type: Improvement
          Components: cpp-binding
            Reporter: Andrew Stitcher
            Assignee: Cliff Jansen


Currently we have no C++ binding equivalent to pn_transport_require_auth() and pn_transport_require_encryption().

This means that we can't currently write credible AMQP servers using the C++ binding.

There is a design issue here though - It is not actually clear that just adding these functions in exactly the same API location (to the transport object) is the correct design for the C++ API.
Maybe they should be options passed into the container::listen() function.
They would probably have to be a new kind of listener_option since these options have to take effect before the listen_handler can ever be called.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org