summaryrefslogtreecommitdiff
path: root/security/pkcs11-helper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.05 release.Alex Dupre2007-10-132-4/+4
| | | | Notes: svn path=/head/; revision=201383
* Update to 1.04 release.Alex Dupre2007-10-052-5/+6
| | | | Notes: svn path=/head/; revision=200891
* Add COMMENT escaping.Alex Dupre2007-09-181-1/+1
| | | | Notes: svn path=/head/; revision=199698
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to 1.03 release.Alex Dupre2007-07-053-21/+12
| | | | Notes: svn path=/head/; revision=195012
* pkcs11-helper is a library that simplifies the interactionAlex Dupre2007-01-085-0/+88
with PKCS#11 providers for end-user applications. pkcs11-helper allows using multiple PKCS#11 providers at the same time, enumerating available token certificates, or selecting a certificate directly by serialized id, handling card removal and card insert events, handling card re-insert to a different slot, supporting session expiration and much more all using a simple API. pkcs11-helper is not designed to manage card content, since object attributes are usually vendor specific, and 99% of application need to access existing objects in order to perform signature and decryption. WWW: http://www.opensc-project.org/pkcs11-helper/ Notes: svn path=/head/; revision=181752