Re: how to enable felix verify the contents of a signed bundle

2016-08-16 Thread Karl Pauls
Hi Siddharth, I'm not sure what is going on exactly but I'm guessing you signed the bundle with a certificate that felix doesn't know about (i.e., its not trusted). Could you try to import your root certificate into a keystore as a trusted certificate and point felix to that keystore like this:

Re: how to enable felix verify the contents of a signed bundle

2016-08-16 Thread Robert Onslow
Sid You need to tell the framework something about what to expect from the signed bundles. To do this, pick up the ConditionalPermssionAdmin service and register a new ConditionalPermissionInfo. Something like this in an Activator ServiceReference ref =

Re: how to enable felix verify the contents of a signed bundle

2016-08-16 Thread sid19039
Hello , Could someone please tell how can i use this felix framework security bundle(mentioned in above posts) for signature verification? Do i need to declare any package provided by this security bundle into import-package manifest header of my bundle to enable it? >From now onward, i am not