Skip to content

Commit

Permalink
Merge branch '1.0' into 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Oct 24, 2022
2 parents a10a3b8 + f3a0e2b commit dbc2307
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.0.17 - 2022-10-24

- X509: make it so CRLs, CSRs and SPKACs can support PSS keys (#1837)
- X509: make it so PKCS1 X509 certs can create PSS sigs (#1837)
- SFTP: fix deprecated implicit float to int on 32-bit PHP 8.1 (#1841)
- SFTP: restore orig behavior when deleting non-existant folder (#1847)
- Random: fix fallback on PHP 8.1+

## 3.0.16 - 2022-09-05

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

## 2.0.39 - 2022-10-24

- SFTP: fix deprecated implicit float to int on 32-bit PHP 8.1 (#1841)
- SFTP: restore orig behavior when deleting non-existant folder (#1847)
- Random: fix fallback on PHP 8.1+

## 2.0.38 - 2022-09-02

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

0 comments on commit dbc2307

Please sign in to comment.