Return-Path: X-Original-To: apmail-ws-dev-archive@www.apache.org Delivered-To: apmail-ws-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 87C29D96E for ; Mon, 13 Aug 2012 10:00:43 +0000 (UTC) Received: (qmail 98566 invoked by uid 500); 13 Aug 2012 10:00:42 -0000 Delivered-To: apmail-ws-dev-archive@ws.apache.org Received: (qmail 98279 invoked by uid 500); 13 Aug 2012 10:00:39 -0000 Mailing-List: contact dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ws.apache.org Delivered-To: mailing list dev@ws.apache.org Received: (qmail 98251 invoked by uid 99); 13 Aug 2012 10:00:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 10:00:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2913D2C5AC8 for ; Mon, 13 Aug 2012 10:00:38 +0000 (UTC) Date: Mon, 13 Aug 2012 21:00:38 +1100 (NCT) From: "Colm O hEigeartaigh (JIRA)" To: dev@ws.apache.org Message-ID: <2138526979.1175.1344852038168.JavaMail.jiratomcat@arcas> In-Reply-To: <885351465.705.1344443060850.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (WSS-399) WSS4J: cannot set DigestMethod for KEYTRANSPORT_RSAOEP though requested by W3C MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WSS-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433033#comment-13433033 ] Colm O hEigeartaigh commented on WSS-399: ----------------------------------------- In WSS4J 1.6.8 you will be able to configure a digest algorithm to use with RSA OAEP either programmatically via WSSecEncrypt or else via the "encryptionDigestAlgorithm" configuration tag. Colm. > WSS4J: cannot set DigestMethod for KEYTRANSPORT_RSAOEP though requested by W3C > ------------------------------------------------------------------------------ > > Key: WSS-399 > URL: https://issues.apache.org/jira/browse/WSS-399 > Project: WSS4J > Issue Type: Bug > Components: WSS4J Core > Affects Versions: 1.6.7 > Environment: any > Reporter: Stefan > Assignee: Colm O hEigeartaigh > Fix For: 1.6.8 > > > As stated on http://www.w3.org/TR/xmlenc-core/#sec-RSA-OAEP (and http://java.net/projects/metro/lists/users/archive/2008-05/message/12) there should be the possibility to set the message digest that is listed as MANDATORY (and shall be set in the generated output). > QUOTE: > 5.4.2 RSA-OAEP > Identifier: > http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p (REQUIRED) > The RSAES-OAEP-ENCRYPT algorithm, as specified in RFC 2437 [PKCS1], takes three parameters. The two user specified parameters are a MANDATORY message digest function and an OPTIONAL encoding octet string OAEPparams. The message digest function is indicated by the Algorithm attribute of a child ds:DigestMethod element and the mask generation function, the third parameter, is always MGF1 with SHA1 (mgf1SHA1Identifier). Both the message digest and mask generation functions are used in the EME-OAEP-ENCODE operation as part of RSAES-OAEP-ENCRYPT. The encoding octet string is the base64 decoding of the content of an optional OAEPparams child element . If no OAEPparams child is provided, a null string is used. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org For additional commands, e-mail: dev-help@ws.apache.org