summaryrefslogtreecommitdiff
path: root/security/opencryptoki/files/patch-usr-lib-pkcs11-api-apiutil.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.11.0, which supports OpenSSL 1.0.x and 1.1.x.Hiroki Sato2019-03-031-22/+0
| | | | Notes: svn path=/head/; revision=494474
* Update to 3.5. Notable changes are as follows:Hiroki Sato2016-05-181-27/+5
| | | | | | | | | | | | | | | | | | | | | | | - 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
* Add opencryptoki 2.3.2, is an open PKCS#11 implementation library.Norikatsu Shigemura2010-11-071-0/+44
Obtained from: http://bsssd.sourceforge.net/ Notes: svn path=/head/; revision=264183