Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 51156 invoked from network); 9 Sep 2006 12:00:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Sep 2006 12:00:59 -0000 Received: (qmail 41930 invoked by uid 500); 9 Sep 2006 12:00:58 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 41913 invoked by uid 500); 9 Sep 2006 12:00:58 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 41902 invoked by uid 99); 9 Sep 2006 12:00:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Sep 2006 05:00:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Sep 2006 05:00:58 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4D3B77142E7 for ; Sat, 9 Sep 2006 11:57:22 +0000 (GMT) Message-ID: <31249496.1157803042286.JavaMail.jira@brutus> Date: Sat, 9 Sep 2006 04:57:22 -0700 (PDT) From: "James Clark (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXIS2C-272) encryption/decryption should work on streams MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N encryption/decryption should work on streams -------------------------------------------- Key: AXIS2C-272 URL: http://issues.apache.org/jira/browse/AXIS2C-272 Project: Axis2-C Issue Type: Improvement Components: rampart Affects Versions: Current (Nightly) Reporter: James Clark encryption/decryption should work on streams. axis2_output_stream_t *create_encryption_stream(..., axis2_output_stream *encrypted_stream) Writing output on the returned stream should cause the corresponding binary (not base64-encoded) encrypted bytes to be written to encrypted_stream. Similarly, for decryption axis2_input_stream *create_decryption_stream(..., axis2_input_stream *encrypted_stream) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org