From 934523289a1e0ba5e79793d86672e6d87d939601 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 4 Jun 2016 14:56:30 -0500 Subject: [PATCH] CHANGELOG: update for 2.0.2 release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44429abc..c9f22fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.0.2 - 2016-06-04 + +- All Ciphers: fix issue with CBC mode / OpenSSL / continuous buffers / decryption (#938) +- Random: fix issues with serialize() (#932) +- RC2: fix issue with decrypting +- RC4: fix issue with key not being truncated correctly +- SFTP: nlist() on a non-existant directory resulted in error +- SFTP: add is_writable, is_writeable, is_readable +- X509: add IPv6 support for subjectaltname extension (#936) + ## 2.0.1 - 2016-01-18 - RSA: fix regression in PSS mode ([#769](https://github.com/phpseclib/phpseclib/pull/769))