cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Stefan_Erucsir
Level 3

How to verify anchoring?

Jump to solution

I am trying out both the anchored and non-anchored implementation for flexnet embedded. Superficially I cannot really tell the difference. How can I verify that the anchoring is active and working?

0 Kudos
(1) Solution
jberthold
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @Stefan_Erucsir ,

One way to verify secure anchoring would be to do the following (you could do this with your code or using the capabilityrequest example provided in the SDKs):

  1. Process a capability response into Trusted Storage
  2. Change the Trusted storage path to a new location
  3. Process the same capability response used in step 1 again

With standard anchoring step 3 will succeed.  With secure anchoring enabled step 3 will fail.

Thanks,

Jim 

View solution in original post

(1) Reply
jberthold
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @Stefan_Erucsir ,

One way to verify secure anchoring would be to do the following (you could do this with your code or using the capabilityrequest example provided in the SDKs):

  1. Process a capability response into Trusted Storage
  2. Change the Trusted storage path to a new location
  3. Process the same capability response used in step 1 again

With standard anchoring step 3 will succeed.  With secure anchoring enabled step 3 will fail.

Thanks,

Jim