Re: [equinox-dev] Signed bundles

2008-02-07 Thread Marcel Offermans
Hello Thomas, On Feb 7, 2008, at 15:18 , Thomas Watson wrote: Seem that we keep giving you the wrong options!!! :) Please try this on the latest I-Build of 3.4. The v20071207 version of org.eclipse.osgi was before we released some of the new signed bundle support. Thanks, that works f

Re: [equinox-dev] Signed bundles

2008-02-07 Thread Thomas Watson
07/2008 07:05 AM Subject: Re: [equinox-dev] Signed bundles Hello Thomas, I'm trying your suggestions: java -Dosgi.signedcontent.support=true -Djava.security.policy="" -jar org.e

Re: [equinox-dev] Signed bundles

2008-02-07 Thread Marcel Offermans
se.org/bugs/show_bug.cgi?id=218001 . Tom Jeff McAffer ---02/06/2008 07:47:10 AM---Marcel Offermans wrote: From: Jeff McAffer <[EMAIL PROTECTED]> To: Equinox development mailing list Date: 02/06/2008 07:47 AM Subject: Re: [equinox-dev] Signed bundles M

Re: [equinox-dev] Signed bundles

2008-02-06 Thread Thomas Watson
Subject:Re: [equinox-dev] Signed bundles Marcel Offermans wrote: > So, reiterating, if I want to run Equinox with OSGi security enabled > and have it us

Re: [equinox-dev] Signed bundles

2008-02-06 Thread Jeff McAffer
Marcel Offermans wrote: So, reiterating, if I want to run Equinox with OSGi security enabled and have it use my own keystore, I have to start it like this (formatted a bit for clarity, but typed as one big line): java -Djava.security.manager=org.eclipse.osgi.framework.internal.core.Framew

Re: [equinox-dev] Signed bundles

2008-02-05 Thread Marcel Offermans
Hello Matt, First of all, thanks for your reply! On Feb 4, 2008, at 23:30 , Matt Flaherty wrote: You can enable the signature verification system by setting the system property "osgi.signature.support.verify" to true. Equinox uses the system property, "osgi.framework.keystore" to look in a

Re: [equinox-dev] Signed bundles

2008-02-04 Thread Matt Flaherty
You can enable the signature verification system by setting the system property "osgi.signature.support.verify" to true. Equinox uses the system property, "osgi.framework.keystore" to look in a keystore of type JKS to find additional trusted certificates beyond those in the JRE's cacerts file.

[equinox-dev] Signed bundles

2008-01-30 Thread Marcel Offermans
After succeeding in getting Equinox to run with security on, I'm now experimenting with signed bundles. First I made a new keystore, using the standard java "keytool", like this: keytool -genkey -alias myalias -keystore keystore I created a bundle using Eclipse's PDE, and used the "Export" f