V. 20100928
Java 1.4x (Sun / Innotek / GoldenCode) 
Security Update
SSL/sTLS with Java 1.4x on some Jabber Servers.

Download > Other Downlaods > Java Cryptography Extension (JCE) 
Unlimited Strength Jurisdiction Policy Files 1.4.2 

http://java.sun.com/products/archive/j2se/1.4.2_19/index.html

***********
Die bcprov-jdk14-138.jar in
x:\java14x\...lib\ext\ kopieren.

local_policy.jar und US_export_policy.jar aus jce_policy-1_4_2.zip in
x:\java14x\...\lib\security\ Dateien ersetzen

In der Datei
x:\java14x\...lib\security\java.security
folgenden Abschnitt so aendern:

#
# List of providers and their preference orders (see above):
#
security.provider.1=sun.security.provider.Sun
security.provider.2=org.bouncycastle.jce.provider.BouncyCastleProvider
security.provider.3=com.sun.net.ssl.internal.ssl.Provider
security.provider.4=com.sun.rsajca.Provider
security.provider.5=com.sun.crypto.provider.SunJCE
security.provider.6=sun.security.jgss.SunProvider
#

Wichtig: org.bouncycastle.jce.provider.BouncyCastleProvider 
an Position 2

************

Download > Other Downlaods > Java Cryptography Extension (JCE) 
Unlimited Strength Jurisdiction Policy Files 1.4.2

http://java.sun.com/products/archive/j2se/1.4.2_19/index.html

Copy bcprov-jdk14-138.jar in
x:\java14x\...lib\ext\

local_policy.jar and US_export_policy.jar from jce_policy-1_4_2.zip
x:\java14x\...\lib\security\ replace the files

Change the File
x:\java14x\...lib\security\java.security
to this:

#
# List of providers and their preference orders (see above):
#
security.provider.1=sun.security.provider.Sun
security.provider.2=org.bouncycastle.jce.provider.BouncyCastleProvider
security.provider.3=com.sun.net.ssl.internal.ssl.Provider
security.provider.4=com.sun.rsajca.Provider
security.provider.5=com.sun.crypto.provider.SunJCE
security.provider.6=sun.security.jgss.SunProvider
#

Important: org.bouncycastle.jce.provider.BouncyCastleProvider 
must be on position 2
