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

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

     [ https://issues.apache.org/jira/browse/AMQCPP-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

zhaojing updated AMQCPP-711:
----------------------------
    Description: 
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?
 
 

  was:
I found a comment at line:211 of src\main\decaf\internal\net\ssl\openssl\OpenSSLContextSpi.cpp

!image-2022-04-13-11-51-48-524.png|width=594,height=418!

 

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?
 
 


> 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: Major
>             Fix For: 3.9.5
>
>
> 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)