Author: kaushalye Date: Tue Nov 20 04:28:15 2007 New Revision: 596644 URL: http://svn.apache.org/viewvc?rev=596644&view=rev Log: 1. Updating README file 2. Introducing a new scenario to check protection order Sig->Enc and Encrypt Signature
Added: webservices/rampart/trunk/c/samples/secpolicy/scenario12/ - copied from r596633, webservices/rampart/trunk/c/samples/secpolicy/scenario11/ Modified: webservices/rampart/trunk/c/samples/secpolicy/README.txt webservices/rampart/trunk/c/samples/secpolicy/scenario11/client-policy.xml webservices/rampart/trunk/c/samples/secpolicy/scenario11/services.xml webservices/rampart/trunk/c/samples/secpolicy/scenario12/client-policy.xml Modified: webservices/rampart/trunk/c/samples/secpolicy/README.txt URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/secpolicy/README.txt?rev=596644&r1=596643&r2=596644&view=diff ============================================================================== --- webservices/rampart/trunk/c/samples/secpolicy/README.txt (original) +++ webservices/rampart/trunk/c/samples/secpolicy/README.txt Tue Nov 20 04:28:15 2007 @@ -25,6 +25,15 @@ The protection order is Encrypt->Sign Signature is Encrypted 7. Replay detection +8. Symmetric binding. Encryption using derived keys. +9. Symmetric binding. Signature +10. Symmetric binding. Both encryption and sign. + The protection order is Encrypt->Sign +11. Symmetric binding. Both encryption and sign. + The protection order is Sign->Encrypt +12. Symmetric binding. Both encryption and sign. + The protection order is Sign->Encrypt + Signature is Encrypted FAQ: --- Modified: webservices/rampart/trunk/c/samples/secpolicy/scenario11/client-policy.xml URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/secpolicy/scenario11/client-policy.xml?rev=596644&r1=596643&r2=596644&view=diff ============================================================================== --- webservices/rampart/trunk/c/samples/secpolicy/scenario11/client-policy.xml (original) +++ webservices/rampart/trunk/c/samples/secpolicy/scenario11/client-policy.xml Tue Nov 20 04:28:15 2007 @@ -25,7 +25,6 @@ </wsp:Policy> </sp:Layout> <sp:IncludeTimestamp/> - <sp:EncryptSignature/> <sp:OnlySignEntireHeadersAndBody/> </wsp:Policy> </sp:SymmetricBinding> @@ -46,13 +45,6 @@ <sp:MustSupportRefEncryptedKey/> </wsp:Policy> </sp:Wss11> - <!--sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"> - <wsp:Policy> - <sp:MustSupportIssuedTokens/> - <sp:RequireClientEntropy/> - <sp:RequireServerEntropy/> - </wsp:Policy> - </sp:Trust10--> <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"> <sp:Body/> </sp:EncryptedParts> Modified: webservices/rampart/trunk/c/samples/secpolicy/scenario11/services.xml URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/secpolicy/scenario11/services.xml?rev=596644&r1=596643&r2=596644&view=diff ============================================================================== --- webservices/rampart/trunk/c/samples/secpolicy/scenario11/services.xml (original) +++ webservices/rampart/trunk/c/samples/secpolicy/scenario11/services.xml Tue Nov 20 04:28:15 2007 @@ -36,7 +36,6 @@ </wsp:Policy> </sp:Layout> <sp:IncludeTimestamp/> - <sp:EncryptSignature/> <sp:OnlySignEntireHeadersAndBody/> </wsp:Policy> </sp:SymmetricBinding> Modified: webservices/rampart/trunk/c/samples/secpolicy/scenario12/client-policy.xml URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/secpolicy/scenario12/client-policy.xml?rev=596644&r1=596633&r2=596644&view=diff ============================================================================== --- webservices/rampart/trunk/c/samples/secpolicy/scenario12/client-policy.xml (original) +++ webservices/rampart/trunk/c/samples/secpolicy/scenario12/client-policy.xml Tue Nov 20 04:28:15 2007 @@ -46,13 +46,6 @@ <sp:MustSupportRefEncryptedKey/> </wsp:Policy> </sp:Wss11> - <!--sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"> - <wsp:Policy> - <sp:MustSupportIssuedTokens/> - <sp:RequireClientEntropy/> - <sp:RequireServerEntropy/> - </wsp:Policy> - </sp:Trust10--> <sp:EncryptedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"> <sp:Body/> </sp:EncryptedParts>