Author: kaushalye Date: Wed Dec 5 03:53:24 2007 New Revision: 601304 URL: http://svn.apache.org/viewvc?rev=601304&view=rev Log: Updates on the website
Modified: webservices/rampart/trunk/c/xdocs/archived_news.html webservices/rampart/trunk/c/xdocs/index.html Modified: webservices/rampart/trunk/c/xdocs/archived_news.html URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/xdocs/archived_news.html?rev=601304&r1=601303&r2=601304&view=diff ============================================================================== --- webservices/rampart/trunk/c/xdocs/archived_news.html (original) +++ webservices/rampart/trunk/c/xdocs/archived_news.html Wed Dec 5 03:53:24 2007 @@ -15,8 +15,30 @@ latest.</p> - <a id="1.0.0"></a> +<h3>14th Dec 2007 - Apache Axis2/C Version 1.0 Released</h3> + <a href='http://ws.apache.org/rampart/c/download.cgi'>Download 1.0</a> + <h4>Key Features</h4> +<ol> + <li><strong>SOAP message encryption</strong> : Allows different parts of a SOAP message to be encrypted to keep the confidentiality of the message</li> + <li><strong>SOAP message signature</strong> : Allows different parts of a SOAP message to be signed to keep the integrity of the message</li> + <li>Ability to send and verify <strong>UsernameTokens</strong> with</li> + <ol> + <li>PlainText password</li> + <li>Digested password</li> + <br>Allows users to send Username tokens for authentication purposes as per Web services security username token profile + </ol> + <li>Ability to send <strong>Timestamp tokens</strong> : Allows users to add timestamps to their SOAP messages in order to ensure the freshness</li> + <li>WS-Security Policy (spec 1.1) Policy based configurations as per WS-Security Policy : Allows users to express their security related requirements and constraints</li> +<li>Replay detection support</li> +<li>Improvements to the context model</li> +<li>Authentication module implementation</li> +<li>Credentials module implementation</li> +<li>Improvements to Key/Certificate loading mechanisms</li> +<li>Easy to use deployment scripts</li> +</ol> + +<a id="0.90"></a> <h3>11th May 2007 - Apache Axis2/C Version 0.90 Released</h3> <a href='http://ws.apache.org/rampart/c/download.cgi'>Download 0.90</a> <h4>Key Features</h4> Modified: webservices/rampart/trunk/c/xdocs/index.html URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/xdocs/index.html?rev=601304&r1=601303&r2=601304&view=diff ============================================================================== --- webservices/rampart/trunk/c/xdocs/index.html (original) +++ webservices/rampart/trunk/c/xdocs/index.html Wed Dec 5 03:53:24 2007 @@ -18,32 +18,79 @@ <h2>Latest Release</h2> -<h3>5th Oct 2007 - Apache Rampart/C Version 1.0 Released</h3> -<a href="http://ws.apache.org/rampart/c/download.cgi">Download 1.0</a> +<h3>14th Dec 2007 - Apache Rampart/C Version 1.1 Released</h3> +<a href="http://ws.apache.org/rampart/c/download.cgi">Download 1.1</a> <h4>Key Features</h4> <ol> - <li><strong>SOAP message encryption</strong> : Allows different parts of a SOAP message to be encrypted to keep the confidentiality of the message</li> - <li><strong>SOAP message signature</strong> : Allows different parts of a SOAP message to be signed to keep the integrity of the message</li> - <li>Ability to send and verify <strong>UsernameTokens</strong> with</li> - <ol> - <li>PlainText password</li> - <li>Digested password</li> - <br>Allows users to send Username tokens for authentication purposes as per Web services security username token profile - </ol> - <li>Ability to send <strong>Timestamp tokens</strong> : Allows users to add timestamps to their SOAP messages in order to ensure the freshness</li> - <li><strong>Policy based configurations</strong> as per WS-Security Policy : Allows users to express their security related requirements and constraints</li> +<li>Ability to send and verify UsernameTokens with + <ul> + <li>Username and PlainText password + <li>Username and Digested password + </ul> +<li>Ability to send Timestamp tokens +<li>SOAP message encryption + <ul> + <li> With derived key support for improved security + <li> Symmetric and Asymmetric modes of operations + <li> Support for AES and Tripple DES encryption + <li> Signature encryption + <li> Keys encryption + </ul> +<li>SOAP message signature + <ul> + <li> XML signature with RSA-SHA1 + <li> Message authentication with HMAC-SHA1 + <li> Signature confirmation support + <li> SOAP Header signing + </ul> +<li>WS-Security Policy (spec 1.1) based configurations + <ul> + <li> Support for both Symmetric as well as Asymmetric policy bindings + <li> Support for different modes of key identifiers + <li> Support for different algorithm suites<br> + [Basic128, Basic 192, Basic256, TrippleDES, Basic128Rsa15, Basic192Rsa15,Basic256Rsa15, TripleDesRsa15] + </ul> +<li>Replay detection support + <ul> + <li> Easy to use built-in replay detection module + <li> Ability to deploy a customized replay detection module + </ul> +<li>Different protection orders + <ul> + <li> Encrypt before signing + <li> Sign before encrypting + </ul> +<li>Extensible modules + <ul> + <li> Password callback module + <li> Authentication module + <li> Credentials module + </ul> +<li>Keys management + <ul> + <li> Support for X509 token profile + <li> Support for Key identifiers, Thumb prints, Issuer/Serial pairs, Embedded and Direct references + </ul> +<li>Other + <ul> + <li> Easy to use deployment scripts + <li> A comprehensive set of samples + </ul> </ol> <h4>Major Changes Since Last Release</h4> <p> - <ol> - <li>WS-Security Policy (<a href="http://specs.xmlsoap.org/ws/2005/07/securitypolicy/ws-securitypolicy.pdf">spec 1.1</a>) based configurations</li> - <li>Replay detection support</li> - <li>Improvements to the context model</li> - <li>Authentication module implementation</li> - <li>Credentials module implementation</li> - <li>Impirovements to Key/Certificate loading mechanisms</li> - <li>Easy to use deployment scripts</li> +<ol> + <li> MAC support with HMAC-SHA1 + <li>Derrived key encryption + <li>Derived key signing + <li>Symmetric policy bindings + <li>New security header processor based on SOAP header layout + <li>Security policy validator + <li>Extensible Replay detection module + <li>Signature confirmation support + <li>Support for X509 thumb prints + <li>Easy to use deployment scripts <li>Memory leak fixes</li> <li>Many bug fixes</li> </ol>