|
From: Patrick Y. <kc...@ce...> - 2003-05-13 01:21:46
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body> For this, we had a debate internally before. We concluded that the nature of message signing and acknowledgement signing are different. Message signing is used to testify the message (and the most important, the payloads) is sent by the real sender. Acknowledgement signing is used to testify the message has been safely arrived at the real destination (i.e. the real MSH). Following this model, we can accept all applications to "share" the private key for signing acknowledgement messages. While at the same time, we think the non-repudiation property of message signing drives us to think carefully about holding all keys in a central point. Basically our concept is following the ASP model. As a result, as you can see in the current design, we perform the signing in Request object, i.e. in the client side.<br> <br> Regards, -Patrick<br> <br> <br> Mayne, Peter wrote:<br> <blockquote type="cite" cite="mid...@s-..."> <meta http-equiv="Content-Type" content="text/html; "> <meta name="Generator" content="MS Exchange Server version 5.5.2654.45"> <title>RE: [ebxmlms-develop] Using alternative signing key algorithms</title> <p><font size="2">>> I agree that there should also be a way of having the MSH sign the outgoing message, so there wouldn't</font> <br> <font size="2">>> need to be more than one copy of the private key lying around.</font> <br> <font size="2">></font> <br> <font size="2">> Yes and no. It may be more handy. But I'm just feeling a bit unsecured to have MSH to hold the private</font> <br> <font size="2">> key for the application. What do you think?</font> </p> <p><font size="2">But Hermes already has the private key for message signing (MSH/DigitalSignature/AckSign/KeyStore) so it can sign acknowledgements. I don't see any way around that.</font></p> <p><font size="2">Given that the MSH must have a copy of the private key (like it or not), it makes sense under some circumstances to have that be the only copy of the private key.</font></p> <p><font size="2">As usual, there's more than one configuration to think about.</font> </p> <p><font size="2">1) One single key at the MSH to do all outgoing message signing (including originals and acknowledgements). This makes sense for a single business sending messages to trading partners.</font></p> <p><font size="2">2) All messages signed by the message clients. This makes sense for Gait's suggestion of running the MSH in ASP mode for different clients. The trouble with this is that message acknowledgements are still signed by the MSH, rather than a client's key, so running Hermes in ASP mode won't currently work.</font></p> <p><font size="2">PJDM</font> <br> <font size="2">--</font> <br> <font size="2">Peter Mayne</font> <br> <font size="2">Technology Consultant</font> <br> <font size="2">Spherion Technology Solutions</font> <br> <font size="2">Level 1, 243 Northbourne Avenue, Lyneham, ACT, 2602</font> <br> <font size="2">T: 61 2 62689727 F: 61 2 62689777</font> </p> <font size="3" color="BLUE"> <pre>The information contained in this email and any attachments to it: (a) may be confidential and if you are not the intended recipient, any interference with, use, disclosure or copying of this material is unauthorised and prohibited; and (b) may contain personal information of the recipient and/or the sender as defined under the Privacy Act 1988 (Cth). Consent is hereby given by the recipient(s) to collect, hold and use such information and any personal information contained in a response to this email, for any reasonable purpose in the ordinary course of Spherion's business, including forwarding this email internally or disclosing it to a third party. All personal information collected by Spherion will be handled in accordance with Spherion's Privacy Policy. If you have received this email in error, please notify the sender and delete it. (c) you agree not to employ or arrange employment for any candidate(s) supplied in this email and any attachments without first entering into a contractual agreement with Spherion. You further agree not to divulge any information contained in this document to any person(s) or entities without the express permission of Spherion. </pre> </font> </blockquote> </body> </html> |