This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
security files
> I don't think so. loadProviders looks for a .security file at the
> aforementioned URLs; this is a properties-style file that lists all
> the security providers. You should be able to compile and link in
> such a .security file: first compile it with --resource, and when you
> link, use something like -Dgnu.classpath.home.url=core:/
libjava/java/security/classpath.security contains:
security.provider.1=gnu.java.security.provider.Gnu
Neither jce-jdk13-119 nor jsch-0-1-8 contain such .security file.
Does anybody know what such file sould contain in terms of Bouncy Castle (or jsch)?