You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by bajanfella <ba...@hotmail.com> on 2019/10/18 14:11:29 UTC

Restrict TLS Versions and Ciphers using qpid proton-cpp API

I see that there is a pn_ssl_domain_set_protocol and
pn_ssl_domain_set_ciphers in the proton-c API. There there equivalent
functionality using the C++ API? How do I get access to the pn_ssl_domain_t
struct from my CPP API?



--
Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html

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


Re: Restrict TLS Versions and Ciphers using qpid proton-cpp API

Posted by Justin Ross <jr...@redhat.com>.
I also took a look, and I don't think we have accessors for these in C++.
I raised a ticket for it:

https://issues.apache.org/jira/browse/PROTON-2139



On Thu, Oct 24, 2019 at 7:21 AM Gordon Sim <gs...@redhat.com> wrote:

> On 18/10/2019 3:11 pm, bajanfella wrote:
> > I see that there is a pn_ssl_domain_set_protocol and
> > pn_ssl_domain_set_ciphers in the proton-c API. There there equivalent
> > functionality using the C++ API? How do I get access to the
> pn_ssl_domain_t
> > struct from my CPP API?
>
> If not an expert on the proton c++ API, but I don't see a way to do
> either of these things. Justin, Andrew, am I missing some way of doing so?
>

Re: Restrict TLS Versions and Ciphers using qpid proton-cpp API

Posted by Gordon Sim <gs...@redhat.com>.
On 18/10/2019 3:11 pm, bajanfella wrote:
> I see that there is a pn_ssl_domain_set_protocol and
> pn_ssl_domain_set_ciphers in the proton-c API. There there equivalent
> functionality using the C++ API? How do I get access to the pn_ssl_domain_t
> struct from my CPP API?

If not an expert on the proton c++ API, but I don't see a way to do 
either of these things. Justin, Andrew, am I missing some way of doing so?


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