mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +00:00
Merge branch '1.0' of https://github.com/phpseclib/phpseclib into 1.0
This commit is contained in:
commit
020bcdab29
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.3 - 2016-08-18
|
||||
|
||||
- BigInteger/RSA: don't compare openssl versions > 1.0 (#946)
|
||||
- RSA: don't attempt to use the CRT when zero value components exist (#980)
|
||||
- RSA: zero salt length RSA signatures don't work (#1002)
|
||||
- ASN1: fix PHP Warning on PHP 7.1 (#1013)
|
||||
- X509: set parameter fields to null for CSR's / RSA (#914)
|
||||
- CRL optimizations (#1000)
|
||||
- SSH2: fix "Expected SSH_FXP_STATUS or ..." error (#999)
|
||||
- SFTP: make symlinks support relative target's (#1004)
|
||||
- SFTP: fix sending stream resulting in zero byte file (#995)
|
||||
|
||||
## 1.0.2 - 2016-05-07
|
||||
|
||||
- All Ciphers: fix issue with CBC mode / OpenSSL / continuous buffers / decryption (#938)
|
||||
|
@ -6,7 +6,7 @@ MIT-licensed pure-PHP implementations of an arbitrary-precision integer
|
||||
arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael,
|
||||
AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
|
||||
|
||||
* [Download (1.0.2)](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.2.zip/download)
|
||||
* [Download (1.0.3)](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.3.zip/download)
|
||||
* [Browse Git](https://github.com/phpseclib/phpseclib)
|
||||
* [Code Coverage Report](http://phpseclib.bantux.org/code_coverage/1.0/latest/)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user