Commit Graph

4516 Commits

Author SHA1 Message Date
terrafrost
0bca60f6b9 Merge branch '3.0' 2021-06-16 08:12:46 -05:00
terrafrost
9b1f8a260a SSH2: NET_SSH2_CHANNEL_KEEP_ALIVE -> self::CHANNEL_KEEP_ALIVE 2021-06-16 08:12:09 -05:00
terrafrost
d789306e5c Merge branch '3.0' 2021-06-16 01:40:56 -05:00
terrafrost
a5fcb44e28 AsymmetricKey: make methods static 2021-06-16 01:40:27 -05:00
terrafrost
683b465fd7 Merge branch '3.0' 2021-06-15 07:29:13 -05:00
terrafrost
b32ffb64b8 Merge branch '2.0' into 3.0 2021-06-15 07:29:03 -05:00
terrafrost
d48c13b716 Merge branch '1.0' into 2.0 2021-06-15 07:27:34 -05:00
terrafrost
0673370eda SFTP: don't check SFTP packet size after SFTP initialization 2021-06-15 07:24:34 -05:00
terrafrost
f051153024 Merge branch '3.0' 2021-06-14 01:55:14 -05:00
terrafrost
a127a51338 Merge branch '2.0' into 3.0 2021-06-14 01:54:45 -05:00
terrafrost
3ee60b82b9 CHANGELOG: add missing entry 2021-06-14 01:54:32 -05:00
terrafrost
fbf5503b21 Merge branch '2.0' into 3.0 2021-06-14 01:53:51 -05:00
terrafrost
cbadee3b2c CHANGELOG: add 2.0.32 release 2021-06-14 01:48:38 -05:00
terrafrost
c029eb9a73 Merge branch '3.0' 2021-06-12 08:05:12 -05:00
terrafrost
07423805ac Merge branch '2.0' into 3.0 2021-06-12 07:58:20 -05:00
terrafrost
f5c4c19880 Tests/RSA: update unit test for 2.0 2021-06-12 07:12:59 -05:00
terrafrost
451ddf453c Merge branch '1.0' into 2.0 2021-06-12 07:11:44 -05:00
terrafrost
c3560c2d4d RSA: OAEP decryption didn't check labels correctly 2021-06-12 07:06:08 -05:00
terrafrost
b77ebf2bd2 Merge branch '3.0' 2021-06-02 22:59:34 -05:00
terrafrost
d1666cac50 SFTP: CS adjustments 2021-06-02 22:59:11 -05:00
terrafrost
b6988f8ced Merge branch '3.0' 2021-06-01 21:07:14 -05:00
terrafrost
6d4f436da1 X509: add unit tests 2021-06-01 21:01:48 -05:00
terrafrost
d7c96ebfb2 ASN1: change how default values are processed for ints and enums 2021-06-01 20:00:40 -05:00
terrafrost
25be1ed285 Merge branch '3.0' 2021-05-23 10:39:31 -05:00
terrafrost
d0a18020f3 Merge branch '2.0' into 3.0 2021-05-23 10:39:25 -05:00
terrafrost
333d2f9ffd Merge branch '1.0' into 2.0 2021-05-23 10:38:31 -05:00
terrafrost
0a2dc24489 X509: extra characters before cert weren't being removed 2021-05-23 10:38:11 -05:00
terrafrost
5cc95a591d Merge branch '3.0' 2021-05-22 10:23:48 -05:00
terrafrost
cfe8a24011 PrivateKey: tweak interface 2021-05-22 10:18:11 -05:00
terrafrost
84f07cc9cb X509: signing with pw protected PSS keys yielded errors 2021-05-22 10:10:09 -05:00
terrafrost
e7de3c1ca9 Merge branch '3.0' 2021-05-21 16:37:10 -05:00
terrafrost
c98b163e76 SSH2: rm unneeded false checks (for which exceptions are now used) 2021-05-21 16:36:53 -05:00
terrafrost
4b2bdfa408 Merge branch '2.0' into 3.0 2021-05-18 22:02:48 -05:00
terrafrost
fe6a84a58b Merge branch '1.0' into 2.0 2021-05-18 22:02:39 -05:00
terrafrost
915d1d8ca9 SSH2: fix PHP7.4 errors about accessing bool as string 2021-05-18 22:00:59 -05:00
terrafrost
ab64bc3a63 Merge branch '3.0' 2021-05-15 22:41:27 -05:00
terrafrost
c1c233e907 Merge branch '2.0' into 3.0 2021-05-15 22:28:36 -05:00
terrafrost
94abf563ad Merge branch '1.0' into 2.0 2021-05-15 22:22:35 -05:00
terrafrost
8204273978 SSH2: fix issue with key re-exchange 2021-05-15 22:22:14 -05:00
terrafrost
c46150651f Merge branch '3.0' 2021-05-14 12:56:23 -05:00
terrafrost
574382e06a Merge branch '2.0' into 3.0 2021-05-14 12:56:16 -05:00
terrafrost
0b4484a107 Merge branch '1.0' into 2.0 2021-05-14 12:56:09 -05:00
terrafrost
9a7cfafc8d SSH2: timeout would occasionally infinitely loop
this was changed from !$this->curTimeout to $this->curTimeout <= 0
in commit 96c4c3bc58
2021-05-14 12:55:06 -05:00
terrafrost
e8c1cd9f65 Merge branch '3.0' 2021-05-11 20:49:27 -05:00
terrafrost
748e889513 Merge branch '3.0-channel-closure' into 3.0 2021-05-11 20:29:41 -05:00
terrafrost
81ffb62c20 Merge branch '2.0' into 3.0-channel-closure 2021-05-11 20:28:46 -05:00
terrafrost
1e36329433 Merge branch '1.0' into 2.0 2021-05-11 20:23:49 -05:00
terrafrost
9c47b0a696 SFTP: reopen channel on channel closure 2021-05-11 20:20:46 -05:00
terrafrost
0448d3b07b Merge branch '3.0' 2021-05-09 08:00:25 -05:00
terrafrost
b3b54e8c6b Merge branch '2.0' into 3.0 2021-05-09 08:00:02 -05:00