Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44339 - Please add support for JCE Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files in sun-jdk
Summary: Please add support for JCE Java Cryptography Extension (JCE) Unlimited Stren...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-11 04:19 UTC by Yannick Menager
Modified: 2017-05-11 11:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yannick Menager 2004-03-11 04:19:42 UTC
By default the Sun JDK has severe limitations to the crypto strenght. Each jdk release has zip file that removes those limitation. That file is freely downloaded from the same page that the JDK can be downloaded ( under Other downloads / 	'Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 1.4.2' for example )
It would be quite convenient if the ebuild would support automatically integrating those file during the emerge ( possibly send a warning if that file is not present )


Reproducible: Always
Steps to Reproduce:
Comment 1 Lim Swee Tat (RETIRED) gentoo-dev 2004-03-18 06:35:45 UTC
Added to sun-jdk-1.4.2.04-r1
USE="ssl" will require that you download JCE unlimited strength package.
Installation now allows you to still have strong jce in /opt/sun-jdk-<version>/jre/lib/security/strong-jce, but with the default set as unlimited-jce.

Hope this fixes the problem.
Comment 2 Arsen Shnurkov 2017-05-11 11:08:47 UTC
# USE="ssl" emerge -av sun-jdk

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "sun-jdk".
Comment 3 James Le Cuirot gentoo-dev 2017-05-11 11:13:34 UTC
(In reply to Arsen Shnurkov from comment #2)
> emerge: there are no ebuilds to satisfy "sun-jdk".

Why are you replying to a bug that was closed 13 years ago about a long dead package? I did close a similar bug report yesterday but what I said now relates to oracle-jdk-bin and oracle-jre-bin.
Comment 4 Arsen Shnurkov 2017-05-11 11:24:40 UTC
because I have similar bug too - 
https://bugs.gentoo.org/show_bug.cgi?id=618192
Comment 5 Arsen Shnurkov 2017-05-11 11:39:34 UTC
it doesn't have ssl USE flag:
[ebuild   Rf   ] dev-java/oracle-jre-bin-1.8.0.131:1.8::gentoo  USE="alsa cups fontconfig nsplugin -commercial -headless-awt -javafx -jce (-selinux)" 0 KiB

(may be it should be jce now?)