Bug 80472 - Ability to run PKCS#11 in a separate process isolated
Summary: Ability to run PKCS#11 in a separate process isolated
Status: RESOLVED FIXED
Alias: None
Product: p11-glue
Classification: Unclassified
Component: p11-kit (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Stef Walter
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 54105
Blocks: 80519
  Show dependency treegraph
 
Reported: 2014-06-24 09:47 UTC by Stef Walter
Modified: 2014-07-08 07:00 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

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.