terrafrost
|
9e586e79f1
|
SSH2: update libsodium calls to use 1.0.0 convention
|
2016-03-08 16:57:16 -06:00 |
|
terrafrost
|
e666562569
|
Merge branch '1.0' into 2.0
|
2016-03-02 10:13:15 -06:00 |
|
terrafrost
|
da36b5c91e
|
RC2: fix issue with decrypting
|
2016-03-01 16:30:36 -06:00 |
|
terrafrost
|
b566fcaeee
|
Tests/AES: Crypt_AES -> AES
|
2016-02-20 14:15:57 -06:00 |
|
terrafrost
|
6d3c04ef4d
|
Merge branch '1.0' into 2.0
|
2016-02-19 15:19:20 -06:00 |
|
terrafrost
|
1e93192721
|
Merge branch 'continuous-buffer-1.0' into 1.0
|
2016-02-19 15:14:12 -06:00 |
|
terrafrost
|
4f0d3e4128
|
Merge branch '1.0' into 2.0
|
2016-02-19 06:33:34 -06:00 |
|
Joey3000
|
94b669d7ed
|
Reorder array checks
Make sure that `if (isset($arr['__phpseclib_marker']))` is done on an array only.
|
2016-02-16 20:45:05 +01:00 |
|
Joey3000
|
062aa41ba0
|
Fixing Uncaught Error: Cannot use object of type test as array
Refs https://github.com/phpseclib/phpseclib/pull/934/files#r53035721
|
2016-02-16 19:41:41 +01:00 |
|
terrafrost
|
6eb35eb42c
|
Random: a few more tweaks
|
2016-02-16 09:45:04 -06:00 |
|
Scott
|
fc4599985a
|
Correct Sodium check
PECL Libsodium 1.0.x uses `\Sodium\function_name` instead of `\Sodium::method_name`.
|
2016-02-16 09:29:25 -06:00 |
|
Joey3000
|
047f2617f1
|
Circular reference handling improvement
Refs https://github.com/phpseclib/phpseclib/pull/934/files#r52838650
This does the following:
* Addresses the comments to 102d53bd27
* Fixes an "Allowed memory size of ... bytes exhausted" issue and simplifies the implementation, bringing it closer to the example in https://stackoverflow.com/questions/9042142/detecting-infinite-array-recursion-in-php/9293146#9293146
|
2016-02-14 13:40:58 +01:00 |
|
terrafrost
|
102d53bd27
|
Random: fix for issues with serialize()
|
2016-02-14 00:44:03 -06:00 |
|
terrafrost
|
bfd467532b
|
Crypt/Base: fix continuous mode in CBC / decryption / OpenSSL
|
2016-02-06 08:59:05 -06:00 |
|
terrafrost
|
b972a4b36d
|
Tests/AES: add unit test for continuous mode
|
2016-02-05 23:29:20 -06:00 |
|
metaclassing
|
88a04862ae
|
Added unit test for IPv4 and IPv6 address decoding in X509v3 subject alternative names extended attribute
|
2016-01-27 05:13:47 -06:00 |
|
metaclassing
|
4735751bf5
|
Switched out pack/unpack and ip2long/long2ip with inet_pton/ntop for ipv6 encoding support in x509v3 subject alternative names
|
2016-01-26 17:23:14 -06:00 |
|
Joey3000
|
bdc28b9453
|
Cherry-picking cleanup of use operator usage
Picked c9a80ff748 to the 2.0 branch and resolved conflicts.
|
2016-01-21 19:41:41 +01:00 |
|
terrafrost
|
ba6fb78f72
|
Merge branch '1.0' into 2.0
|
2016-01-18 11:07:21 -06:00 |
|
terrafrost
|
f60e365be2
|
README: update download link
|
2016-01-18 11:07:12 -06:00 |
|
terrafrost
|
91690c773b
|
Merge branch '2.0' of https://github.com/phpseclib/phpseclib into 2.0
|
2016-01-18 10:28:48 -06:00 |
|
terrafrost
|
4500b93ba7
|
Merge branch '1.0' of https://github.com/phpseclib/phpseclib into 1.0
|
2016-01-18 10:28:19 -06:00 |
|
terrafrost
|
7b57a869e9
|
Merge branch '1.0' into 2.0
|
2016-01-18 10:27:55 -06:00 |
|
Prayag Verma
|
008b628548
|
Update license year range to 2016
|
2016-01-18 10:27:43 -06:00 |
|
terrafrost
|
9ce04a78d7
|
Merge branch '1.0' into 2.0
|
2016-01-18 07:45:38 -06:00 |
|
terrafrost
|
1d1592b6d0
|
CHANGELOG: add 1.0.1 changes
|
2016-01-18 07:45:13 -06:00 |
|
terrafrost
|
feb721fa3d
|
Merge branch '1.0' into 2.0
|
2016-01-17 09:35:23 -06:00 |
|
terrafrost
|
75cc73f07a
|
TravisCI: drop 5.3.3 due to compose errors on it
|
2016-01-17 09:35:18 -06:00 |
|
terrafrost
|
b6899d9e79
|
Merge branch '1.0' into 2.0
|
2016-01-13 16:51:33 -06:00 |
|
terrafrost
|
0905143fc1
|
SSH/Agent: fix possible PHP Warning
|
2016-01-13 16:51:12 -06:00 |
|
terrafrost
|
6cfd101701
|
Merge branch '1.0' into 2.0
|
2016-01-12 09:37:59 -06:00 |
|
Michele Locati
|
c24ee966ad
|
Exclude some dirs and files from repository auto-generated ZIP archives
|
2016-01-12 09:37:17 -06:00 |
|
Matthieu Napoli
|
74c40a7cbe
|
#842 Add 2.0.0 changelog
|
2016-01-08 13:28:39 -06:00 |
|
terrafrost
|
e4461e8659
|
Merge branch '1.0' into 2.0
|
2016-01-08 10:43:04 -06:00 |
|
terrafrost
|
62fc4bbc88
|
Merge branch '1.0' of https://github.com/phpseclib/phpseclib into 1.0
|
2016-01-08 10:42:59 -06:00 |
|
terrafrost
|
1e15ef5a55
|
Merge branch 'bitwise-not-1.0' into 2.0
|
2016-01-08 10:42:20 -06:00 |
|
terrafrost
|
7ad9eade2d
|
BigInteger: fix issue with doing bitwise not on 0
|
2016-01-08 10:31:48 -06:00 |
|
terrafrost
|
001ad99d73
|
Merge branch '1.0' into 2.0
|
2015-12-23 23:32:20 -06:00 |
|
terrafrost
|
1be0ac9f7f
|
SFTP/Stream: fix issue with filenames with hash in them
|
2015-12-23 13:13:06 -06:00 |
|
terrafrost
|
d86550f5de
|
Merge remote-tracking branch 'origin/authenticated-2.0' into 2.0
|
2015-12-16 21:03:27 -06:00 |
|
terrafrost
|
600f9c4e4b
|
SSH2: update isAuthenticated to work with 2.0 / master branches
|
2015-12-16 09:21:37 -06:00 |
|
terrafrost
|
d17aeffc04
|
Merge branch 'authenticated-1.0' into authenticated-2.0
|
2015-12-16 09:20:27 -06:00 |
|
terrafrost
|
57063f3604
|
SSH2: add isAuthenticated() method
|
2015-12-15 23:19:05 -06:00 |
|
terrafrost
|
eac8613c75
|
BigInteger: 2.0 specific updates for __debuginfo
|
2015-12-14 13:56:07 -06:00 |
|
terrafrost
|
89af727f32
|
Merge branch '1.0' into 2.0
|
2015-12-14 13:28:10 -06:00 |
|
terrafrost
|
cae579a19b
|
Tests/BigInteger: update testDebugInfo test
|
2015-12-14 13:26:56 -06:00 |
|
terrafrost
|
2d2f359300
|
Tests/BigInteger: fix for 2.0 branch
|
2015-12-14 13:03:07 -06:00 |
|
terrafrost
|
6d2c25b954
|
Merge branch 'identifier-update-2.0' into 2.0
|
2015-12-14 11:08:04 -06:00 |
|
terrafrost
|
786cecf309
|
Merge branch '1.0' into identifier-update-1.0
|
2015-12-14 11:07:42 -06:00 |
|
terrafrost
|
b95504ac8f
|
Merge branch 'rsa-pkcs8-fix-2.0-2' into 2.0
|
2015-12-14 11:02:49 -06:00 |
|