X Tutup
Skip to content

Commit dbc2307

Browse files
committed
Merge branch '1.0' into 3.0
2 parents a10a3b8 + f3a0e2b commit dbc2307

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

3+
## 3.0.17 - 2022-10-24
4+
5+
- X509: make it so CRLs, CSRs and SPKACs can support PSS keys (#1837)
6+
- X509: make it so PKCS1 X509 certs can create PSS sigs (#1837)
7+
- SFTP: fix deprecated implicit float to int on 32-bit PHP 8.1 (#1841)
8+
- SFTP: restore orig behavior when deleting non-existant folder (#1847)
9+
- Random: fix fallback on PHP 8.1+
10+
311
## 3.0.16 - 2022-09-05
412

513
- SSH2: fix type hinting for keyboard_interactive_process (#1836)
@@ -155,6 +163,12 @@
155163
- Salsa20 / ChaCha20
156164
- namespace changed from `phpseclib\` to `\phpseclib3` to facilitate phpseclib 2 shim (phpseclib2_compat)
157165

166+
## 2.0.39 - 2022-10-24
167+
168+
- SFTP: fix deprecated implicit float to int on 32-bit PHP 8.1 (#1841)
169+
- SFTP: restore orig behavior when deleting non-existant folder (#1847)
170+
- Random: fix fallback on PHP 8.1+
171+
158172
## 2.0.38 - 2022-09-02
159173

160174
- RSA: add support for OpenSSH encrypted keys (#1737, #1733, #1531, #1490)

0 commit comments

Comments
 (0)
X Tutup