| Package Information |
| Summary |
PHP Bindings for PKCS11 modules |
| Maintainers |
Guillaume Amringer (lead)
[details]
Vincent JARDIN (contributor)
[details]
|
| License |
MIT |
| Description |
This extension provides an Object Oriented API for PKCS11 C_* functions to interact with a Hardware Security Module. |
| Homepage |
https://github.com/gamringer/php-pkcs11/
|
Release notes
Version 1.1.3
(stable)
|
- Fixed inconsistencies with release metadata - Corrected license to indicate MIT everywhere - Fixed missing result checks on a few internal calls - Fixed argument count definition on Mechanism::__construct - Added support for PIE |