forked from softhsm/SoftHSMv2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue softhsm#230: Install p11-kit module file
In order for well-behaved applications to discover and use the PKCS#11 provider module, we should install a p11-kit module file for it. Allow this to be disabled by configuring with --disable-p11-kit, and do so in the Jenkins builds since they run as an unprivileged user and can't install to the standard p11-kit module directory.
- Loading branch information
David Woodhouse
authored and
David Woodhouse
committed
Sep 13, 2016
1 parent
4dea95c
commit f1de8e2
Showing
4 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# This file describes how to load the pk11 module | ||
# See: http://p11-glue.freedesktop.org/doc/p11-kit/config.html | ||
|
||
module: @libdir@/libsofthsm2.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters