Skip to content

Releases: phpseclib/phpseclib

3.0.37

03 Mar 02:16
Compare
Choose a tag to compare
  • SSH2: don't set stream timeout if timeout is 0 (#1986)

3.0.36

26 Feb 06:35
Compare
Choose a tag to compare
  • BigInteger: put guardrails on isPrime() and randomPrime() (CVE-2024-27354)
  • ASN1: limit OID length (CVE-2024-27355)
  • EC: when using openssl to do signing use unencrypted key (#1979)
  • SSH2: add different options to isConnected() (#1983)

2.0.47

26 Feb 06:35
Compare
Choose a tag to compare
  • BigInteger: add getLength() and getLengthInBytes() methods
  • BigInteger: put guardrails on isPrime() and randomPrime() (CVE-2024-27354)
  • ASN1: limit OID length (CVE-2024-27355)

1.0.23

26 Feb 06:34
Compare
Choose a tag to compare
  • BigInteger: add getLength() and getLengthInBytes() methods
  • BigInteger: put guardrails on isPrime() and randomPrime() (CVE-2024-27354)
  • ASN1: limit OID length (CVE-2024-27355)

3.0.35

29 Dec 02:03
Compare
Choose a tag to compare
  • SSH2: implement terrapin attack countermeasures (#1972)
  • SSH2: only capture login info once (#1970)
  • Crypt/AsymmetricKey: loading hidden custom key plugins didn't work (#1971)

2.0.46

29 Dec 02:02
Compare
Choose a tag to compare
  • SSH2: implement terrapin attack countermeasures (#1972)
  • SSH2: only capture login info once (#1970)
  • SSH2: add support for RFC8308 (#1960)
  • Rijndael: fix for PHP 8.3+ compatability (#1944)
  • Crypt/Base: improve ARM detection code (#1949)
  • X509: fix for weird characters in subjaltname (#1943)

1.0.22

29 Dec 02:01
Compare
Choose a tag to compare
  • SFTP: fix issue with get() downloading to files / streams (#1934)
  • SFTP: fix SFTPv2 errors when logging errors (#1933)
  • SSH2: implement terrapin attack countermeasures (#1972)
  • SSH2: only capture login info once (#1970)
  • SSH2: add support for RFC8308 (#1960)
  • Rijndael: fix for PHP 8.3+ compatability (#1944)
  • Crypt/Base: improve ARM detection code (#1949)
  • X509: fix for weird characters in subjaltname (#1943)
  • ASN1: fix string conversion code for 32-bit PHP installs (#1931)

3.0.34

27 Nov 11:14
Compare
Choose a tag to compare
  • SSH2: add support for RFC8308 (#1960)
  • SSH2: don't use AES GCM for TurboFTP Server (#1957)
  • SSH2: reset more internal variables when connection is reset (#1961)
  • PKCS8: PBES1 / RC2 and PBES2 / DES keys didn't work (#1958)
  • EC/Signature/Format: add new IEEE format (#1956)
  • Math/BigInteger/Engines/PHP: PHP 8.2.13+ fixes Windows JIT issue
  • Math/BinaryField: fix for excessively large degrees (CVE-2023-49316)
  • Math/PrimeField: fix occasional error with squareRoot method

3.0.33

21 Oct 14:07
Compare
Choose a tag to compare
  • SSH2: fix for PHP 7.3 (#1953)
  • Crypt: improve ARM detection code (#1949)
  • Rijndael: fix for PHP 8.3+ compatability (#1944)
  • X509: fix for weird characters in subjaltname (#1943)
  • move JIT check to BigInteger (#1942)

3.0.23

18 Sep 17:23
Compare
Choose a tag to compare
  • fix "Undefined index: jit" error on Windows (#1940)