mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-26 20:35:21 +01:00
1.0.11 release
This commit is contained in:
parent
3f226be600
commit
fd33675e48
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.11 - 2018-04-15
|
||||
|
||||
- X509: auto download intermediate certs
|
||||
- BigInteger: fix for (new BigInteger(48))->toString(true)) (#1264)
|
||||
- ASN1: class is never set as key in _decode_ber
|
||||
|
||||
## 1.0.10 - 2018-02-08
|
||||
|
||||
- BigInteger: fix issue with bitwise_xor (#1245)
|
||||
|
@ -36,7 +36,7 @@ AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
|
||||
* Composer compatible (PSR-0 autoloading)
|
||||
* Install using Composer: `composer require phpseclib/phpseclib ~1.0`
|
||||
* Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/pear.htm)
|
||||
* [Download 1.0.10 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.10.zip/download)
|
||||
* [Download 1.0.11 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.11.zip/download)
|
||||
|
||||
## Support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user