Commit Graph

5172 Commits

Author SHA1 Message Date
terrafrost
7639b8a8b1 Merge branch '3.0' 2023-09-16 06:49:50 -05:00
terrafrost
b6bd1c5f79 Merge branch '2.0' into 3.0 2023-09-16 06:49:37 -05:00
terrafrost
28d8f438a0 CHANGELOG: add 2.0.45 release 2023-09-15 15:55:47 -05:00
terrafrost
4fe9f069ee Merge branch '3.0' 2023-09-06 09:14:59 -05:00
terrafrost
38097913bd Merge branch '2.0' into 3.0 2023-09-06 09:14:52 -05:00
terrafrost
1c30cbee8c Merge branch '1.0' into 2.0 2023-09-06 09:14:41 -05:00
terrafrost
2cc785fc54 Rijndael: fix E_DEPRECATED
bfba3db1a7 removed setKey() from the 1.0 branch, however, 5321b9b610 reintroduced it. that merge commit had conflicts and the conflicts were (apparently) inappropriately resolved
2023-09-06 09:09:11 -05:00
terrafrost
0893147281 Merge branch '3.0' 2023-08-31 09:30:23 -05:00
terrafrost
615d6cfc7c BigInteger: fix more PHP32-bit errors 2023-08-31 09:28:16 -05:00
terrafrost
e7379980b4 Tests/SFTP: previously last method was void, causing error 2023-08-28 09:06:38 -05:00
terrafrost
c160a020db Merge branch '3.0' 2023-08-28 08:51:17 -05:00
terrafrost
aeac69b846 Merge branch '2.0' into 3.0 2023-08-28 08:51:10 -05:00
terrafrost
bc62673fdd Merge branch '1.0' into 2.0 2023-08-28 08:51:02 -05:00
terrafrost
320c43a4a0 SFTP: fix issue with get() downloading to files / streams
the code that's being removed has its origins in 65193d9a25. in that commit the packet length is set outside of the while loop. this would continue to be the case until https://github.com/phpseclib/phpseclib/pull/945.
2023-08-28 08:47:30 -05:00
terrafrost
36441a68e9 Merge branch '3.0' 2023-08-27 23:12:02 -05:00
terrafrost
fac92403d0 Bootstrap: fix for when opcache ext is enabled but opcache.enable=0 2023-08-27 23:11:25 -05:00
terrafrost
3f7e74e41e Merge branch '3.0' 2023-08-24 20:22:42 -05:00
terrafrost
f7e80e44c9 Merge branch '2.0' into 3.0 2023-08-24 20:22:16 -05:00
terrafrost
278f8e5f5a Merge branch '1.0' into 2.0 2023-08-24 20:21:13 -05:00
terrafrost
0f23be3188 SFTP: fix SFTPv2 errors when logging errors 2023-08-24 20:20:47 -05:00
terrafrost
585e0e44f4 ASN1: fix string conversion code for 32-bit PHP installs 2023-08-24 20:20:11 -05:00
terrafrost
fc746cddfe Merge branch '3.0' 2023-08-10 22:33:44 -05:00
terrafrost
c5e9d51e51 CS adjustment 2023-08-10 22:33:35 -05:00
terrafrost
34c05b9dbf Merge branch '3.0' 2023-08-10 22:23:16 -05:00
terrafrost
0f9d6577ad Bootstrap: JIT on Windows breaks certain phpseclib operations 2023-08-10 22:15:59 -05:00
terrafrost
5babbd028c Merge branch '3.0' 2023-07-26 22:00:22 -05:00
terrafrost
426de8d5bf Tests: tweak unit test 2023-07-26 21:54:02 -05:00
terrafrost
25a06f0071 Math/PrimeField: fix for when garbage collection has wiped data 2023-07-26 21:34:39 -05:00
terrafrost
69325956ce Tests: add test for garbage collected primefield 2023-07-26 21:23:08 -05:00
terrafrost
a7cfd2440a Merge branch '3.0' 2023-07-25 20:37:18 -05:00
terrafrost
f01892a9db BigInteger: use GMP if it's available 2023-07-25 20:32:42 -05:00
terrafrost
90dc3cf6cb Merge branch '3.0' 2023-07-19 19:33:44 -05:00
terrafrost
718503af33 Merge branch 'phpstan' into 3.0 2023-07-19 19:28:21 -05:00
terrafrost
4833d99a30 Merge branch '3.0' 2023-07-09 10:35:26 -05:00
terrafrost
75c1d37671 Merge branch '2.0' into 3.0 2023-07-09 10:35:20 -05:00
terrafrost
04036131c9 Merge branch '1.0' into 2.0 2023-07-09 10:35:14 -05:00
terrafrost
699642770d README: add 1.0.21 zip file and drop PEAR support
i'll add 1.0.21 to the PEAR channel if there's any demand for it
but if there is any demand for it that'd be news to me
2023-07-09 10:33:58 -05:00
terrafrost
e810eaff60 Merge branch '3.0' 2023-07-09 10:25:14 -05:00
terrafrost
4580645d3f CHANGELOG: add 3.0.21 release 2023-07-09 10:24:48 -05:00
terrafrost
c558f2ee6a Merge branch '2.0' into 3.0 2023-07-09 10:23:13 -05:00
terrafrost
182d322002 Merge branch '1.0' into 2.0 2023-07-09 10:17:21 -05:00
terrafrost
de7ec75b54 CHANGELOG: add 1.0.21 release 2023-07-09 10:16:21 -05:00
terrafrost
749cacea58 Merge branch '3.0' 2023-07-09 09:53:26 -05:00
terrafrost
0740d58136 BigInteger: do PHP64 w/ OpenSSL before BCMath w/ OpenSSL 2023-07-09 08:51:55 -05:00
terrafrost
249d17f921 BigInteger: BCMath w/o OpenSSL should never be reached 2023-07-09 00:37:53 -05:00
terrafrost
cf13741fbb i can't figure this unit test out 2023-07-09 00:31:08 -05:00
terrafrost
e7af70d1dd Merge branch '3.0' 2023-07-08 13:28:41 -05:00
terrafrost
37c6f5255c BigInteger: update engine preferences 2023-07-08 13:27:16 -05:00
terrafrost
6ee1f8c45b Merge branch '3.0' 2023-07-05 07:30:46 -05:00
terrafrost
4013d260e0 Merge branch '2.0' into 3.0 2023-07-05 07:30:39 -05:00