Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/phpseclib/phpseclib

PHP Secure Communications Library
https://github.com/phpseclib/phpseclib

Merge branch '2.0'

2ae82a1bc7ec020e2ba379cc42ef339c642ff084 authored almost 9 years ago
Merge branch '1.0' into 2.0

6bfbfdbf7e0d12a0aa327bb067bf89153316ab1a authored almost 9 years ago
changing valid condition order, _slidingWindow biginteger

cb2ccea219ac050ad92c7aaa296fe3110e55d634 authored almost 9 years ago
Tests/BigInteger: add unit test for abhishektaneja's sliding window fix

56acb6723cd6f8cddc27e87f41f74afed1137f46 authored almost 9 years ago
Merge branch '2.0'

23f237a743a1094790d23f72e59343b04d74b104 authored almost 9 years ago
Merge branch '1.0' into 2.0

75dee927b97d27a74441c8684a39047f3b1ada55 authored almost 9 years ago
RC2: getKeyLength didn't always return key length

d74bfb73e47f564ab6b004d1c31ee6947ae9fd22 authored almost 9 years ago
Merge branch '2.0'

18ef9eae612fd2dc045ff3b73a3e3cb4366a7e94 authored almost 9 years ago
Merge branch '1.0' into 2.0

a4cb29ee9710950499949577470af179bf856ca8 authored almost 9 years ago
RC4: key wasn't being truncated correctly

123eee71509f7dc33e69125a8a968de38bfff144 authored almost 9 years ago
Merge branch 'cipher-revamp'

574d36fb7d35168a4be1409cb7b1f5d57b30f894 authored almost 9 years ago
Merge branch 'cipher-revamp' of https://github.com/terrafrost/phpseclib into cipher-revamp

fa88ed5ff4d5b75eb24f0816e2b0a6238e9f8fbf authored almost 9 years ago
Merge branch 'cipher-revamp'

ea7d647612613993ace8fdcbd9e78eb2cf6da90f authored almost 9 years ago
SFTP: a few tweaks to the queue'd get() changes raxbg did

6d5ec59f107046169a45d88dc746b0fbbd7c15da authored almost 9 years ago
Merge remote-tracking branch 'raxbg/parallel_download'

815f227897c3eb192908282e7ab6c064f52d4d96 authored almost 9 years ago
Merge branch '2.0'

54deb16da82a3e6ba6feb0635714a186c08c5ae7 authored almost 9 years ago
SSH2: update libsodium calls to use 1.0.0 convention

9e586e79f1fadced93cea6b8dfa09c1bde7904c2 authored almost 9 years ago
Merge branch '2.0'

ac8960d04999dac2470d25316dbd6bda6f1d2f1b authored almost 9 years ago
Merge branch '1.0' into 2.0

e666562569a2127f47c50b9bb77b6301e90187ff authored almost 9 years ago
RC2: fix issue with decrypting

da36b5c91ef81fd422661dc164e14c65ba077278 authored almost 9 years ago
Even more memory optimizations

75d4c3b09cbb4df6289c8c04749255a1bffc7fd5 authored almost 9 years ago
Fix a memory leak when transferring lots of small files

1af19fbf1b6ca02dcc98ae55d72de2c393dcdc1d authored almost 9 years ago
Changes based on comment 187537999

56af7709435100d1f60ec7934632a20eba171185 authored almost 9 years ago
RSA: fix namespacing for caught exceptions

698efd030a1a794fceba78eed4113fb5daa17bcc authored almost 9 years ago
Tests/AES: update newest unit test

7558f097c081402f6b7ded7f26fb0f584e259043 authored almost 9 years ago
Merge branch 'master' into cipher-revamp

ae1e5c13f9193240400e4c11ea2258ff5d24eb6a authored almost 9 years ago
AES/Twofish: updates based on feedback

abed3b4c28a86704483a604bdba4565237268960 authored almost 9 years ago
Merge branch 'ssh-fix-publickey'

5c78bf4c0609b292b59d3314075f42949e05af15 authored almost 9 years ago
Merge branch '2.0'

1e50a102ac86b1526714c310fc02204e94f4f82b authored almost 9 years ago
Tests/AES: Crypt_AES -> AES

b566fcaeeeec4b2a396b4805f384751dd9a187c7 authored almost 9 years ago
Merge branch '2.0'

82ab57e14c40291d707a543c77053f5fad44be5d authored almost 9 years ago
Merge branch '1.0' into 2.0

6d3c04ef4d0159ed00c462231a98f649b1ba9692 authored almost 9 years ago
Merge branch 'continuous-buffer-1.0' into 1.0

1e93192721f63e26d8bf1eec05eea9ec13d1a374 authored almost 9 years ago
Merge branch '2.0'

554dea27dd120859c3acd9e95ad495a6aef0f1ae authored almost 9 years ago
Merge branch '1.0' into 2.0

4f0d3e41286eaff84ed6e97c54062b929dbef981 authored almost 9 years ago
Bug fix for SFTP::get()

83b8d0ec0a07505770028f978478cd17eb5ae3a3 authored almost 9 years ago
Reorder array checks

Make sure that `if (isset($arr['__phpseclib_marker']))` is done on an array only.

94b669d7ed4251519cbfcd15c3b1da6d790dcf83 authored almost 9 years ago
Fixing Uncaught Error: Cannot use object of type test as array

Refs https://github.com/phpseclib/phpseclib/pull/934/files#r53035721

062aa41ba002684101fe5dd526c161c9afa6085d authored almost 9 years ago
Random: a few more tweaks

6eb35eb42c6833d58f8aae41ece77e0541bf7e23 authored almost 9 years ago
Merge branch '2.0'

517a2c27b3d09eb618812f4ecdd43b114601dcaf authored almost 9 years ago
Correct Sodium check

PECL Libsodium 1.0.x uses `\Sodium\function_name` instead of `\Sodium::method_name`.

fc4599985ab7617b6565b0de53cf93299192e941 authored almost 9 years ago
Circular reference handling improvement

Refs https://github.com/phpseclib/phpseclib/pull/934/files#r52838650

This does the following:

...

047f2617f164f8f95d1c576994008719af68fecb authored almost 9 years ago
Random: fix for issues with serialize()

102d53bd275f5c08e7042eaac5fb74f73eded62a authored almost 9 years ago
Correct Sodium check

PECL Libsodium 1.0.x uses `\Sodium\function_name` instead of `\Sodium::method_name`.

fee6431badeeab42d2a59f94f365e345ab826705 authored almost 9 years ago
Implement parallel download

11a539bcbd2a013ccb8af6e1b6fc77c3e20228c7 authored almost 9 years ago
Merge branch '2.0'

b69fa7f2a9daf60ef7e83272f198b79a505e65db authored almost 9 years ago
SSH: fix broken public key auth

c2110f68a0915be33415ecd312d2b5f5c80a353c authored almost 9 years ago
Crypt/Base: fix continuous mode in CBC / decryption / OpenSSL

bfd467532bf75c03960a5454cb734bba61c96406 authored almost 9 years ago
Tests/AES: add unit test for continuous mode

b972a4b36de9c059eb0a42e8639fe2a1cade52dd authored almost 9 years ago
Crypt: become a lot less tolerant of bad parameters

e74841477fb39fd1e7d9449eab0e3204cef63713 authored almost 9 years ago
Crypt: become a lot less tolerant of bad parameters

73a4221988cf3196eeaa9cdb4135aafbbb046d7f authored almost 9 years ago
Added unit test for IPv4 and IPv6 address decoding in X509v3 subject alternative names extended attribute

88a04862aeeedcd8dd593cea7e284e882f358092 authored about 9 years ago
Switched out pack/unpack and ip2long/long2ip with inet_pton/ntop for ipv6 encoding support in x509v3 subject alternative names

4735751bf50278bccb297dff69bef949b0f1abbd authored about 9 years ago
Merge remote-tracking branch 'joey3000/use_cleanup'

750f7652c71c293fadf7818b5421406e13a91dc1 authored about 9 years ago
Merge branch '2.0'

cd700ce8b3299941ce9e066b82e60eef935492cb authored about 9 years ago
Cherry-picking cleanup of `use` operator usage

Picked c9a80ff748d6b64a66cb3fc20db4608305279af2 to the 2.0 branch and resolved conflicts.

bdc28b94535d24207089c0016ca9083be8bbbb4c authored about 9 years ago
Merge pull request #925 from terrafrost/rsa-revamp-part-3

RSA: error out when encrypting strings that are too long

977a4ebeaadd4970c3f1e562ccf7fe6e815763bc authored about 9 years ago
Merge pull request #926 from terrafrost/iv-or-exception

Crypt/Base: throw an exception if an IV is required but not defined

e38cc4adb7c3aa68f4c17e4aac842bf60cb111c5 authored about 9 years ago
Crypt/Base: updates to IV handling per Joey3000

cea059e9dd9b290952bcd333221d705ae2cebccf authored about 9 years ago
Merge branch '2.0'

0f1eca35ac50d94993ddadfa496b0972499fe747 authored about 9 years ago
Merge branch '1.0' into 2.0

ba6fb78f727cd09f2a649113b95468019e490585 authored about 9 years ago
README: update download link

f60e365be28d9218b4bcdc0ab96ac7e338668f11 authored about 9 years ago
Merge branch '2.0' of https://github.com/phpseclib/phpseclib into 2.0

91690c773b83cf2c3cd6d81434135d66ccfe3a80 authored about 9 years ago
Merge branch '1.0' of https://github.com/phpseclib/phpseclib into 1.0

4500b93ba776d4d2ced8faaa27ca9b8adf90613e authored about 9 years ago
Merge branch '2.0'

f451dd28f30fd5a010c17327017c1058381fd8dc authored about 9 years ago
Merge branch '1.0' into 2.0

7b57a869e96f8d8801bfe9b820642917bb707fbb authored about 9 years ago
Update license year range to 2016

008b628548fcb7268a496b18c2899adebb45ed91 authored about 9 years ago
Merge branch '2.0'

7b73f96e99d24865167a4744ff9cc789aaf24877 authored about 9 years ago
Merge branch '1.0' into 2.0

9ce04a78d7920dfcde65882d65cfd4f20934de07 authored about 9 years ago
CHANGELOG: add 1.0.1 changes

1d1592b6d028c8c81a270fbdec5e200b1669278a authored about 9 years ago
Cleanup of `use` operator usage

This does the following:

1. Removes superfluous usage of the `use` operator. Specifically, that...

c9a80ff748d6b64a66cb3fc20db4608305279af2 authored about 9 years ago
Crypt/Base: throw an exception if an IV is required but not defined

d5a868ed4f07624bf9df76fd877ace54da85c093 authored about 9 years ago
RSA: error out when encrypting strings that are too long

5d85d5eca11b1a0769d674b6a71d3c362a66452f authored about 9 years ago
Merge branch '2.0'

dbf3b7fe1c4df8a436bc71d4b3776804450efe03 authored about 9 years ago
Merge branch '1.0' into 2.0

feb721fa3db012245692315889c93d4180c2d8ce authored about 9 years ago
TravisCI: drop 5.3.3 due to compose errors on it

75cc73f07a487d882cd60b5183d62e88f38a4923 authored about 9 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

999cc470b1b9fce789f6917d4c4bbb2988e4a0a5 authored about 9 years ago
Merge branch 'biginteger-revamp'

ad4c3670d3577e77972a1753159516d6a192d121 authored about 9 years ago
Merge branch '2.0'

f8a92a7e40800904661f01c9ded0e39232341717 authored about 9 years ago
Merge branch '1.0' into 2.0

b6899d9e790d6e7287ab5d820eaf5610e3278674 authored about 9 years ago
SSH/Agent: fix possible PHP Warning

0905143fc1f42f7486614060a95a57a433ee5c7c authored about 9 years ago
Merge branch '2.0'

93c10e7fb3378b138bf0d424f540df38a3de919f authored about 9 years ago
Merge branch '1.0' into 2.0

6cfd101701d7353d96ec70152541447b78e2fef7 authored about 9 years ago
Exclude some dirs and files from repository auto-generated ZIP archives

c24ee966adac6c28feae2d1fe530b18c44235088 authored about 9 years ago
RSA: change default key size to 2048

6abbbfdfe3fe040e017d3ace58c1241c122dd581 authored about 9 years ago
Merge branch '2.0'

774a766e1df0b1c0c4c0fa45ea25b973230aac93 authored about 9 years ago
#842 Add 2.0.0 changelog

74c40a7cbe501ccacbe01a0c45250c6f943aae4c authored about 9 years ago
Merge branch 'master' into biginteger-revamp

f8dc527af57867105f4ab89c07e6e68826dfb8ee authored about 9 years ago
Merge branch '2.0'

232880b0d905a33549af2ba560f226be40b79075 authored about 9 years ago
Merge branch '1.0' into 2.0

e4461e8659a6c888f06fb883fc3c1b4555411a8a authored about 9 years ago
Merge branch '1.0' of https://github.com/phpseclib/phpseclib into 1.0

62fc4bbc8863106e4fa8ac5b87c6087388304f2b authored about 9 years ago
Merge branch 'bitwise-not-1.0' into 2.0

1e15ef5a55c5e64835970dd4438db544648d325d authored about 9 years ago
BigInteger: fix issue with doing bitwise not on 0

7ad9eade2d2eb02a8cc2d1049d64d537049010aa authored about 9 years ago
BigInteger: updates per Joey3000

f7efbcbc8e6911731a8f088eea7437199953752b authored about 9 years ago
RSA: more updates per Joey3000

c85b356b1877887a97a7210d9045e7e52adb14a6 authored about 9 years ago
RSA: updates per Joey3000

d5a359b41e87024ff9f49a06a1b2a703a36d38df authored about 9 years ago
BigInteger: add getprecision

d86c61de780f44a3b4c1f76d27508cb616513c7d authored about 9 years ago
BigInteger: make select methods static, add type hinting, etc

a0d21b6321816a386d502db49edd6f4711d80009 authored about 9 years ago
RSA: changes to how encryption / signatures work

806249c7e91b60e81ae3052cf02a83b57ac74c7d authored about 9 years ago
Merge branch '2.0'

94fdbba2aab0a0c6a3554ed879e3fedc94428538 authored about 9 years ago