Index: archived_news.html =================================================================== --- archived_news.html (revision 599694) +++ archived_news.html (working copy) @@ -15,8 +15,30 @@ latest.

+ +

14th Dec 2007 - Apache Axis2/C Version 1.0 Released

+ Download 1.0 +

Key Features

+
    +
  1. SOAP message encryption : Allows different parts of a SOAP message to be encrypted to keep the confidentiality of the message
  2. +
  3. SOAP message signature : Allows different parts of a SOAP message to be signed to keep the integrity of the message
  4. +
  5. Ability to send and verify UsernameTokens with
  6. +
      +
    1. PlainText password
    2. +
    3. Digested password
    4. +
      Allows users to send Username tokens for authentication purposes as per Web services security username token profile +
    +
  7. Ability to send Timestamp tokens : Allows users to add timestamps to their SOAP messages in order to ensure the freshness
  8. +
  9. WS-Security Policy (spec 1.1) Policy based configurations as per WS-Security Policy : Allows users to express their security related requirements and constraints
  10. +
  11. Replay detection support
  12. +
  13. Improvements to the context model
  14. +
  15. Authentication module implementation
  16. +
  17. Credentials module implementation
  18. +
  19. Improvements to Key/Certificate loading mechanisms
  20. +
  21. Easy to use deployment scripts
  22. +
- +

11th May 2007 - Apache Axis2/C Version 0.90 Released

Download 0.90

Key Features

Index: index.html =================================================================== --- index.html (revision 599694) +++ index.html (working copy) @@ -18,32 +18,79 @@

Latest Release

-

5th Oct 2007 - Apache Rampart/C Version 1.0 Released

-Download 1.0 +

14th Dec 2007 - Apache Rampart/C Version 1.1 Released

+Download 1.1

Key Features

    -
  1. SOAP message encryption : Allows different parts of a SOAP message to be encrypted to keep the confidentiality of the message
  2. -
  3. SOAP message signature : Allows different parts of a SOAP message to be signed to keep the integrity of the message
  4. -
  5. Ability to send and verify UsernameTokens with
  6. -
      -
    1. PlainText password
    2. -
    3. Digested password
    4. -
      Allows users to send Username tokens for authentication purposes as per Web services security username token profile -
    -
  7. Ability to send Timestamp tokens : Allows users to add timestamps to their SOAP messages in order to ensure the freshness
  8. -
  9. Policy based configurations as per WS-Security Policy : Allows users to express their security related requirements and constraints
  10. +
  11. Ability to send and verify UsernameTokens with + +
  12. Ability to send Timestamp tokens +
  13. SOAP message encryption + +
  14. SOAP message signature + +
  15. WS-Security Policy (spec 1.1) based configurations + +
  16. Replay detection support + +
  17. Different protection orders + +
  18. Extensible modules + +
  19. Keys management + +
  20. Other +

Major Changes Since Last Release

-

    -
  1. WS-Security Policy (spec 1.1) based configurations
  2. -
  3. Replay detection support
  4. -
  5. Improvements to the context model
  6. -
  7. Authentication module implementation
  8. -
  9. Credentials module implementation
  10. -
  11. Impirovements to Key/Certificate loading mechanisms
  12. -
  13. Easy to use deployment scripts
  14. +
      +
    1. MAC support with HMAC-SHA1 +
    2. Derrived key encryption +
    3. Derived key signing +
    4. Symmetric policy bindings +
    5. New security header processor based on SOAP header layout +
    6. Security policy validator +
    7. Extensible Replay detection module +
    8. Signature confirmation support +
    9. Support for X509 thumb prints +
    10. Easy to use deployment scripts
    11. Memory leak fixes
    12. Many bug fixes