mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-12 17:17:26 +01:00
CHANGELOG: add 3.0.4 release
This commit is contained in:
parent
55f23334cd
commit
8a028a001c
@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.0.4 - 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.3 - 2021-01-16
|
## 3.0.3 - 2021-01-16
|
||||||
|
|
||||||
- X509: passing DateTime objects to setEndDate produced errors (#1578)
|
- X509: passing DateTime objects to setEndDate produced errors (#1578)
|
||||||
|
Loading…
Reference in New Issue
Block a user