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

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

    [ https://issues.apache.org/jira/browse/AMQCPP-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525027#comment-17525027 ] 

Queen Mastropietro edited comment on AMQCPP-711 at 4/20/22 2:28 PM:
--------------------------------------------------------------------

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


was (Author: JIRAUSER288364):
Amazing a good deal of beneficial information

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