[
https://issues.apache.org/activemq/browse/AMQCPP-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59354#action_59354
]
Timothy Bish commented on AMQCPP-140:
-------------------------------------
SSL Transport in Trunk, working on Fedora 12 64bit using OpenSSL v1.0.0.
Still todo:
* Testing.
* More Testing on other platforms.
* Test with client authentication enabled on the Broker, only using Server
Authentication right now.
* The random number seed is done using an insecure seed generated from
decaf::util::Random, need to add code to attempt to get a seed from a secure
source.
> Add SSL transport
> -----------------
>
> Key: AMQCPP-140
> URL: https://issues.apache.org/activemq/browse/AMQCPP-140
> Project: ActiveMQ C++ Client
> Issue Type: New Feature
> Affects Versions: 2.2
> Reporter: Nathan Mittler
> Assignee: Timothy Bish
> Fix For: 3.2.0
>
> Attachments: amqcpp-ssl.patch3
>
>
> Need a secure transport for activemq-cpp. Some options for ssl support:
> 1) OpenSSL - fairly robust set of ssl functions
> 2) APR - trunk has added support for ssl sockets. An attractive option,
> given that we're already starting to incorporate API in other areas.
> Should create a Java-like set of classes in decaf to add basic ssl support,
> then use those classes to make an SSLTransport in activemq-cpp.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.