You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy A. Bish (Jira)" <ji...@apache.org> on 2022/04/20 14:34:00 UTC

[jira] (AMQCPP-711) set TLS cipher suits

    [ https://issues.apache.org/jira/browse/AMQCPP-711 ]


    Timothy A. Bish deleted comment on AMQCPP-711:
    ----------------------------------------

was (Author: JIRAUSER288364):
Experienced [developers|https://jatapp.com/blog/twelve-proptech-business-models/] are able to give you direct insights into the feasibility of your app.

> 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.7#820007)