Skip to content

Commit 2f0b7af

Browse files
committed
Merge branch '2.0' into 3.0
2 parents 9a1e1ca + c812fbb commit 2f0b7af

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 3.0.14 - 2022-04-04
4+
5+
- RSA: add support for loading PuTTY v3 keys
6+
- Crypt/Base: fix CTR mode with continuous buffer with non-eval PHP
7+
- Crypt/Base: use sodium_increment in _increment_str
8+
- Crypt/Base: fix deprecation notice (#1770)
9+
- SSH2/Agent: rm unused parameter (#1757)
10+
- BigInteger: add precision to __debugInfo
11+
- BigInteger: fix random engine issues
12+
- call useBestEngine() when getEngine() is called
13+
314
## 3.0.13 - 2022-01-30
415

516
- SSH2: make login() return false if no valid auth methods are found (#1744)
@@ -124,6 +135,14 @@
124135
- Salsa20 / ChaCha20
125136
- namespace changed from `phpseclib\` to `\phpseclib3` to facilitate phpseclib 2 shim (phpseclib2_compat)
126137

138+
## 2.0.37 - 2022-04-04
139+
140+
- RSA: add support for loading PuTTY v3 keys
141+
- Crypt/Base: fix CTR mode with continuous buffer with non-eval PHP
142+
- Crypt/Base: use sodium_increment in _increment_str
143+
- Crypt/Base: fix deprecation notice (#1770)
144+
- SSH2/Agent: rm unused parameter (#1757)
145+
127146
## 2.0.36 - 2022-01-30
128147

129148
- SSH2: make login() return false if no valid auth methods are found (#1744)

0 commit comments

Comments
 (0)