Bug 80472

Summary: Ability to run PKCS#11 in a separate process isolated
Product: p11-glue Reporter: Stef Walter <stefw>
Component: p11-kitAssignee: Stef Walter <stefw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium CC: n.mavrogiannopoulos, stefw
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Bug Depends on: 54105    
Bug Blocks: 80519    

Description Stef Walter 2014-06-24 09:47:34 UTC
It should be possible to run a PKCS#11 module in a separate process in one of two ways:

 * Set the 'remote' configuration variable to an executable to run
   and speak the PKCS#11 remote protocol on:

   remote: |/usr/bin/ssh user@remotehost p11-kit-module my-module.so
 
 * Set a flag like 'isolated: true' in the configuration file, which
   automatically runs "p11-kit-module my-module.so" process.

This is related to but not dependent on bug #51949
Comment 1 Stef Walter 2014-06-25 09:02:43 UTC
This is ready for review and testing in the rpc-isolate branch:

http://cgit.freedesktop.org/p11-glue/p11-kit/log/?h=rpc-isolate
Comment 2 Stef Walter 2014-07-08 07:00:07 UTC
Merged rpc-isolate branch into master

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.