Commit Graph

3355 Commits

Author SHA1 Message Date
terrafrost 8f3a66547a Merge branch '2.0' into 3.0 2024-02-07 22:43:03 -06:00
terrafrost 34ab00b27d Merge branch '1.0' into 2.0 2024-02-07 22:42:46 -06:00
terrafrost a69364def9 SSH2/SFTP: tweak docblock comments for getLastError() / etc 2024-02-07 22:42:24 -06:00
terrafrost 414b0b0d3b Merge branch '3.0' 2024-02-07 21:17:27 -06:00
terrafrost b0c0a82ae7 Merge branch '2.0' into 3.0 2024-02-07 20:14:32 -06:00
terrafrost c948a9a407 SSH2: set stream timeout before calling stream_get_contents 2024-02-07 20:09:26 -06:00
terrafrost 57971458fa Merge branch '2.0' into 3.0 2024-02-06 19:42:18 -06:00
terrafrost 2fb6f317d6 SSH2: set stream timeout before calling stream_get_contents 2024-02-06 19:42:08 -06:00
terrafrost 27d1ccc688 Merge branch '3.0' 2024-01-24 07:43:44 -06:00
terrafrost 6a6c22234a EC: when using openssl to do signing use unencrypted key 2024-01-24 07:42:28 -06:00
terrafrost 5833f00bb5 Merge branch '3.0' 2024-01-24 07:40:56 -06:00
terrafrost 6b34da463c SFTP: size() isn't a method.. 2024-01-12 15:44:58 -06:00
terrafrost 48e3b3c264 Merge branch '3.0' 2024-01-12 11:00:02 -06:00
terrafrost 978a5d9dc0 SFTP: fix possible E_NOTICE with put() 2024-01-12 10:58:38 -06:00
terrafrost cc2d773b7d Merge branch '3.0' 2023-12-28 07:55:37 -06:00
terrafrost 80bc33b741 Merge branch '2.0' into 3.0 2023-12-28 07:54:49 -06:00
terrafrost 542a044cf5 Merge branch '1.0' into 2.0 2023-12-28 07:52:46 -06:00
terrafrost c8e3ab9317 SSH2: implement terrapin attack countermeasures 2023-12-28 07:44:51 -06:00
terrafrost 20f8c3101b Merge branch '3.0' 2023-12-27 00:55:41 -06:00
terrafrost 4bdfec9c23 Crypt/AsymmetricKey: loading hidden custom key plugins didn't work 2023-12-27 00:47:36 -06:00
terrafrost 05414ffee8 Merge branch '3.0' 2023-12-18 22:55:29 -06:00
terrafrost d2cd758ecb Merge branch '2.0' into 3.0 2023-12-18 22:55:17 -06:00
terrafrost 90de8f1255 Merge branch '1.0' into 2.0 2023-12-18 22:54:31 -06:00
terrafrost 23f117e32b SSH2: only capture login info once 2023-12-18 22:54:09 -06:00
terrafrost 0a70605d79 Merge branch '3.0' 2023-12-16 11:17:01 -06:00
terrafrost f0194cf639 AsymmetricKey: toString('Raw') returns an array - not a string 2023-12-16 11:12:31 -06:00
terrafrost bae3b79ae0 Merge branch '3.0' 2023-12-08 21:38:55 -06:00
terrafrost 0548866d42 Merge branch '2.0' into 3.0 2023-12-08 21:38:40 -06:00
terrafrost 5a903ae520 Merge branch '1.0' into 2.0 2023-12-08 18:58:54 -06:00
terrafrost 404f86fb61 SFTP: ping() didn't work for SFTP connections 2023-12-08 18:58:32 -06:00
terrafrost 4da3ee3867 Merge branch '3.0' 2023-12-03 09:50:17 -06:00
terrafrost d962fd6796 Merge branch '2.0' into 3.0 2023-12-03 09:50:10 -06:00
terrafrost ea4bbbc151 Merge branch '1.0' into 2.0 2023-12-03 09:44:40 -06:00
terrafrost 6d1cc74bf3 RSA: add note discussion source of openssl errors 2023-12-03 09:44:23 -06:00
terrafrost ea50144e42 Merge branch '3.0' 2023-12-02 16:42:19 -06:00
terrafrost 9c0a004d01 SSH2: CS adjustment 2023-12-02 16:42:09 -06:00
terrafrost 4d62a8ad16 Merge branch '2.0' into 3.0 2023-12-02 16:31:37 -06:00
terrafrost df1203f651 Crypt/Base: simplify logic using de morgan's law 2023-12-02 16:28:12 -06:00
Anthonius Alfred Andreas f404932895 is_string() check 2023-11-30 21:44:06 +07:00
Anthonius Alfred Andreas e403a2f986 ensure php_uname function existence prior to getting machine type 2023-11-30 21:04:19 +07:00
terrafrost f62b5f832e Merge branch '3.0' 2023-11-24 06:01:54 -06:00
terrafrost 1513383a8c BigInteger/Engines/PHP: Windows JIT impl issue has been resolved 2023-11-24 06:01:28 -06:00
terrafrost e600b49c54 Merge branch '3.0' 2023-11-23 05:35:29 -06:00
Kevin Pfeifer ad968b2f69 fix syntax error 2023-11-23 10:05:17 +01:00
terrafrost 11bde49f67 Merge branch '3.0' 2023-11-22 18:09:07 -06:00
terrafrost 8ecd156ce1 SSH2: reset more internal variables when connection is reset 2023-11-22 18:08:38 -06:00
terrafrost c6f25ccde3 Merge branch '3.0' 2023-11-22 12:45:05 -06:00
terrafrost be05f4ef1f Merge branch '2.0' into 3.0 2023-11-22 12:44:52 -06:00
terrafrost f1e58543b0 Merge branch '1.0' into 2.0 2023-11-22 12:39:23 -06:00
terrafrost e84886fde2 SSH2: another attempt at #1960 2023-11-22 12:38:34 -06:00
terrafrost d88db1afea Merge branch '3.0' 2023-11-22 08:21:55 -06:00
terrafrost 7b893c5cb4 Merge branch '2.0' into 3.0 2023-11-22 08:18:49 -06:00
terrafrost 70c7ffe42c Merge branch '1.0' into 2.0 2023-11-22 08:14:20 -06:00
terrafrost 49c9439878 SSH2: use phpseclib's preferred order for auth algorithms 2023-11-22 08:13:46 -06:00
terrafrost 77b00c3169 CS adjustment 2023-11-22 05:12:24 -06:00
terrafrost cf1be6a3d3 Merge branch '3.0' 2023-11-22 04:51:42 -06:00
terrafrost 7cc1814f9d Merge branch '2.0' into 3.0 2023-11-22 04:44:23 -06:00
terrafrost 848992230f Merge branch '1.0' into 2.0 2023-11-21 23:03:12 -06:00
terrafrost 356ab5f76a SSH2: add support for RFC8308 2023-11-21 23:02:42 -06:00
terrafrost f6801388a8 Merge branch '3.0' 2023-11-21 19:11:59 -06:00
terrafrost 964d78101a Math/BinaryField: fix for excessively large degrees 2023-11-21 19:10:46 -06:00
terrafrost 7336c9c49f Merge branch '3.0' 2023-11-19 09:56:08 -06:00
terrafrost 9bfd136259 PKCS8: PBES2 / DES encrypted keys didn't work 2023-11-19 09:51:15 -06:00
terrafrost 194b5af961 Merge branch '3.0' 2023-11-12 09:09:13 -06:00
terrafrost c21db263b0 PKCS8: RC2 encrypted keys didn't work 2023-11-12 09:02:35 -06:00
terrafrost 6f4559f2f3 Merge branch '3.0' 2023-11-04 16:15:50 -05:00
terrafrost 3ecde6bf6a SSH2: don't use AES GCM for TurboFTP Server 2023-11-04 16:13:09 -05:00
terrafrost ec6338ecd2 another CS adjustment after merger 2023-11-01 20:51:12 -05:00
terrafrost afeffdea3c Merge branch '3.0' 2023-11-01 20:50:22 -05:00
terrafrost b19dd5ec7b CS adjustments 2023-11-01 20:44:31 -05:00
terrafrost 5b27f8f26e CS adjustments 2023-11-01 20:30:35 -05:00
terrafrost 70a6271d21 Merge branch '3.0' 2023-11-01 19:48:46 -05:00
terrafrost 90e3b38a29 Merge branch 'ieee' into 3.0 2023-11-01 19:48:32 -05:00
terrafrost 0086be8af1 EC/Signature/Format: add new IEEE format 2023-11-01 19:19:07 -05:00
terrafrost 93417928cc Merge branch '3.0' 2023-10-31 09:51:13 -05:00
terrafrost ce753669bc PrimeField: fix error with squareRoot method 2023-10-31 08:47:58 -05:00
MarkLittlewood eb04913463 access $disconnect_reasons using self instead of static 2023-10-18 15:25:41 +01:00
terrafrost 967210fb46 CS adjustment 2023-10-07 18:25:46 -05:00
terrafrost 1bfc9a3e44 Merge branch '2.0' into 3.0 2023-10-07 17:40:39 -05:00
terrafrost 414aeaa066 Merge branch '1.0' into 2.0 2023-10-07 17:38:54 -05:00
terrafrost 173bb38e67 Crypt/Base: improve ARM detection code 2023-10-07 17:36:50 -05:00
terrafrost fa53d11807 more CS adjustments 2023-09-25 11:22:02 -05:00
terrafrost cb3aff1332 Merge branch '3.0' 2023-09-25 10:57:01 -05:00
terrafrost c5b4d08669 Merge branch '2.0' into 3.0 2023-09-25 10:56:47 -05:00
terrafrost abf482f73b Merge branch '1.0' into 2.0 2023-09-25 10:46:02 -05:00
terrafrost 6cd6e8ceab X509: fix for weird characters in subjaltname 2023-09-25 10:45:13 -05:00
terrafrost 839fd018d8 Merge branch '3.0' 2023-09-25 07:04:36 -05:00
terrafrost 4777b59ce9
Merge pull request #1942 from danog/move_jit_check
Move JIT check to BigInteger
2023-09-25 06:44:51 -05:00
Daniil Gentili 7b9ab171ce
Refactor 2023-09-22 10:07:03 +02:00
terrafrost 10e57d6a5e Merge branch '3.0' 2023-09-21 15:10:50 -05:00
terrafrost d25f03be9a Merge branch '2.0' into 3.0 2023-09-21 15:10:42 -05:00
terrafrost 76e94055f4 Merge branch '1.0' into 2.0 2023-09-21 15:08:28 -05:00
terrafrost b1bd715445 Rijndael: fix for PHP 8.3+ compatability 2023-09-21 15:07:38 -05:00
terrafrost b85ce73d17 AES: rm redundant setKey() method and fix setKeyLength() 2023-09-21 15:07:09 -05:00
Daniil Gentili e113bb35e7
Move JIT check to BigInteger 2023-09-20 14:36:32 +02:00
terrafrost 4f8fcedd94 Merge branch '3.0' 2023-09-18 12:20:11 -05:00
pafernandez-oesia 105edcad00
Fix Undefined index jit notice
If "jit" is not defined in $status array, it generates an "Undefined index: jit" notice.
2023-09-18 16:44:41 +02: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