File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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 )
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 )
You can’t perform that action at this time.
0 commit comments