Skip to content

Commit

Permalink
CHANGELOG: add 3.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Feb 12, 2021
1 parent 8a028a0 commit 7c751ea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changelog

## 3.0.4 - 2021-02-12
## 3.0.5 - 2021-02-12

- X509: add getCurrentCert method (since $currentCert is now private) (#1602)
- PublicKeyLoader: add loadPrivateKey() and loadPublicKey() methods (#1603)
- Rijndael: calling setIV() after setBlockLength() can result in err (#1599)
- RSA: use OpenSSL for generating private keys (#1596)
- BigInteger: big speedups for when OpenSSL is used (#1596)
- use paragonie/random_compat ^9.99.99 if appropriate (#1585)

## 3.0.4 - 2021-01-25

- Random: use v9.99.99 of random_compat if appropriate (#1585, #1571)
- SSH/Agent: EC keys didn't work with agent (#1593)
- X509: fix niche issue with computeKeyIdentifier (#1586)

## 3.0.3 - 2021-01-16

Expand Down

0 comments on commit 7c751ea

Please sign in to comment.