K 10 svn:author V 9 junovitch K 8 svn:date V 27 2015-11-20T03:55:34.529314Z K 7 svn:log V 923 security/pecl-crypto: update 0.1.1 -> 0.2.1 - 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 (maintainer) END