Skip to content

Commit

Permalink
CHANGELOG: add 3.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Jan 16, 2021
1 parent c203a44 commit 97a5a27
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.0.3 - 2021-01-16

- X509: passing DateTime objects to setEndDate produced errors (#1578)
- X509: always parse the first cert of a bundle (#1568)
- X509: streamline the management of custom extensions (#1573)
- EC: fix case sensitivity errors when using Symfony autoloader (#1570)
- RSA: improve identification of public / private PKCS1 / PKCS8 keys (#1579)
- RSA: add support for PSS keys that don't have parameters present (#1583)
- RSA: tweaks to how the salt length works
- RSA: throw exceptions instead of returning false
- SSH2: behave like putty with broken publickey auth (#1572)

## 3.0.2 - 2020-12-24

- EC/PKCS1: throw exception when trying to load non-strings (#1559)
Expand Down

0 comments on commit 97a5a27

Please sign in to comment.