aboutsummaryrefslogtreecommitdiffstats
path: root/security/pecl-crypto/files
Commit message (Collapse)AuthorAgeFilesLines
* security/pecl-crypto: update 0.1.1 -> 0.2.1junovitch2015-11-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Update PORTVERSION and distinfo for the new release (0.2.1) - USES: tar:tgz instead of EXTRACT_SUFX - Regenerate patch while here (portlint) Changes: | 0.2.1 * Fixed C89 compatibility issue in Base64 | 0.2.0 * 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 PR: 204668 Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
* - Add pecl-crypto 0.1.0sunpoet2014-01-061-0/+11
This package provides an objective wrapper for OpenSSL Crypto Library WWW: http://pecl.php.net/package/crypto PR: ports/185410 Submitted by: Gasol Wu <gasol.wu@gmail.com>