| Patch |
File delta |
Description |
| 0001 Use homemade autoload.php.patch | (download) |
phpseclib/Crypt/AES.php |
2 1 + 1 - 0 !
phpseclib/Crypt/Blowfish.php |
2 1 + 1 - 0 !
phpseclib/Crypt/DES.php |
2 1 + 1 - 0 !
phpseclib/Crypt/DH.php |
2 1 + 1 - 0 !
phpseclib/Crypt/DSA.php |
2 1 + 1 - 0 !
phpseclib/Crypt/EC.php |
2 1 + 1 - 0 !
phpseclib/Crypt/Hash.php |
2 1 + 1 - 0 !
phpseclib/Crypt/RC2.php |
2 1 + 1 - 0 !
phpseclib/Crypt/RC4.php |
2 1 + 1 - 0 !
phpseclib/Crypt/RSA.php |
4 2 + 2 - 0 !
phpseclib/Crypt/Random.php |
2 1 + 1 - 0 !
phpseclib/Crypt/Rijndael.php |
2 1 + 1 - 0 !
phpseclib/Crypt/TripleDES.php |
2 1 + 1 - 0 !
phpseclib/Crypt/Twofish.php |
2 1 + 1 - 0 !
phpseclib/Net/SFTP.php |
2 1 + 1 - 0 !
phpseclib/Net/SSH2.php |
4 2 + 2 - 0 !
phpseclib/System/SSH/Agent.php |
2 1 + 1 - 0 !
17 files changed, 19 insertions(+), 19 deletions(-) |
use homemade autoload.php
|
| 0002 Drop test requiring network access.patch | (download) |
tests/Unit/File/X509/X509Test.php |
1 0 + 1 - 0 !
1 file changed, 1 deletion(-) |
drop test requiring network access
|
| 0003 Compatibility with recent PHPUnit 8.patch | (download) |
tests/Functional/Net/SFTPLargeFileTest.php |
2 1 + 1 - 0 !
tests/Functional/Net/SFTPStreamTest.php |
2 1 + 1 - 0 !
tests/Functional/Net/SFTPTestCase.php |
4 2 + 2 - 0 !
tests/Functional/Net/SFTPUserStoryTest.php |
2 1 + 1 - 0 !
tests/Functional/Net/SSH2AgentTest.php |
2 1 + 1 - 0 !
tests/PhpseclibTestCase.php |
16 8 + 8 - 0 !
tests/Unit/Crypt/AES/EvalTest.php |
2 1 + 1 - 0 !
tests/Unit/Crypt/AES/McryptTest.php |
2 1 + 1 - 0 !
tests/Unit/Crypt/AES/OpenSSLTest.php |
2 1 + 1 - 0 !
tests/Unit/Crypt/AES/PurePHPTest.php |
2 1 + 1 - 0 !
tests/Unit/Crypt/RSA/LoadKeyTest.php |
2 1 + 1 - 0 !
tests/Unit/Math/BigInteger/BCMathTest.php |
2 1 + 1 - 0 !
tests/Unit/Math/BigInteger/GMPTest.php |
2 1 + 1 - 0 !
tests/Unit/Math/BigInteger/PHP32Test.php |
2 1 + 1 - 0 !
tests/Unit/Math/BigInteger/PHP64OpenSSLTest.php |
2 1 + 1 - 0 !
tests/Unit/Math/BigInteger/PHP64Test.php |
2 1 + 1 - 0 !
tests/Unit/Math/PrimeField/BCMathTest.php |
4 2 + 2 - 0 !
tests/Unit/Math/PrimeField/GMPTest.php |
4 2 + 2 - 0 !
tests/Unit/Math/PrimeField/PHP32Test.php |
4 2 + 2 - 0 !
tests/Unit/Math/PrimeField/PHP64Test.php |
4 2 + 2 - 0 !
20 files changed, 32 insertions(+), 32 deletions(-) |
compatibility with recent phpunit (8)
|
| 0004 Skip test failing on 32 bit architectures.patch | (download) |
tests/Unit/File/ASN1Test.php |
3 3 + 0 - 0 !
tests/Unit/Math/BigInteger/TestCase.php |
4 4 + 0 - 0 !
2 files changed, 7 insertions(+) |
skip test failing on 32-bit architectures
To be investigated
|
| 0005 Skip test failing on s390x architecture.patch | (download) |
tests/Unit/Crypt/RSA/LoadKeyTest.php |
1 1 + 0 - 0 !
1 file changed, 1 insertion(+) |
skip test failing on s390x architecture
To be investigated
|
| 0006 Drop PHPUnit compatibility code.patch | (download) |
tests/PhpseclibTestCase.php |
49 0 + 49 - 0 !
1 file changed, 49 deletions(-) |
drop phpunit compatibility code
|
| 0007 Modernize PHPUnit syntax.patch | (download) |
tests/Functional/Net/SCPSSH2UserStoryTest.php |
6 5 + 1 - 0 !
tests/Functional/Net/SFTPUserStoryTest.php |
47 47 + 0 - 0 !
tests/Functional/Net/SSH2AgentTest.php |
2 2 + 0 - 0 !
tests/Functional/Net/SSH2Test.php |
18 18 + 0 - 0 !
tests/Unit/Crypt/AES/TestCase.php |
4 4 + 0 - 0 !
tests/Unit/Crypt/BlowfishTest.php |
2 2 + 0 - 0 !
tests/Unit/Crypt/DSA/CreateKeyTest.php |
2 2 + 0 - 0 !
tests/Unit/Crypt/EC/CurveTest.php |
7 7 + 0 - 0 !
tests/Unit/Crypt/GCMTest.php |
3 3 + 0 - 0 !
tests/Unit/Crypt/HashTest.php |
7 7 + 0 - 0 !
tests/Unit/Crypt/RC2Test.php |
2 2 + 0 - 0 !
tests/Unit/Crypt/RC4Test.php |
2 2 + 0 - 0 !
tests/Unit/Crypt/RSA/CreateKeyTest.php |
2 2 + 0 - 0 !
tests/Unit/Crypt/RSA/LoadKeyTest.php |
1 1 + 0 - 0 !
tests/Unit/Crypt/RandomTest.php |
2 2 + 0 - 0 !
tests/Unit/Crypt/Salsa20Test.php |
2 2 + 0 - 0 !
tests/Unit/Crypt/TripleDESTest.php |
4 4 + 0 - 0 !
tests/Unit/Net/SSH2UnitTest.php |
21 21 + 0 - 0 !
18 files changed, 133 insertions(+), 1 deletion(-) |
modernize phpunit syntax
|