You may be referring to this: http://java.sun.com/developer/technicalArticles/Security/AES/AES_v1.html
Check down under "Strong Versus Unlimited Strength." There's some issues with import controls. Note, the document is referring specifically to JDK 1.4, so I don't know if its the same for newer versions. 2010/8/20 Michael Ströder <[email protected]> > Joel Rosental R. wrote: > > I already fixed the problem by reading this thread > > > http://www.mail-archive.com/[email protected]/msg00266.html > > > > At the end, i had to change the TLSCipherSuite line in > > my /etc/openldap/slapd.conf of > > TLSCipherSuite TLS_RSA_AES_256_CBC_SHA1 > > by > > TLSCipherSuite TLS_RSA_AES_128_CBC_SHA1 > > I also vaguely remember some required changes in a Java policy file to make > AES-256-CBC work with Java. > > Ciao, Michael. > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
