Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 73878 invoked from network); 14 May 2010 21:24:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 May 2010 21:24:11 -0000 Received: (qmail 89972 invoked by uid 500); 14 May 2010 21:24:11 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 89945 invoked by uid 500); 14 May 2010 21:24:11 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 89937 invoked by uid 99); 14 May 2010 21:24:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 21:24:11 +0000 X-ASF-Spam-Status: No, hits=-1428.9 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 21:24:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4ELNonN027170 for ; Fri, 14 May 2010 21:23:50 GMT Message-ID: <15389837.901273872230184.JavaMail.jira@thor> Date: Fri, 14 May 2010 17:23:50 -0400 (EDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQCPP-140) Add SSL transport In-Reply-To: <31999891.1186250208903.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ 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.