Ecosyste.ms: OpenCollective

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

phpseclib

Develops and provides support for phpseclib
Collective - https://opencollective.com/phpseclib - Website: https://phpseclb.com - Code: https://github.com/phpseclib

Merge pull request #375 from bantu/php5-construct

Change constructors from class name to __construct().

* bantu/php5-construct:
Change construc...

github.com/phpseclib/phpseclib - c5421e349373ca8ca7cbf70e1950bff42a273280 authored over 10 years ago
SSH2: make it so you can verify server public host key without logging on

github.com/phpseclib/phpseclib - 5f5678126146b151f2e37b2dd459514c3472606c authored over 10 years ago
Change constructors from class name to __construct().

This has been produced as follows:
<?php
$replace = $files = [];
$it = new RecursiveIteratorIter...

github.com/phpseclib/phpseclib - 67aedc240b26178bfa85fcba802feeaad74f8a1a authored over 10 years ago
Check for old-style constructor names via Code Sniffer.

github.com/phpseclib/phpseclib - 4ada8675ba72300fb9cfa5bdd8450c5b1b39e856 authored over 10 years ago
Merge branch 'master' into php5

* master:
Always correctly link to the constructor of Crypt_Base.

github.com/phpseclib/phpseclib - ac449e1965952a359845cb1ba02d43548724eb52 authored over 10 years ago
Merge pull request #378 from bantu/UselessOverridingMethod

Always correctly link to the constructor of Crypt_Base.

* bantu/UselessOverridingMethod:
Alwa...

github.com/phpseclib/phpseclib - 765154f54e9f0cd08e1e08a9562ad7754684305a authored over 10 years ago
Merge branch 'master' into php5

* master:
BigInteger: one more change to the comments
BigInteger: update comments
BigInteg...

github.com/phpseclib/phpseclib - fc417115be29a506f5d970f7e0638666aa216dd1 authored over 10 years ago
Crypt/Base: readability improvement

github.com/phpseclib/phpseclib - 0bafe1e6c63ed1715a3f4b1221a2a587fa2c129c authored over 10 years ago
Merge pull request #373 from terrafrost/another-random-change

BigInteger: make it so you can do $min->random($max)

* terrafrost/another-random-change:
BigI...

github.com/phpseclib/phpseclib - 088e31b6ea3fdd73e9ad5f633b7b3bf6f464688b authored over 10 years ago
Random: add explanatory comment

github.com/phpseclib/phpseclib - 82b5e02f06a78670d79a4bcf472b768523597283 authored over 10 years ago
SSH2: replace _is_includable() with stream_resolve_include_path

github.com/phpseclib/phpseclib - 4401b7e21e9ac6d6ab0b70fa5c7835803f11cbb9 authored over 10 years ago
Always correctly link to the constructor of Crypt_Base.

github.com/phpseclib/phpseclib - d38886c2a9b0830b8a39ded86144d443db9314de authored over 10 years ago
Random: include the Crypt_* classes if they're available

also error out if none are available

github.com/phpseclib/phpseclib - 638e6c78ec3de5d0fdd305d5768548806edb0a02 authored over 10 years ago
Merge branch 'master' into php5

* master:
Remove unnecessary constructors.

github.com/phpseclib/phpseclib - c2a6667ed24f6db3d6272baa1ec892ad74443de1 authored over 10 years ago
Merge pull request #376 from bantu/UselessOverridingMethod

Remove unnecessary constructors.

* bantu/UselessOverridingMethod:
Remove unnecessary construc...

github.com/phpseclib/phpseclib - c05cfe4c106506760b2bb038d10a43a552f99ed8 authored over 10 years ago
Merge branch 'master' into php5

* master:
RC4: speedups

github.com/phpseclib/phpseclib - 635c524b6b1ba877ffbe018ae86c54fbe97ce785 authored over 10 years ago
Merge pull request #377 from terrafrost/rc4-changes

RC4: speedups

* terrafrost/rc4-changes:
RC4: speedups

github.com/phpseclib/phpseclib - 5cc024a3b51e3e34e72d593603c0d0145e71f01e authored over 10 years ago
BigInteger: one more change to the comments

github.com/phpseclib/phpseclib - 4b9eb4af27efa9b0bdc072820bcddeae7aa846fc authored over 10 years ago
Remove unnecessary constructors.

github.com/phpseclib/phpseclib - 91e78c21060e8f9839b9b7bccb721e83d313f900 authored over 10 years ago
BigInteger: update comments

github.com/phpseclib/phpseclib - 0eb0ae7ff7ccfc03920baae93630e93bb158fbaf authored over 10 years ago
BigInteger: unit test update

github.com/phpseclib/phpseclib - 92e6b2352870c37153793256f536ba17fd796de6 authored over 10 years ago
BigInteger: change argument names for random / randomPrime

github.com/phpseclib/phpseclib - 34a971d31707d9908d0699156ab41d08585b4bac authored over 10 years ago
BigInteger: fix unit tests

github.com/phpseclib/phpseclib - 281a8c669e34ae047731ddc8887f83d4dc73d028 authored over 10 years ago
BigInteger: fix syntax error

github.com/phpseclib/phpseclib - f8f0bd44b754414f46e44eb1501ed054fd946d02 authored over 10 years ago
BigInteger: make it so you can do $min->random($max)

...and $min->randomPrime($max) as well

github.com/phpseclib/phpseclib - 46166c73515a06ea5400553336faa2f71ac50e79 authored over 10 years ago
Merge branch 'master' into php5

* master:
RC2: speed-ups and CS changes

github.com/phpseclib/phpseclib - 6a8ac88a0ce071244329573df42defb87abc16ad authored over 10 years ago
Merge pull request #371 from terrafrost/rc2

RC2: speed-ups and CS changes

* terrafrost/rc2:
RC2: speed-ups and CS changes

github.com/phpseclib/phpseclib - 8e07ebfd51339ac0f3b90a327d5dc3132089bd4c authored over 10 years ago
RC2: speed-ups and CS changes

github.com/phpseclib/phpseclib - 04d66db309a8e63d36eb58bcce32c38f86ee798a authored over 10 years ago
RSA: CS adjustments

github.com/phpseclib/phpseclib - d8b235141eeaea59428fe97613ee801e6069deec authored over 10 years ago
RSA: rename PUBLIC_FORMAT_PKCS1_RAW -> PUBLIC_FORMAT_PKCS8

also make CRYPT_RSA_PUBLIC_FORMAT_PKCS8 the default format

github.com/phpseclib/phpseclib - 83301097eaa68a15faad63a8d2b64dfebc7fc589 authored over 10 years ago
RSA: add PKCS8 unit tests

github.com/phpseclib/phpseclib - 4878f2a99bb0c4a253ce34f5f9b4b8ae74254e0f authored over 10 years ago
RSA: add support for saving encrypted PKCS8 keys

github.com/phpseclib/phpseclib - 4434d91f25d69f3050d5e6ac9a3494939ee5d2b4 authored over 10 years ago
Crypt/Base: adjust default key size for pbkdf1

github.com/phpseclib/phpseclib - d474f56f60bdfa696afbf755f039080b39ec67ef authored over 10 years ago
RSA: add support for loading PKCS8 encrypted private keys

github.com/phpseclib/phpseclib - abae026264b983267cd82be9b90c818ef85ebea8 authored over 10 years ago
Crypt/Base: add support for pbkdf1

github.com/phpseclib/phpseclib - 21c6a15df37b852e711f4179f000c5f8fc10e109 authored over 10 years ago
RSA: add support for saving to PKCS8 (unencrypted)

github.com/phpseclib/phpseclib - 0a5e26a648d187c1568fa2bcee0ffff134000489 authored over 10 years ago
Merge branch 'master' into php5

* master:
RSA: slight adjustment to CRYPT_RSA_PUBLIC_FORMAT_PKCS1_RAW format

github.com/phpseclib/phpseclib - 76ac2a863de6101ee4261f3fe6697391cc6f4e54 authored over 10 years ago
Merge pull request #366 from terrafrost/rsa-format-change

RSA: slight adjustment to CRYPT_RSA_PUBLIC_FORMAT_PKCS1_RAW format

* terrafrost/rsa-format-chan...

github.com/phpseclib/phpseclib - 90bc07e292f72685cc5bfbc6d8d4b406bdc810f7 authored over 10 years ago
Merge branch 'master' into php5

* master:
SSH2: make $mac_algorithms non-static

github.com/phpseclib/phpseclib - 14ba37c53939603992b2198247a9fe3ae3a08604 authored over 10 years ago
Merge pull request #367 from terrafrost/ssh-mac-algo

SSH2: make $mac_algorithms non-static

* terrafrost/ssh-mac-algo:
SSH2: make $mac_algorithms n...

github.com/phpseclib/phpseclib - a39da4dba3c9603637df425d19a978ab4a953cf0 authored over 10 years ago
SSH2: make $mac_algorithms non-static

none of the other statically defined variables have the potential
to change as multiple Net_SSH2...

github.com/phpseclib/phpseclib - 246e9e154f3fc4f1b95c2cfb48710761d4423d4e authored over 10 years ago
RSA: slight adjustment to CRYPT_RSA_PUBLIC_FORMAT_PKCS1_RAW format

CRYPT_RSA_PUBLIC_FORMAT_PKCS1_RAW and CRYPT_RSA_PUBLIC_FORMAT_PKCS1
produce two very similar loo...

github.com/phpseclib/phpseclib - 72a0913d39ade1cf7b8193dfd65790a96d5f1535 authored over 10 years ago
Merge branch 'master' into php5

* master:
SFTP: update one last comment
SFTP: update unit test comments
SFTP: add new line...

github.com/phpseclib/phpseclib - f40bc4d3b8e9e81f1dfae06bc7aa6b7cc70cc778 authored over 10 years ago
Merge pull request #364 from terrafrost/sftp-sort2

SFTP: add the ability for nlist() and rawlist() to be sorted

* terrafrost/sftp-sort2:
SFTP: u...

github.com/phpseclib/phpseclib - 6e796d091a31e391f59348188724a74d5802f1ec authored over 10 years ago
SFTP: update one last comment

github.com/phpseclib/phpseclib - 3ded2d9f810128a34173c69b265322d95321840f authored over 10 years ago
SFTP: update unit test comments

github.com/phpseclib/phpseclib - 0cb6fbc9830c88dd0a7166417ab5ada476354db4 authored over 10 years ago
SFTP: add new line to end of unit test

github.com/phpseclib/phpseclib - fb1dbbf75c9e025f8aa1ba5ce62a880c098c44fb authored over 10 years ago
SFTP: assertEquals -> assertSame

github.com/phpseclib/phpseclib - c8343e77c7486c4924afe370c20b7e325a184635 authored over 10 years ago
SFTP: reset sort options every time and update unit test

github.com/phpseclib/phpseclib - 0e2b2a416be872824a834580eddc43e0c1348042 authored over 10 years ago
SFTP: rm whitespace

github.com/phpseclib/phpseclib - 8dff207ed372e0407a97da3ad700f4fb946a6954 authored over 10 years ago
SFTP: define $sortOptions

github.com/phpseclib/phpseclib - 8c0f710083a5c9f34d888817052ee2f5c3923644 authored over 10 years ago
Merge pull request #365 from bantu/x509-missing-use-biginteger

Add missing use BigInteger statement to X509.

* bantu/x509-missing-use-biginteger:
Add missin...

github.com/phpseclib/phpseclib - 135d1c6f06818f622f0c4c29348806a00e774af6 authored over 10 years ago
Add missing use BigInteger statement to X509.

github.com/phpseclib/phpseclib - b217994534083b411014b302718ed16e05e9ac0f authored over 10 years ago
SFTP: add the ability for nlist() and rawlist() to be sorted

github.com/phpseclib/phpseclib - b64573f4b5cb33c1bbc9d072b4817dda73195469 authored over 10 years ago
Merge branch 'master' into php5

* master:
X509: Unit test CS changes
X509: move location of SPKAC unit test
X509: CS adjus...

github.com/phpseclib/phpseclib - 2a9d7e5e034d14e9512a28fe41c6010894421563 authored over 10 years ago
Merge pull request #362 from terrafrost/spkac

X509: add signSPKAC() and saveSPKAC() methods

* terrafrost/spkac:
X509: Unit test CS changes
...

github.com/phpseclib/phpseclib - 25d31e5867eff112d747a1f5e13d582b1a2392f8 authored over 10 years ago
X509: Unit test CS changes

github.com/phpseclib/phpseclib - 231566c1fb51d8309501f20bd3d112af9c456bb4 authored over 10 years ago
X509: move location of SPKAC unit test

github.com/phpseclib/phpseclib - 4a9867951995a7884a45140a47fb079bc4c50711 authored over 10 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib into spkac

github.com/phpseclib/phpseclib - daa466db9431dd55f10c931f955f8c2bafff5bd5 authored over 10 years ago
X509: CS adjustments

github.com/phpseclib/phpseclib - b1ad911d20e54071701d4d5b09e5b7eefbb27a9e authored over 10 years ago
X509: PHP4 compat changes

github.com/phpseclib/phpseclib - aabc5cf822221bf1ace80189ff2e4b90e2c7e26e authored over 10 years ago
RSA: PHP4 compat changes

github.com/phpseclib/phpseclib - af0040b813b00448cfb2744cc685177e8281753f authored over 10 years ago
Merge pull request #361 from bantu/namespacify-biginteger

Namespacify BigInteger

* bantu/namespacify-biginteger:
Correct the remaining case by using in...

github.com/phpseclib/phpseclib - 95a99a840b51bbf8e80f5296615d332ad45235fe authored over 10 years ago
X509: rm trailing white space from unit test

github.com/phpseclib/phpseclib - 0cc6383c327a0f86dad6dd2527bc39cf070b2392 authored over 10 years ago
X509: add SPKAC unit test

github.com/phpseclib/phpseclib - 75a045bec4c6908b9b2b6503de2143864acbb3c1 authored over 10 years ago
X509: add signSPKAC() and saveSPKAC() methods

github.com/phpseclib/phpseclib - dce03bb003542a09ca8bb98c2623606c31d97f40 authored over 10 years ago
Correct the remaining case by using instanceof.

github.com/phpseclib/phpseclib - a643e5bfb5430994e9995e79daf13ade6d7d0ac9 authored over 10 years ago
Replace new Math_BigInteger with new static.

github.com/phpseclib/phpseclib - a01159657868d25301cd67b21ac8136a779b8dcf authored over 10 years ago
Update users of Math_BigInteger.

github.com/phpseclib/phpseclib - f2f5fcd70accae5b2071b8ea48bfd0c31387781c authored over 10 years ago
Some more documentation polishing in Math/BigInteger.php.

github.com/phpseclib/phpseclib - 65ec4dc8bc3eccc23f22fe9071f12425fab610ec authored over 10 years ago
Reference to instances as BigInteger instead of Math_BigInteger.

github.com/phpseclib/phpseclib - 740422c65f516247952459b8bd8bcaba858f7404 authored over 10 years ago
Use namespace in example code.

github.com/phpseclib/phpseclib - 00f77ab341a68f76401189e1d60e2e3ea06156e3 authored over 10 years ago
Adjust test cases using Math_BigInteger.

github.com/phpseclib/phpseclib - 68ab62e70fe5ec59eefb6c3783cad19c7d096a66 authored over 10 years ago
Remove any include statement.

github.com/phpseclib/phpseclib - ae4099dc6461047e87e591338d65302841247504 authored over 10 years ago
Use __construct.

github.com/phpseclib/phpseclib - 7d9598a21e4f61021166647f0f3d403932f6f2ab authored over 10 years ago
Add namespace statement. Rename class.

github.com/phpseclib/phpseclib - 8dff257cae6b14a3d5e6e259b758b670bb2572a0 authored over 10 years ago
Add PSR4 namespace to composer.json.

github.com/phpseclib/phpseclib - 68ade659ba0d713eeaa7d94cca1027dfa8260e96 authored over 10 years ago
Merge branch 'master' into php5

* master:
Adjust documentation to coding guidelines: No () around include.

github.com/phpseclib/phpseclib - 6f4a873cad8466c57608d84cb0e61a391c06b023 authored over 10 years ago
Merge pull request #359 from bantu/ticket/301

Adjust documentation to coding guidelines: No () around include.

* bantu/ticket/301:
Adjust d...

github.com/phpseclib/phpseclib - 8b7a605c0f06acb9d3def47b6591fa7ce6c476f6 authored over 10 years ago
Adjust documentation to coding guidelines: No () around include.

github.com/phpseclib/phpseclib - e6f87318f522132178839bd90fd21762cba869c9 authored over 10 years ago
Merge pull request #325 from terrafrost/rsa-public-key

RSA: auto-detect public keys vs private keys

* terrafrost/rsa-public-key:
RSA: update unit te...

github.com/phpseclib/phpseclib - 07e1f954deffaff7e44f96e91a0fdf4e65e2e249 authored over 10 years ago
Merge branch 'master' into php5

* master:
RSA: update unit test file
RSA: auto-detect public keys vs private keys

github.com/phpseclib/phpseclib - 02e06a2c55ea9692eb93171b03e35918fa4f304f authored over 10 years ago
Merge pull request #357 from bantu/tests-composer-autoloader-php5

[php5] Use composer autoloader in test bootstrap.

* bantu/tests-composer-autoloader-php5:
PHP...

github.com/phpseclib/phpseclib - 6dbcdb81745290e5b82e746af147faf18ada09ca authored over 10 years ago
Merge pull request #358 from bantu/ticket/321

Reimplement testGenerateIdentifier

* bantu/ticket/321:
Reimplement testGenerateIdentifier to ...

github.com/phpseclib/phpseclib - c7d4fd937e22d3f9e1cfbf8350622ba62e91d7c3 authored over 10 years ago
Merge branch 'master' into php5

* master:
Reimplement testGenerateIdentifier to fix #321

github.com/phpseclib/phpseclib - 89aab253621c7ba16eb9e8af575de345f6bb81f9 authored over 10 years ago
Merge branch 'master' into php5

* master:
Split Unit/Functional Test Suites.

github.com/phpseclib/phpseclib - 00e2d8d959f0646aeb407ebfce8ddc44388d8e8d authored over 10 years ago
Merge pull request #356 from bantu/test-directory-reorganisation

Split Unit/Functional Test Suites.

* bantu/test-directory-reorganisation:
Split Unit/Function...

github.com/phpseclib/phpseclib - 602606d96649726b95cbbd46eefa50a5122cdb45 authored over 10 years ago
Merge branch 'master' into php5

* master:
Specify the runs option for external code coverage.
No Scrutinizer Code Coverage o...

github.com/phpseclib/phpseclib - 453f883a89b7bf22c191704ad592b3fb9b349e06 authored over 10 years ago
Merge pull request #355 from bantu/scrutinizer-coverage

Scrutinizer CI code coverage

* bantu/scrutinizer-coverage:
Specify the runs option for extern...

github.com/phpseclib/phpseclib - bb3c2ca28d0ff0f3207ee8068fb8ac9a14bb03c4 authored over 10 years ago
Reimplement testGenerateIdentifier to fix #321

github.com/phpseclib/phpseclib - 83ddfe09a6033f250e11d782874992a55eb699e9 authored over 10 years ago
PHP 5.3+: Replace custom autoloader with composer autoloader.

github.com/phpseclib/phpseclib - dcff8a4f5a2e90ebb9ddf49e4c8aec7186969cf9 authored over 10 years ago
Split Unit/Functional Test Suites.

github.com/phpseclib/phpseclib - 4af647f170be8e0a0a1b816fe2907f25678ef469 authored over 10 years ago
Specify the runs option for external code coverage.

github.com/phpseclib/phpseclib - 3cda3178625f73c8bf3ecf2f8cd555bee010fafe authored over 10 years ago
No Scrutinizer Code Coverage on HHVM either.

Fatal error: Uncaught exception 'PharException' with message 'Corrupt phar, can't read 4 bytes s...

github.com/phpseclib/phpseclib - 825cd124aaa016eace39f178359b7b1c97cadac7 authored over 10 years ago
Extract into upload-code-coverage-scrutinizer.sh

github.com/phpseclib/phpseclib - 33e62401c386eb7efed9266b57333ad433790c83 authored over 10 years ago
Add -html suffix to existing code-coverage shell script.

github.com/phpseclib/phpseclib - b5fed807f3b7983d3bbe4dacec7eb7ee33aa2fcc authored over 10 years ago
Configure Scrutinizer CI to expect external code coverage data.

github.com/phpseclib/phpseclib - 2c00f074e593e46b63bf60081ec47acbe8fdb213 authored over 10 years ago
Upload clover.xml from Travis CI into Scrutinizer CI.

github.com/phpseclib/phpseclib - a29b46693cc184d7f7902e9727049be34b01e7ab authored over 10 years ago
Produce a clover.xml code coverage file.

github.com/phpseclib/phpseclib - 8aa17c285c95c66b719343b98fc9eb7677db56b6 authored over 10 years ago