Package Information |
Summary |
Wrapper for OpenSSL Crypto Library |
Maintainers |
Jakub Zelenka <
jakub dot php at gmail dot com >
(lead)
[details]
|
License |
PHP 3.01 |
Description |
This package provides an objective wrapper for OpenSSL Crypto Library |
Homepage |
https://github.com/bukka/php-crypto
|
Release notes
Version 0.2.0
(devel)
|
* Support for PHP 7 * Added Crypto stream BIO wrapper * Improved error handling * Added an integer overflow checking * Removed Algorithm class and AlogirithmException class * Introduced a MAC class as a subclass of Hash and parent of HMAC and CMAC * Added MACException class subclassing HashException * Fixed HMAC and CMAC implementation and added key param to constructor * Fixed and tested CCM mode * Added new error code for failed tag verification (TAG_VERIFY_FAILED) * Add setTagLength Cipher method replacing length param in getTag * Removed Rand::egd * Created a complete API documentation |