You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by na...@apache.org on 2008/05/27 11:05:57 UTC

svn commit: r660436 - /webservices/rampart/branches/java/1_4/release-docs/README.txt

Author: nandana
Date: Tue May 27 02:05:57 2008
New Revision: 660436

URL: http://svn.apache.org/viewvc?rev=660436&view=rev
Log:
RAMPART-103 added a note about how to add bouncycastle as security provider

Modified:
    webservices/rampart/branches/java/1_4/release-docs/README.txt

Modified: webservices/rampart/branches/java/1_4/release-docs/README.txt
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_4/release-docs/README.txt?rev=660436&r1=660435&r2=660436&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_4/release-docs/README.txt (original)
+++ webservices/rampart/branches/java/1_4/release-docs/README.txt Tue May 27 02:05:57 2008
@@ -1,7 +1,7 @@
 ======================================================
 Apache Rampart-1.4 build  (May XX, 2008)
 
-http://ws.apache.org/axis2/modules/rampart/
+http://ws.apache.org/rampart
 ------------------------------------------------------
 
 ___________________
@@ -13,8 +13,8 @@
            release.
 	   
 
-rampart-1.2.mar   - WS-Security and WS-SecureConversation support for Axis2
-rahas-1.2.mar     - STS module - to be used to add STS operations to a service
+rampart-1.4.mar   - WS-Security and WS-SecureConversation support for Axis2
+rahas-1.4.mar     - STS module - to be used to add STS operations to a service
 
 samples  - This contains samples on using Apache Rampart and configuring
            different components to carryout different WS-Sec* operations.
@@ -37,6 +37,16 @@
 will have to manually download and copy the bouncy castle jar corresponding the
 relevant JDK. Bouncy castle jars can be downloaded from 
 http://www.bouncycastle.org/latest_releases.html 
+
+Adding bouncycastle as a security provider 
+
+1.) Download bouncycastle according to your java version. You can download 
+bouncycastle from the following link.
+http://www.bouncycastle.org/latest_releases.html
+2.) Add the bcprov-jdkXX-139.jar to your service's / client's classpath. 
+3.) Add the following line to java.security file which can be found in JRE's 
+lib/security directory as the last line.
+security.provider.X=org.bouncycastle.jce.provider.BouncyCastleProvider
  
 Before you try any of the samples makesure you
 
@@ -73,7 +83,6 @@
 
    Apache Santuario : http://santuario.apache.org/
    Apache WSS4J     : http://ws.apache.org/wss4j/
-   Bouncycastle     : http://www.bouncycastle.org/
 
 ___________________
 Support