Commit Graph

3496 Commits

Author SHA1 Message Date
terrafrost
6865afbede Merge branch '1.0' into 2.0 2024-11-28 17:18:22 -06:00
terrafrost
57435e2401 SSH2: add bytesUntilKeyReexchange() method 2024-11-28 17:18:13 -06:00
terrafrost
910927a7c2 Merge branch '1.0' into 2.0 2024-11-22 18:08:09 -06:00
terrafrost
88fd8e00b2 run unit tests on PHP 8.3 and 8.4 2024-11-22 18:07:56 -06:00
terrafrost
99572879b2 Merge branch '1.0' into 2.0 2024-11-22 17:12:21 -06:00
terrafrost
6f4af7ee05 SSH2: extra_packets is no longer used 2024-11-22 17:12:10 -06:00
terrafrost
53645af893 Merge branch '1.0' into 2.0 2024-11-22 16:32:36 -06:00
terrafrost
b38e84972d SSH2: don't count len of packets sent / rcvd during key exchange 2024-11-22 16:31:06 -06:00
terrafrost
b966aa2536 Merge branch '1.0' into 2.0 2024-11-22 14:54:47 -06:00
terrafrost
ccf4b488e8 SSH2: PHP didn't support constant expressions until PHP 5.6 2024-11-22 14:54:16 -06:00
terrafrost
0b9fd56b6f Merge branch '1.0' into 2.0 2024-11-22 14:40:40 -06:00
terrafrost
7f31a1e3e6 SSH2: make it so phpseclib initiates key re-exchange after 1GB 2024-11-22 14:29:20 -06:00
terrafrost
57450591e3 Merge branch '1.0' into 2.0 2024-11-14 20:14:04 -06:00
terrafrost
2b3d219fb4 SSH2: update setPreferredAlgorithms() to accept csv's 2024-11-14 20:13:31 -06:00
terrafrost
97a5d4f1e8 Merge branch '1.0' into 2.0 2024-10-26 08:53:12 -05:00
terrafrost
40e13eff99 BACKERS: add ssddanbrown - thanks!! 2024-10-26 08:52:56 -05:00
terrafrost
418965da38 Merge branch '1.0' into 2.0 2024-09-30 04:29:45 -05:00
terrafrost
c6ff35a494 X509: make the attributes section of new CSRs be blank 2024-09-30 04:29:10 -05:00
terrafrost
be7ecd3456 Merge branch '1.0' into 2.0 2024-09-25 18:03:06 -05:00
terrafrost
9f1602e64c CHANGELOG: add entries for 0.2.1, 0.2.0, 0.1.5 and 0.1.1
using release notes from https://web.archive.org/web/20101215043248/http://freshmeat.net/projects/phpseclib
2024-09-25 18:01:31 -05:00
terrafrost
567a439152 Merge branch '1.0' into 2.0 2024-09-15 21:43:24 -05:00
terrafrost
f23b6d583b X509: CRL fixes 2024-09-15 21:43:11 -05:00
terrafrost
a5a3aaa3d4 Merge branch '1.0' into 2.0 2024-09-04 21:25:34 -05:00
terrafrost
3e8ce2ba4b SSH2: if string is passed to setPreferredAlgorithms treat as array 2024-09-04 21:25:09 -05:00
terrafrost
778035aa71 SSH2: identification strings > 255 bytes didnt get parsed correctly 2024-08-25 14:08:42 -05:00
terrafrost
43af71e538 Merge branch '1.0' into 2.0 2024-08-10 19:59:45 -05:00
terrafrost
90eb0220af SSH2: fix possible infinite loop on packet timeout
get_channel_packet() could call close_channel() which would call
get_channel_packet(), again, repeat ad nauseam
2024-08-10 19:55:03 -05:00
terrafrost
d64fbe1ef1 Merge branch '1.0' into 2.0 2024-06-12 23:08:06 -05:00
terrafrost
088803a9e3 BACKERS: add blakemckeeby - thanks!! 2024-06-12 23:07:52 -05:00
terrafrost
94173258ac Merge branch '1.0' into 2.0 2024-05-25 11:54:04 -05:00
Tingsong Xu
39eddd174a SSH2: handle SSH2_MSG_EXT_INFO out of login. 2024-05-25 11:53:52 -05:00
terrafrost
a134f1c8d4 Merge branch '1.0' into 2.0 2024-05-18 20:25:32 -05:00
terrafrost
62352f43ef SSH2: eliminate some $this->retry_connect ambiguity 2024-05-18 20:16:02 -05:00
terrafrost
1fc0ad14f9 Merge branch '1.0' into 2.0 2024-05-17 18:40:54 -05:00
terrafrost
023f5c00be CS adjustment 2024-05-17 18:40:42 -05:00
terrafrost
afda7ebf95 Merge branch '1.0' into 2.0 2024-05-17 17:01:33 -05:00
terrafrost
28211e5a49 SFTP: try without path canonicalization if initial realpath() fails
on re-examining the "fix" for #1796 it would appear that commit
f189b9a is insufficient.
2024-05-17 16:58:11 -05:00
terrafrost
df9e8b328a Merge branch '1.0' into 2.0 2024-05-10 20:44:34 -05:00
Jakub Trmota
3b0fb1c05f Agent: reset supported_private_key_algorithms for every key 2024-05-10 20:38:46 -05:00
terrafrost
08bd1beb12 Merge branch '1.0' into 2.0 2024-04-13 17:51:15 -05:00
terrafrost
cd4d0ba47c Crypt/Base: update docblock comment 2024-04-13 17:50:36 -05:00
terrafrost
b7d7d90ee7 Merge branch '1.0' into 2.0 2024-02-25 22:55:38 -06:00
terrafrost
86990d518f CHANGELOG: add 1.0.23 release 2024-02-25 22:44:00 -06:00
terrafrost
939f96c4e2 Merge branch '1.0' into 2.0 2024-02-24 14:16:44 -06:00
terrafrost
c55b75199e BigInteger: fix getLength() 2024-02-24 14:15:49 -06:00
terrafrost
2870c8fab3 BigInteger: phpseclib 2.0 updates 2024-02-24 13:29:02 -06:00
terrafrost
0777e700b9 Tests: updates for phpseclib 2.0 2024-02-24 13:26:33 -06:00
terrafrost
63711d50e2 Merge branch '1.0' into 2.0 2024-02-24 13:25:48 -06:00
terrafrost
e32531001b ASN1: limit OID length 2024-02-24 13:07:01 -06:00
terrafrost
2124f399b4 BigInteger: rm visibility modifiers from static variables
the non static variables don't have privacy modifiers so idk that
the static ones ought to either. phpseclib 3.0 uses privacy
modifiers but not the 2.0 branch
2024-02-23 21:55:47 -06:00