summaryrefslogtreecommitdiff
path: root/security/opencryptoki/files/patch-usr-include-pkcs11-stdll.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-18Update to 3.5. Notable changes are as follows:Hiroki Sato1-11/+0
- No longer required to run pkcs11_startup. pkcs11_startup and pkcs_slotd were shell scripts that created the config file, pk_config_data, which was read by pkcsslotd to get available slot information. The pk_config_data configuration file has been replaced with /etc/opencryptoki/opencryptoki.conf. In version 3, the pkcsslotd daemon reads opencryptoki.conf to get slot information. The opencryptoki.conf by default contains slot information for each token currently supported by opencryptoki with the exception of the ICSF token, which requires some initial setup. Please see man page for opencryptoki.conf for further information. Since pk_config_data is no longer required, pkcs11_startup and pkcs_slotd have been removed. Notes: svn path=/head/; revision=415459
2010-11-07Add opencryptoki 2.3.2, is an open PKCS#11 implementation library.Norikatsu Shigemura1-0/+11
Obtained from: http://bsssd.sourceforge.net/ Notes: svn path=/head/; revision=264183