You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Justin Ross <jr...@redhat.com> on 2019/11/20 17:24:05 UTC

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

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?
>