[
https://issues.apache.org/jira/browse/AMQCPP-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zhaojing updated AMQCPP-711:
----------------------------
Fix Version/s: (was: 3.9.5)
> set TLS cipher suits
> --------------------
>
> Key: AMQCPP-711
> URL: https://issues.apache.org/jira/browse/AMQCPP-711
> Project: ActiveMQ C++ Client
> Issue Type: New Feature
> Components: Decaf
> Affects Versions: 3.9.4, 3.9.5
> Reporter: zhaojing
> Assignee: Timothy A. Bish
> Priority: Blocker
>
> I found a comment at line:211 of
> src\main\decaf\internal\net\ssl\openssl\OpenSSLContextSpi.cpp
>
> // Sets the Default set of allowed Ciphers, this could be overridden by the
> system
> // property: decaf.net.ssl.CipherSuites
> if( SSL_CTX_set_cipher_list( this->data->openSSLContext,
> ContextData::defaultCipherList.c_str() ) != 1 ) {
> throw OpenSSLSocketException( __FILE__, __LINE__ );
> }
>
> This comment seems to describe an unimplemented feature : set TLS cipher
> suits by
> property: decaf.net.ssl.CipherSuites,but I can't found the specific
> implementation in the code
> will this feature be available in the future?
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)