terrafrost
411d09cb7a
Merge branch '1.0' into 2.0
2023-07-02 10:45:46 -05:00
terrafrost
df3dab7d3f
SFTP: make it so SFTP::RESUME also sets offset of local file
2023-07-02 10:45:25 -05:00
terrafrost
149f608243
CHANGELOG: add 2.0.44 release
2023-06-13 03:41:47 -05:00
terrafrost
cbbadea6d1
Merge branch '1.0' into 2.0
2023-06-13 03:02:45 -05:00
terrafrost
16c67f4399
SSH2: fix more E_DEPRECATE_NOTICEs
2023-06-13 03:01:43 -05:00
terrafrost
87b6bb4b48
CHANGELOG: add 2.0.43 release
2023-06-13 01:30:01 -05:00
terrafrost
68d8f5b4fe
Merge branch '1.0' into 2.0
2023-06-12 17:15:30 -05:00
terrafrost
b6c01f9318
SSH2: backport some E_DEPRECATED fixes from 3.0
2023-06-12 17:14:58 -05:00
terrafrost
9f919e8f24
Merge branch '1.0' into 2.0
2023-06-04 16:16:25 -05:00
terrafrost
eb8cbd7317
X509: backport EV subjects
2023-06-04 16:16:07 -05:00
terrafrost
765690c057
Merge branch '1.0' into 2.0
2023-05-10 04:36:56 -05:00
terrafrost
3215afaebb
BACKERS: add istiak-tridip. thanks!!
2023-05-10 04:36:30 -05:00
terrafrost
d5d0fca7cf
Merge branch '1.0' into 2.0
2023-04-12 20:49:21 -05:00
terrafrost
53f967c36e
SFTP: fix NET_SFTP_ATTR_EXTENDED
2023-04-12 20:49:07 -05:00
terrafrost
713cd7efb6
Tests/X509: fix malformed base64
...
base64_decode() handles it just fine but sodium_base642bin() doesn't
e5396968c5
fixed this in the 3.0 branch but not the 2.0 branch
it's an issue in the 2.0 branch because phpseclib2_compat uses the
phpseclib 2.0 unit tests to test a thin wrapper for phpseclib 3.0
2023-04-09 10:29:22 -05:00
terrafrost
665d289f59
CHANGELOG: add 2.0.42 release
2023-03-06 06:45:53 -06:00
terrafrost
8339322eb9
Tests/SSH2: CS adjustment
2023-03-05 06:55:50 -06:00
terrafrost
7ce104b12c
Merge branch '1.0' into 2.0
2023-03-05 04:18:37 -06:00
terrafrost
34d00869e5
SSH2: backport getTimeout()
2023-03-05 04:07:26 -06:00
terrafrost
0af70c5de6
Merge branch '1.0' into 2.0
2023-03-03 09:25:24 -06:00
terrafrost
9e758c180d
Blowfish: 32-bit PHP tweaks
2023-03-03 09:24:42 -06:00
terrafrost
f7ae6b0bfb
Merge branch '1.0' into 2.0
2023-02-11 22:21:11 -06:00
terrafrost
1b1e729632
backport enhancements from the 2.0 branch
2023-02-11 22:20:03 -06:00
terrafrost
e42185c672
BigInteger: fix for hex numbers with new lines in them
2023-02-11 19:08:08 -06:00
terrafrost
de80c6a955
Tests: hex numbers with new lines in them should have own test
2023-02-11 18:28:57 -06:00
terrafrost
233f617e08
Tests: don't test encrypted OpenSSH private keys on 32-bit installs
2023-02-11 17:56:02 -06:00
terrafrost
e3b9a97200
Blowfish: fix issues on 32-bit PHP installs
2023-02-11 17:47:40 -06:00
terrafrost
50ab21b7cb
Crypt: don't do OpenSSL version check unless OpenSSL is installed
2023-02-11 14:55:25 -06:00
terrafrost
8e8b214820
use github actions instead of travis ci
2023-02-11 14:50:06 -06:00
terrafrost
ad7a7d5c8f
fix PHP <5.4 compatability
2023-02-10 12:34:11 -06:00
terrafrost
49e6bf3762
Merge branch '1.0' into 2.0
2023-01-17 07:56:03 -06:00
terrafrost
c87e256459
BACKERS: add cjhaas. thank you!
2023-01-17 07:55:57 -06:00
terrafrost
7e763c6f97
CHANGELOG: add 2.0.41 release
2022-12-23 10:44:18 -06:00
terrafrost
aa68ee7e69
Merge branch '1.0' into 2.0
2022-12-23 10:16:52 -06:00
Alexander Vlasov
797351cd63
Fix undefined properties deprecated in PHP 8.2
2022-12-23 10:08:51 -06:00
terrafrost
5ef6f8376d
CHANGELOG: add 2.0.40 release
2022-12-17 11:22:59 -06:00
terrafrost
be361b6722
Merge branch '1.0' into 2.0
2022-12-16 22:30:32 -06:00
terrafrost
c99e38b7c9
OpenSSL 3.0.1+ deprecated some algorithms
2022-12-16 22:16:49 -06:00
terrafrost
6611c0b566
Merge branch '1.0' into 2.0
2022-12-11 07:30:01 -06:00
terrafrost
1c56e00cf8
SSH2: if logging in with rsa-sha2-256/512 fails, try ssh-rsa
2022-12-11 07:29:44 -06:00
terrafrost
e8ff5142c8
Merge branch '1.0' into 2.0
2022-12-07 08:33:13 -06:00
terrafrost
16df002325
Crypt/Base: add a function to check continuous buffer status
2022-12-07 08:32:44 -06:00
terrafrost
218c7e5207
SSH/Agent: add support for named pipes on windows (for pageant)
2022-11-29 05:41:57 -06:00
terrafrost
8907a4bd5b
Merge branch '1.0' into 2.0
2022-11-28 08:43:32 -06:00
terrafrost
68c3eef88f
SCP: do $var === false vs !$var
2022-11-28 08:42:55 -06:00
terrafrost
4c7cce54c3
Merge branch '1.0' into 2.0
2022-11-27 21:37:15 -06:00
Côme Chilliet
74ee25bf8a
Fix PHP 8.2 dynamic property warning
2022-11-27 21:37:05 -06:00
terrafrost
104f776cff
Merge branch '1.0' into 2.0
2022-10-27 23:07:06 -05:00
Lars Moelleken
a482c925af
typo: "cann't" vs "can't"
2022-10-27 23:06:53 -05:00
terrafrost
f3a0e2b715
CHANGELOG: add 2.0.39 release
2022-10-24 05:49:03 -05:00