Patch |
File delta |
Description |
0001 Adapt to recent PHPUnit.patch | (download) |
tests/Functional/Net/SFTPUserStoryTest.php |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
adapt to recent phpunit
|
0002 phpcbf run.patch | (download) |
tests/Functional/Net/SCPSSH2UserStoryTest.php |
6 3 + 3 - 0 !
tests/Functional/Net/SFTPUserStoryTest.php |
8 4 + 4 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-) |
phpcbf run
|
0003 Drop test failing on pbuilder.patch | (download) |
tests/Unit/File/X509/X509Test.php |
1 0 + 1 - 0 !
1 file changed, 1 deletion(-) |
drop test failing on pbuilder
To be investigated
|
0004 Compatibility with recent PHPUnit 8.patch | (download) |
tests/Functional/Net/SCPSSH2UserStoryTest.php |
2 1 + 1 - 0 !
tests/Functional/Net/SFTPLargeFileTest.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/PhpseclibFunctionalTestCase.php |
2 1 + 1 - 0 !
tests/PhpseclibTestCase.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/Hash/TestCase.php |
4 2 + 2 - 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/InternalOpenSSLTest.php |
2 1 + 1 - 0 !
tests/Unit/Math/BigInteger/InternalTest.php |
2 1 + 1 - 0 !
tests/Unit/Math/BigInteger/TestCase.php |
2 1 + 1 - 0 !
tests/Unit/Net/SFTPStreamUnitTest.php |
2 1 + 1 - 0 !
17 files changed, 19 insertions(+), 19 deletions(-) |
compatibility with recent phpunit (8)
|
0005 Compatibility with recent PHPUnit 9.patch | (download) |
tests/PhpseclibTestCase.php |
8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-) |
compatibility with recent phpunit (9)
|
0006 Update bootstrap path for Debian.patch | (download) |
composer.json |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
update bootstrap path for debian
|
0007 SSH2 if logging in with rsa sha2 256 512 fails try s.patch | (download) |
phpseclib/Net/SSH2.php |
29 27 + 2 - 0 !
1 file changed, 27 insertions(+), 2 deletions(-) |
ssh2: if logging in with rsa-sha2-256/512 fails, try ssh-rsa
|
0008 backport enhancements from the 2.0 branch.patch | (download) |
phpseclib/Net/SSH2.php |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
backport enhancements from the 2.0 branch
|
0009 SSH2 add support for RFC8308.patch | (download) |
phpseclib/Net/SSH2.php |
45 44 + 1 - 0 !
1 file changed, 44 insertions(+), 1 deletion(-) |
ssh2: add support for rfc8308
|
0010 SSH2 implement terrapin attack countermeasures.patch | (download) |
phpseclib/Net/SSH2.php |
24 23 + 1 - 0 !
1 file changed, 23 insertions(+), 1 deletion(-) |
ssh2: implement terrapin attack countermeasures
|
0011 BigInteger put guardrails on isPrime and randomPrime.patch | (download) |
phpseclib/Math/BigInteger.php |
41 40 + 1 - 0 !
1 file changed, 40 insertions(+), 1 deletion(-) |
biginteger: put guardrails on isprime() and randomprime()
|
0012 ASN1 limit OID length.patch | (download) |
phpseclib/File/ASN1.php |
5 5 + 0 - 0 !
tests/Unit/File/ASN1/mal-cert-02.der |
6 6 + 0 - 0 !
tests/Unit/File/ASN1Test.php |
13 13 + 0 - 0 !
3 files changed, 24 insertions(+) |
asn1: limit oid length
|
0013 BigInteger fix getLength.patch | (download) |
phpseclib/Math/BigInteger.php |
4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-) |
biginteger: fix getlength()
|