PKCS11 1.0

PHP Bindings for PKCS11 modules


This extension provides an Object Oriented API for PKCS11 C_* functions to interact with a Hardware Security Module.

License: PHP License

Changes

- Added support for C_WaitForSlotEvent
- Added support for C_Wrap/C_Unwrap in OASIS-like API
- New Pkcs11\Exception
- Normalized error throwing
- Fixed argument definition when expecting P11Object
- Fixed various memory issues
- Fixed OASIS mapping for C_Digest