Skip to content

3.0.14

Compare
Choose a tag to compare
@terrafrost terrafrost released this 04 Apr 05:21
· 447 commits to 3.0 since this release
  • PublicKeyLoader: add support for loading PuTTY v3 keys
  • Crypt/Base: fix CTR mode with continuous buffer with non-eval PHP
  • Crypt/Base: use sodium_increment in _increment_str for speed purposes
  • Crypt/Base: fix deprecation notice (#1770)
  • SSH2/Agent: rm unused parameter (#1757)
  • BigInteger: add precision to __debugInfo
  • BigInteger: fix random engine issues
  • call useBestEngine() when getEngine() is called