Commit Graph

3588 Commits

Author SHA1 Message Date
terrafrost
0e1dff2be7 RSA: fix MSBLOB encoding error 2020-01-18 17:47:24 -06:00
terrafrost
a485e85ba5 Tests/RSA: add additional assert for MSBLOBs 2020-01-18 17:31:34 -06:00
terrafrost
6470d1c80e SSH2: @stream_select -> stream_select 2020-01-17 06:38:54 -06:00
terrafrost
cb87d1885b
Merge pull request #1444 from tomsommer/patch-2
Remove error suppression from stream_select()
2020-01-17 06:37:44 -06:00
terrafrost
1da139e0b8 Merge branch '2.0' into 3.0 2020-01-17 06:07:06 -06:00
terrafrost
b4cb07593f Merge branch '1.0' into 2.0 2020-01-17 06:06:32 -06:00
terrafrost
500e3225a8 SSH2: logging enhancements 2020-01-17 06:06:01 -06:00
terrafrost
81152288f8 Merge branch '1.0' into 2.0 2020-01-17 06:05:12 -06:00
terrafrost
3f448d0904 ... 2020-01-17 05:54:42 -06:00
terrafrost
f1772cbf7a ... 2020-01-17 05:42:29 -06:00
terrafrost
0a1c10386a ... 2020-01-17 05:10:12 -06:00
terrafrost
b4bff90106 Merge branch '2.0' into 3.0 2020-01-17 04:09:49 -06:00
terrafrost
2b08c31fb7 Merge branch '1.0' into 2.0 2020-01-17 03:59:18 -06:00
terrafrost
88568b8020 SSH2: logging enhancements 2020-01-17 03:37:25 -06:00
Tom Sommer
40bd4192fc
Update SSH2.php 2020-01-17 09:41:45 +01:00
terrafrost
e55ea2e10b Merge branch '2.0' into 3.0 2020-01-17 02:13:51 -06:00
terrafrost
fa5129bdb7 Merge branch '1.0' into 2.0 2020-01-17 02:13:36 -06:00
terrafrost
ef5e6a909f X509: fix PHP4 errors 2020-01-17 02:12:27 -06:00
Tom Sommer
e2841212cb
Remove error suppression from stream_select()
Suppressing errors from stream_select() makes debugging timeouts extremely hard.
2020-01-10 11:58:36 +01:00
terrafrost
61ffe1a147 SSH2: fix rare key exchange issue 2020-01-07 00:20:47 -06:00
terrafrost
3ba5902046 RSA / X509: misc fixes (mostly related to PSS) 2020-01-04 16:26:55 -06:00
terrafrost
299f7b554d X509: fix bitwise mask for PSS / PKCS1 RSA mode checking 2020-01-03 08:45:16 -06:00
terrafrost
c4e07725aa EC: don't call loadCurveByParams if params is null 2020-01-02 05:43:27 -06:00
terrafrost
a7b1d031bb visibility changes for phpseclib2_compat 2019-12-30 22:19:07 -06:00
terrafrost
be221d8b23 Merge branch '2.0' into 3.0 2019-12-25 17:49:03 -06:00
terrafrost
de4a60de9d Merge branch '1.0' into 2.0 2019-12-25 17:36:31 -06:00
terrafrost
333e2e4c2b SFTP: don't buffer up download requests (PuTTY doesn't) 2019-12-25 11:31:43 -06:00
terrafrost
15c8cc6810 update unit test to account for newly added null byte 2019-12-17 22:01:42 -06:00
terrafrost
0c8b6961e3 EC: fix PKCS8 Ed25519 private keys 2019-12-17 07:56:16 -06:00
terrafrost
fd8389f365 add unit test for phpseclib created PKCS8 Ed25519 private keys 2019-12-17 07:55:36 -06:00
terrafrost
320189d94e Merge branch '3.0' 2019-12-08 21:46:37 -06:00
terrafrost
0dd1048553 Merge branch '2.0' into 3.0 2019-12-08 21:44:49 -06:00
terrafrost
63e4c9a4a9 Merge branch '1.0' into 2.0 2019-12-08 21:44:05 -06:00
Graham Campbell
3f9780f7c5
Updated Travis Config 2019-12-08 13:09:57 +00:00
Graham Campbell
1dc39be3dd
Update .travis.yml 2019-12-08 13:05:14 +00:00
Graham Campbell
99024c4e7d
Update .travis.yml 2019-12-08 12:47:31 +00:00
Graham Campbell
3a26b8fc46
Updated Travis Config 2019-12-08 12:40:26 +00:00
terrafrost
7e72d923ce Merge branch '3.0' 2019-12-07 18:57:28 -06:00
terrafrost
d35f987cb4
Merge pull request #1437 from terrafrost/phpseclib3
rename phpseclib/phpseclib to phpseclib/phpseclib3 for 3.0 branch
2019-12-07 18:55:49 -06:00
terrafrost
f1d04b23db Merge branch '3.0' into phpseclib3 2019-11-23 01:55:36 -06:00
terrafrost
d587dd5e1f Merge branch '3.0' 2019-11-23 01:53:45 -06:00
terrafrost
ea27295c8f SSH2: ssh-ed25519 keys didn't work 2019-11-23 00:58:12 -06:00
terrafrost
653dbd7f94 rename phpseclib/phpseclib to phpseclib/phpseclib3 for 3.0 branch 2019-11-21 19:38:03 -06:00
terrafrost
c43a99daf1 Merge branch 'master' of https://github.com/phpseclib/phpseclib 2019-11-17 06:24:17 -06:00
terrafrost
9737b617fb Merge branch '3.0' 2019-11-13 23:48:29 -06:00
terrafrost
4f7992a9ca Merge branch '2.0' into 3.0 2019-11-13 23:48:20 -06:00
terrafrost
e3557220d7 SSH2: sodium_compat doesn't support memzero 2019-11-13 23:47:16 -06:00
terrafrost
33a8224636 Merge branch 'master' of https://github.com/phpseclib/phpseclib 2019-11-02 21:51:51 -05:00
terrafrost
c65733b5bb Merge branch '3.0' 2019-11-02 12:44:44 -05:00
terrafrost
8ad4743364 Merge branch '2.0' into 3.0 2019-11-02 12:44:34 -05:00