Commit Graph

4262 Commits

Author SHA1 Message Date
terrafrost
615dc51dec Merge branch '3.0' 2021-08-24 20:27:47 -05:00
terrafrost
1b90375231 Merge branch '2.0' into 3.0 2021-08-24 20:24:50 -05:00
terrafrost
f02f0005b4 Merge branch '1.0' into 2.0 2021-08-24 20:22:54 -05:00
terrafrost
fc40727cfb SFTP: add disableArbitraryLengthPackets() 2021-08-24 20:22:29 -05:00
terrafrost
9db03e1536 Merge branch '2.0' into 3.0 2021-08-24 20:20:20 -05:00
terrafrost
ea4b75f165 Merge branch '0.0' into 2.0 2021-08-24 20:19:18 -05:00
Nick Lassonde
20500123e5 add option to allow arbitrary length packets, for servers like OpenText which sends extremely long directory listings 2021-08-24 20:18:52 -05:00
terrafrost
31141fee09 Merge branch '3.0' 2021-08-15 23:24:52 -05:00
terrafrost
62fcc5a94a Merge branch '2.0' into 3.0 2021-08-15 23:24:45 -05:00
terrafrost
fb53b78894 CHANGELOG: add 2.0.33 release 2021-08-15 23:20:12 -05:00
terrafrost
e5e21c114f BigInteger: code cleanup
generateCustomReduction() is called by slidingWindow() and
createRecurringModuloFunction(). i suspect this code was an early
attempt to implement what'd later become createRecurringModuloFunction()
2021-08-14 18:15:14 -05:00
terrafrost
d274ef8d48 Merge branch '3.0' 2021-08-14 13:26:59 -05:00
Claude Pache
291eec0ce5 PublicKeyLoader: make all methods static 2021-08-14 12:03:43 -05:00
terrafrost
12864bd9f6 AsymmetricKey: make more methods static 2021-08-14 12:03:23 -05:00
terrafrost
5bb28dd86b Merge branch '3.0' 2021-07-28 21:21:07 -05:00
terrafrost
a19c6ab7e6 Merge branch '1.0' into 3.0 2021-07-28 21:00:24 -05:00
terrafrost
c08afba575 Merge branch '1.0' into 2.0 2021-07-28 20:34:13 -05:00
terrafrost
0ec9d2bdf1 SFTP: CS adjustments 2021-07-28 20:33:52 -05:00
terrafrost
b0fe99b792 Merge branch '1.0' into 2.0 2021-07-28 20:01:26 -05:00
Nick Lassonde
dab514faff timeout in _get_channel_packet during _init_sftp_connection should be a failure 2021-07-28 20:01:19 -05:00
terrafrost
92b0261c0c Merge branch '3.0' 2021-07-22 09:23:42 -05:00
terrafrost
5e290492d1 Serializable is being deprecated in PHP 8.1 2021-07-22 09:19:15 -05:00
terrafrost
046707d23c Merge branch '3.0' 2021-07-10 13:24:59 -05:00
terrafrost
05539a72be PrimeField: plug memory leaks 2021-07-10 13:24:33 -05:00
terrafrost
c8959ded2c Merge branch '3.0' 2021-07-05 08:36:07 -05:00
terrafrost
8186db7533 SFTP: get_channel_packet throws exceptions in 3.0 2021-07-05 08:35:39 -05:00
terrafrost
926d3545a2 Merge branch '2.0' into 3.0 2021-07-05 08:34:36 -05:00
terrafrost
6b0f0b4896 Merge branch '1.0' into 2.0 2021-07-05 08:34:18 -05:00
terrafrost
a02526e5e0 SFTP: return false if get_channel_packet returns false 2021-07-05 08:33:42 -05:00
terrafrost
ed50aa2725 Merge branch '3.0' 2021-06-24 21:48:30 -05:00
terrafrost
927f8062a7 Merge branch '2.0' into 3.0 2021-06-24 21:45:57 -05:00
terrafrost
01addfb92f Tests/X509: update new unit test to work with 2.0 2021-06-24 21:39:07 -05:00
terrafrost
5a3e622c4d Merge branch '1.0' into 2.0 2021-06-24 21:38:25 -05:00
terrafrost
973bb072a0 ASN1: return false when not enough bytes are available 2021-06-24 21:36:03 -05:00
terrafrost
1ffb7ab88f Merge branch '3.0' 2021-06-23 22:09:50 -05:00
terrafrost
5f3281a6d5 Tests/X509/CSR: cast implicit bools to explicit bools 2021-06-23 22:05:00 -05:00
terrafrost
f0736a8828 X509: getPublicKey() didn't return correct RSA key type 2021-06-23 22:00:36 -05:00
terrafrost
a8a13ae7c9 Tests/X509/CSR: getPublicKey() didn't handle PKCS1 / PSS correctly 2021-06-23 21:53:48 -05:00
terrafrost
ad26fafa66 Merge branch '3.0' 2021-06-19 11:30:17 -05:00
terrafrost
fceb5b47da SFTP: CS adjustments 2021-06-19 11:30:03 -05:00
terrafrost
946dedb3e9 Merge branch '3.0' 2021-06-19 11:22:26 -05:00
terrafrost
418035c404 SSH2: use weakreference when available to stop memory leak 2021-06-19 11:17:23 -05:00
terrafrost
20b3360191 Merge branch '3.0' 2021-06-19 10:15:12 -05:00
terrafrost
e3df33183c SSH2: use weakreference when available to stop memory leak 2021-06-19 10:14:45 -05:00
terrafrost
6ba0aef278 Merge branch '3.0' 2021-06-16 08:43:55 -05:00
ahoareau
f1c4164687 fix exception thrown because of undefined constant with php7.4 2021-06-16 08:43:35 -05:00
terrafrost
0bca60f6b9 Merge branch '3.0' 2021-06-16 08:12:46 -05:00
terrafrost
9b1f8a260a SSH2: NET_SSH2_CHANNEL_KEEP_ALIVE -> self::CHANNEL_KEEP_ALIVE 2021-06-16 08:12:09 -05:00
terrafrost
d789306e5c Merge branch '3.0' 2021-06-16 01:40:56 -05:00
terrafrost
a5fcb44e28 AsymmetricKey: make methods static 2021-06-16 01:40:27 -05:00