vdkoogh 2004/03/17 15:20:11
Modified: . provider.properties Log: Add bouncycastle 122 info in the sample file PR: Obtained from: Submitted by: Reviewed by: CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.2 +6 -2 xml-security/provider.properties Index: provider.properties =================================================================== RCS file: /home/cvs/xml-security/provider.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- provider.properties 24 Nov 2003 13:34:11 -0000 1.1 +++ provider.properties 17 Mar 2004 23:20:11 -0000 1.2 @@ -8,13 +8,13 @@ # of the provider file in this section. jce.provider.source = http://www.bouncycastle.org/download jce.provider.prefix = bc -jce.provider.jar = jce-jdk13-119.jar +jce.provider.jar = jce-jdk13-122.jar # Specify a checksum algoritm and a checksum value for JCE provider # in this section. The checksum is used to ensure that no data # corruption occured during the download of the provider. checksum.algorithm = md5 -checksum.value = 521d0d68bd1bad5ad86262b96f05d8f1 +checksum.value = e24cb5cfbfeed7a521676d55dfe4b0d5 # Other usefull values @@ -26,11 +26,13 @@ # 6f201e74b8d455c1960d2aadc6eba7dd jce-jdk13-117.jar # e4a56ae49cf6d523d94c2682c5475144 jce-jdk13-118.jar # 521d0d68bd1bad5ad86262b96f05d8f1 jce-jdk13-119.jar +# e24cb5cfbfeed7a521676d55dfe4b0d5 jce-jdk13-122.jar # 6b7c9352d1f6014a8e0da51d57e4964b bcprov-jdk14-115.jar # ad8526ea2d2c83b86d14b9b3a68df6d0 bcprov-jdk14-116.jar # 077b6d7bd82640a61eda1bcbb55994d1 bcprov-jdk14-117.jar # 150fb1132003b824c26939ad2cb247af bcprov-jdk14-118.jar # 86add778fbbd2ef13a2e52c7587f5234 bcprov-jdk14-119.jar +# 111fbfeb83d922cb6e092fe71765ab82 bcprov-jdk14-122.jar # # SHA1 # f3cf2677ad8fa7a038ab3a62e05afef9615ea579 jce-jdk13-114.jar @@ -39,8 +41,10 @@ # a6c4b425db845f4d00c84d8ffed437fe0cca0548 jce-jdk13-117.jar # 23f992d3d746fe6756ec6121089bd535e65c4e5e jce-jdk13-118.jar # e8d38f066fe51d7f86cb48d9bb124fe49584a2c9 jce-jdk13-119.jar +# 92536c37d1ae241d5fb1a03375ec6fec6ccb0ce8 jce-jdk13-122.jar # 31c03c553044a1c0fe884c7e9a5a09de58850a4f bcprov-jdk14-115.jar # d635405c78101cedbc710da12ed0cf57c0e0f895 bcprov-jdk14-116.jar # d56bb87abb942b481ffdcb03dfde5c4a8c5e1365 bcprov-jdk14-117.jar # 3be88c4b4b60371731950973e1868325a1cbf27d bcprov-jdk14-118.jar # ba539139beedba1c4b675a4623a242e38c73b540 bcprov-jdk14-119.jar +# 415a9fa6399c5cc0b1c5c1608682dfc8fda5f15b bcprov-jdk14-122.jar
