[xmlsectool] 01/02: Add a PKCS#11 test configguration for OpenSC standard installer on macOS

Ian Young ian at iay.org.uk
Mon Nov 16 16:19:36 UTC 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository xmlsectool.

View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=f67ad04c1ccdbec9790dcd95a204fb7860ba31d8

commit f67ad04c1ccdbec9790dcd95a204fb7860ba31d8
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Nov 16 16:14:02 2020 +0000

    Add a PKCS#11 test configguration for OpenSC standard installer on macOS
---
 .../net/shibboleth/tool/xmlsectool/opensc-mac.cfg        | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/test/resources/net/shibboleth/tool/xmlsectool/opensc-mac.cfg b/src/test/resources/net/shibboleth/tool/xmlsectool/opensc-mac.cfg
new file mode 100644
index 0000000..9068246
--- /dev/null
+++ b/src/test/resources/net/shibboleth/tool/xmlsectool/opensc-mac.cfg
@@ -0,0 +1,16 @@
+#
+# PKCS#11 provider configuration for for OpenSC running under Mac OS X
+#
+# Note: this configuration assumes that OpenSC has been installed using
+# the standard installer as described here:
+#
+#    https://github.com/OpenSC/OpenSC/wiki/macOS-Quick-Start
+#
+# This version installs in /Library/OpenSC and /usr/local, and
+# includes a token driver.
+#
+# If OpenSC has been installed using MacPorts, use opensc-mac-macports.cfg
+# instead.
+#
+name = OpenSC
+library = /Library/OpenSC/lib/pkcs11/opensc-pkcs11.so

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list