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

Crypt_Base: removed die(1)

re:
https://github.com/phpseclib/phpseclib/commit/89ea2da86bb73553e5990b6d06bef062ea176ef9#commi...

github.com/phpseclib/phpseclib-php5 - f102ce62e202f0d3c26e862755c872696bbd2cf0 authored over 11 years ago
Crypt_base: Typo

github.com/phpseclib/phpseclib - af1700a025b09814c0120697e5483c997bd5436f authored over 11 years ago
Crypt_*: CS and comments

- Crypt_* Some CS
- Crypt_Base: better comments for phpseclib developers
- Crypt_Base::_createIn...

github.com/phpseclib/phpseclib-php5 - 89ea2da86bb73553e5990b6d06bef062ea176ef9 authored over 11 years ago
Crypt_*: CS and comments

- Crypt_* Some CS
- Crypt_Base: better comments for phpseclib developers
- Crypt_Base::_createIn...

github.com/phpseclib/phpseclib - 89ea2da86bb73553e5990b6d06bef062ea176ef9 authored over 11 years ago
SSH2: use Crypt_Rijndael instead of Crypt_AES

Crypt_AES is pretty much just a wrapper now

github.com/phpseclib/phpseclib - 76ea505af84a123d72babc5f32be6cfaf1a5d672 authored over 11 years ago
SSH2: use Crypt_Rijndael instead of Crypt_AES

Crypt_AES is pretty much just a wrapper now

github.com/phpseclib/phpseclib-php5 - 76ea505af84a123d72babc5f32be6cfaf1a5d672 authored over 11 years ago
SFTP: get() didn't return data

github.com/phpseclib/phpseclib - 3b56c695e23fd1407902483ce65b62631ec9cf59 authored over 11 years ago
SFTP: get() didn't return data

github.com/phpseclib/phpseclib-php5 - 3b56c695e23fd1407902483ce65b62631ec9cf59 authored over 11 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

github.com/phpseclib/phpseclib - 7863f476d225375142f0a64cb74b8aef96c88132 authored over 11 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

github.com/phpseclib/phpseclib-php5 - 7863f476d225375142f0a64cb74b8aef96c88132 authored over 11 years ago
SSH2: revamp dynamic listing of crypto algorithms

github.com/phpseclib/phpseclib-php5 - a3e6e1578b4762a7db7069e30549af8c627c0faf authored over 11 years ago
SSH2: revamp dynamic listing of crypto algorithms

github.com/phpseclib/phpseclib - a3e6e1578b4762a7db7069e30549af8c627c0faf authored over 11 years ago
RC2: Optimizations, inline-crypt bug fix

github.com/phpseclib/phpseclib - b5da66e97917bf6baf2a3dcbce594c8755f2b238 authored over 11 years ago
RC2: Optimizations, inline-crypt bug fix

github.com/phpseclib/phpseclib-php5 - b5da66e97917bf6baf2a3dcbce594c8755f2b238 authored over 11 years ago
Add Crypt RC2 algorithm.

github.com/phpseclib/phpseclib-php5 - b247ad174375dbdc323a85a2e2f82d10c3b225c7 authored over 11 years ago
Add Crypt RC2 algorithm.

github.com/phpseclib/phpseclib - b247ad174375dbdc323a85a2e2f82d10c3b225c7 authored over 11 years ago
SSH2: build supported cipher list off of files that are present

github.com/phpseclib/phpseclib - adf8afd4eb7566615decfc65892266d21f49612c authored over 11 years ago
SSH2: build supported cipher list off of files that are present

github.com/phpseclib/phpseclib-php5 - adf8afd4eb7566615decfc65892266d21f49612c authored over 11 years ago
SSH2: reorder cipher preferences

github.com/phpseclib/phpseclib-php5 - 2edc9fc0a920ab3bcf55d7bf7c74b00d35a0658c authored over 11 years ago
SSH2: reorder cipher preferences

github.com/phpseclib/phpseclib - 2edc9fc0a920ab3bcf55d7bf7c74b00d35a0658c authored over 11 years ago
RSA: loading XML private keys didn't always work

github.com/phpseclib/phpseclib - 4de71168d8b647cdc8165f44d4c86f8c053bbd8f authored over 11 years ago
RSA: loading XML private keys didn't always work

github.com/phpseclib/phpseclib-php5 - 4de71168d8b647cdc8165f44d4c86f8c053bbd8f authored over 11 years ago
BigInteger: define $p

github.com/phpseclib/phpseclib-php5 - 30408ff8fba4cd78fdc816dd63d99cdb5fa8b2ab authored over 11 years ago
BigInteger: define $p

github.com/phpseclib/phpseclib - 30408ff8fba4cd78fdc816dd63d99cdb5fa8b2ab authored over 11 years ago
SFTP: didn't define a constant

github.com/phpseclib/phpseclib-php5 - c0fa1ee0b991067be48c6eb3c1701b642913fce2 authored over 11 years ago
SFTP: didn't define a constant

github.com/phpseclib/phpseclib - c0fa1ee0b991067be48c6eb3c1701b642913fce2 authored over 11 years ago
Merge remote-tracking branch 'origin/master' into Crypt_Base

Conflicts:
phpseclib/Crypt/DES.php
phpseclib/Crypt/RC4.php

github.com/phpseclib/phpseclib - 7b3434c01fefd485c23b157f3a66be96eeaa3ecf authored over 11 years ago
Merge remote-tracking branch 'origin/master' into Crypt_Base

Conflicts:
phpseclib/Crypt/DES.php
phpseclib/Crypt/RC4.php

github.com/phpseclib/phpseclib-php5 - 7b3434c01fefd485c23b157f3a66be96eeaa3ecf authored over 11 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

github.com/phpseclib/phpseclib - 05715e13e7df2e6aacdada47adec3fe578e33dd0 authored over 11 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

github.com/phpseclib/phpseclib-php5 - 05715e13e7df2e6aacdada47adec3fe578e33dd0 authored over 11 years ago
SFTP: Update how resumes work

github.com/phpseclib/phpseclib-php5 - cbe156f0cbc7e715731b841482a1b1625df31250 authored over 11 years ago
SFTP: Update how resumes work

github.com/phpseclib/phpseclib - cbe156f0cbc7e715731b841482a1b1625df31250 authored over 11 years ago
AES: use ()'s for require_once

All other require_once's use them so for consistency this one ought to too

github.com/phpseclib/phpseclib - 17d73a4e357513e64dd9bc1478ad18ac024cd7c6 authored over 11 years ago
AES: use ()'s for require_once

All other require_once's use them so for consistency this one ought to too

github.com/phpseclib/phpseclib-php5 - 17d73a4e357513e64dd9bc1478ad18ac024cd7c6 authored over 11 years ago
SFTP: remove isset() from constructor

github.com/phpseclib/phpseclib - 5c3c9f990f16dedb32751f9cb6ed31c7d7de6008 authored over 11 years ago
SFTP: remove isset() from constructor

github.com/phpseclib/phpseclib-php5 - 5c3c9f990f16dedb32751f9cb6ed31c7d7de6008 authored over 11 years ago
Merge pull request #119 from VaclavSir/sftp_default_port

Net_SFTP_Stream: Use default SFTP port, if no port specified

github.com/phpseclib/phpseclib-php5 - 799c8e322f986a4df7b3b9513f177911b91929d4 authored over 11 years ago
Merge pull request #119 from VaclavSir/sftp_default_port

Net_SFTP_Stream: Use default SFTP port, if no port specified

github.com/phpseclib/phpseclib - 799c8e322f986a4df7b3b9513f177911b91929d4 authored over 11 years ago
Net_SFTP_Stream: Use default SFTP port, if not set otherwise.

github.com/phpseclib/phpseclib - b0ee4d559198009794e5aaf30528865ebabc6bb7 authored over 11 years ago
Net_SFTP_Stream: Use default SFTP port, if not set otherwise.

github.com/phpseclib/phpseclib-php5 - b0ee4d559198009794e5aaf30528865ebabc6bb7 authored over 11 years ago
Fix error in SFTP example

Thanks puggan!

github.com/phpseclib/docs - 1d70955b6431ece597d27bdc0a79615feb9fa6ce authored over 11 years ago
SFTP: add _close_handle() function and close handle on put failure

github.com/phpseclib/phpseclib - a83ff6cad82ad44c7eead89f825ea84364a09f83 authored over 11 years ago
SFTP: add _close_handle() function and close handle on put failure

github.com/phpseclib/phpseclib-php5 - a83ff6cad82ad44c7eead89f825ea84364a09f83 authored over 11 years ago
SSH2: close channel and break after exit-signal

Prior to https://github.com/phpseclib/phpseclib/commit/efdec7b118b1f8c24b9882ccc4a7fce5cb8d945f ...

github.com/phpseclib/phpseclib-php5 - d79ce65fe3b8d3ec9c1c0492ca12cf7c16c0b640 authored over 11 years ago
SSH2: close channel and break after exit-signal

Prior to https://github.com/phpseclib/phpseclib/commit/efdec7b118b1f8c24b9882ccc4a7fce5cb8d945f ...

github.com/phpseclib/phpseclib - d79ce65fe3b8d3ec9c1c0492ca12cf7c16c0b640 authored over 11 years ago
README: update version number / download link

github.com/phpseclib/phpseclib - 3c39e89bf8c46365a85f222f0f16406c55f48660 authored over 11 years ago
README: update version number / download link

github.com/phpseclib/phpseclib-php5 - 3c39e89bf8c46365a85f222f0f16406c55f48660 authored over 11 years ago
Update download link to 0.3.5

github.com/phpseclib/docs - ef5437f0c625c2c59f968f9bed3e921bc70ad348 authored over 11 years ago
X509: don't validate self-signed certs by default

github.com/phpseclib/phpseclib - fe3765fe1773c9d62985d05d5b5da24c921c4bd0 authored over 11 years ago
X509: don't validate self-signed certs by default

github.com/phpseclib/phpseclib-php5 - fe3765fe1773c9d62985d05d5b5da24c921c4bd0 authored over 11 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

github.com/phpseclib/phpseclib-php5 - 9bcee47f2e020c22a51a27d8dc1e18958fd5bf67 authored over 11 years ago
Merge branch 'master' of https://github.com/phpseclib/phpseclib

github.com/phpseclib/phpseclib - 9bcee47f2e020c22a51a27d8dc1e18958fd5bf67 authored over 11 years ago
BigInteger: refactor randomPrime somewhat

github.com/phpseclib/phpseclib-php5 - 043ad01eca1924fe275262a6ad74018ed04da0ff authored over 11 years ago
BigInteger: refactor randomPrime somewhat

github.com/phpseclib/phpseclib - 043ad01eca1924fe275262a6ad74018ed04da0ff authored over 11 years ago
Merge pull request #117 from bantu/elliptic-curve-preparation

Preparation for ECDH in SSH

github.com/phpseclib/phpseclib - 2ec8c8c9256ff98a3e09fc04ac3dd24c2cb6610b authored over 11 years ago
Merge pull request #117 from bantu/elliptic-curve-preparation

Preparation for ECDH in SSH

github.com/phpseclib/phpseclib-php5 - 2ec8c8c9256ff98a3e09fc04ac3dd24c2cb6610b authored over 11 years ago
SSH2: Update timeout functionality

Make it so Net_SSH2 doesn't close channel upon timeout. only if reset() is closed will channel b...

github.com/phpseclib/phpseclib-php5 - e85f5c7198ef82d9f61c105b6c54ae82e402b657 authored over 11 years ago
SSH2: Update timeout functionality

Make it so Net_SSH2 doesn't close channel upon timeout. only if reset() is closed will channel b...

github.com/phpseclib/phpseclib - e85f5c7198ef82d9f61c105b6c54ae82e402b657 authored over 11 years ago
[feature/elliptic-curve] Add comment for generator 2 and sha1 hash function.

github.com/phpseclib/phpseclib - 61279f1fb6c38649f5bfc2f4c0cf8c68ebb1e74a authored over 11 years ago
[feature/elliptic-curve] Add comment for generator 2 and sha1 hash function.

github.com/phpseclib/phpseclib-php5 - 61279f1fb6c38649f5bfc2f4c0cf8c68ebb1e74a authored over 11 years ago
[feature/elliptic-curve] Associate the generator (decimal 2) with the prime.

github.com/phpseclib/phpseclib-php5 - 2fcbd776058daa93b4d87f09fe8e4be2c6efe995 authored over 11 years ago
[feature/elliptic-curve] Associate the generator (decimal 2) with the prime.

github.com/phpseclib/phpseclib - 2fcbd776058daa93b4d87f09fe8e4be2c6efe995 authored over 11 years ago
[feature/elliptic-curve] Specify prime data to BigInteger directly in base 16.

github.com/phpseclib/phpseclib-php5 - 1c63d4b74664a9c06621c6cbcdce860044350eaa authored over 11 years ago
[feature/elliptic-curve] Specify prime data to BigInteger directly in base 16.

github.com/phpseclib/phpseclib - 1c63d4b74664a9c06621c6cbcdce860044350eaa authored over 11 years ago
[feature/elliptic-curve] Rename $p -> $prime

github.com/phpseclib/phpseclib-php5 - 1a200f8c7bb9e0f0de798988b9cf224934975898 authored over 11 years ago
[feature/elliptic-curve] Rename $p -> $prime

github.com/phpseclib/phpseclib - 1a200f8c7bb9e0f0de798988b9cf224934975898 authored over 11 years ago
[feature/elliptic-curve] Do not instantiate unnecessary $x instance.

github.com/phpseclib/phpseclib-php5 - 7253e77386a3d4bb548f7fe190571830b443f706 authored over 11 years ago
[feature/elliptic-curve] Do not instantiate unnecessary $x instance.

github.com/phpseclib/phpseclib - 7253e77386a3d4bb548f7fe190571830b443f706 authored over 11 years ago
[feature/elliptic-curve] Rename $q to $max because that's what it is.

github.com/phpseclib/phpseclib-php5 - 97cf60900d7457416170008c7f78c7ca27b96a5a authored over 11 years ago
[feature/elliptic-curve] Rename $q to $max because that's what it is.

github.com/phpseclib/phpseclib - 97cf60900d7457416170008c7f78c7ca27b96a5a authored over 11 years ago
[feature/elliptic-curve] Assign a variable to Math_BigInteger(1).

github.com/phpseclib/phpseclib - 50f5f3f97ed755d1a5215e0071e2b55ed194d1c9 authored over 11 years ago
[feature/elliptic-curve] Assign a variable to Math_BigInteger(1).

github.com/phpseclib/phpseclib-php5 - 50f5f3f97ed755d1a5215e0071e2b55ed194d1c9 authored over 11 years ago
[feature/elliptic-curve] Use an instance of Crypt_Hash instead of sha1().

github.com/phpseclib/phpseclib-php5 - a730ed6e4c14a009daf79b4ce5924d09b4d24192 authored over 11 years ago
[feature/elliptic-curve] Use an instance of Crypt_Hash instead of sha1().

github.com/phpseclib/phpseclib - a730ed6e4c14a009daf79b4ce5924d09b4d24192 authored over 11 years ago
Remove unused variable $generator from Math_BigInteger::random().

github.com/phpseclib/phpseclib - dadaaf791ee4f497246368b355bf1414b24f908e authored over 11 years ago
Remove unused variable $generator from Math_BigInteger::random().

github.com/phpseclib/phpseclib-php5 - dadaaf791ee4f497246368b355bf1414b24f908e authored over 11 years ago
BigInteger: docblock update

github.com/phpseclib/phpseclib-php5 - 32a47d2fbc73b155b236303f284f0e459f0e7c18 authored over 11 years ago
BigInteger: docblock update

github.com/phpseclib/phpseclib - 32a47d2fbc73b155b236303f284f0e459f0e7c18 authored over 11 years ago
Merge pull request #114 from bantu/fix-weak-ssh-dh-keys

Fix weak ssh dh keys

github.com/phpseclib/phpseclib-php5 - e25ae8c4f4d5191bea2e03ac442434b2820502b3 authored over 11 years ago
Merge pull request #114 from bantu/fix-weak-ssh-dh-keys

Fix weak ssh dh keys

github.com/phpseclib/phpseclib - e25ae8c4f4d5191bea2e03ac442434b2820502b3 authored over 11 years ago
RC4: removed __destruct()

Re: https://github.com/phpseclib/phpseclib/issues/107

github.com/phpseclib/phpseclib - 6c4b0cb833d38e47d7d7ad890a0e0cd81263ac88 authored over 11 years ago
RC4: removed __destruct()

Re: https://github.com/phpseclib/phpseclib/issues/107

github.com/phpseclib/phpseclib-php5 - 6c4b0cb833d38e47d7d7ad890a0e0cd81263ac88 authored over 11 years ago
Merge pull request #112 from bantu/remove-svn-version-lines

[remove-svn-version-lines] Remove useless @version: $Id$ lines.

github.com/phpseclib/phpseclib-php5 - e7ff51251107520c19117291ddbfa4c835329c65 authored over 11 years ago
Merge pull request #112 from bantu/remove-svn-version-lines

[remove-svn-version-lines] Remove useless @version: $Id$ lines.

github.com/phpseclib/phpseclib - e7ff51251107520c19117291ddbfa4c835329c65 authored over 11 years ago
[remove-svn-version-lines] Remove useless @version: $Id$ lines.

These lines served some purpose on SVN, but are now useless on Git. They
actually do harm as the...

github.com/phpseclib/phpseclib - 727dba5905c17bd12b26ad5ede221f2ca3149e4a authored over 11 years ago
[remove-svn-version-lines] Remove useless @version: $Id$ lines.

These lines served some purpose on SVN, but are now useless on Git. They
actually do harm as the...

github.com/phpseclib/phpseclib-php5 - 727dba5905c17bd12b26ad5ede221f2ca3149e4a authored over 11 years ago
Merge pull request #113 from bantu/sourceforge-url-typo

[sourceforge-url-typo] {htp:// -> http://}phpseclib.sourceforge.net

github.com/phpseclib/phpseclib - 2a44a96d8c112700faf14dfe1cf1edcb6b23b022 authored over 11 years ago
Merge pull request #113 from bantu/sourceforge-url-typo

[sourceforge-url-typo] {htp:// -> http://}phpseclib.sourceforge.net

github.com/phpseclib/phpseclib-php5 - 2a44a96d8c112700faf14dfe1cf1edcb6b23b022 authored over 11 years ago
[sourceforge-url-typo] {htp:// -> http://}phpseclib.sourceforge.net

github.com/phpseclib/phpseclib - aa2e1ff177ad135cdbdcd17178a6ecd2ea95114b authored over 11 years ago
[sourceforge-url-typo] {htp:// -> http://}phpseclib.sourceforge.net

github.com/phpseclib/phpseclib-php5 - aa2e1ff177ad135cdbdcd17178a6ecd2ea95114b authored over 11 years ago
[fix-weak-ssh-dh-keys] bitwise_leftShift() expects number of bits, not bytes.

github.com/phpseclib/phpseclib-php5 - 1733c3366c2ff81bef8ba9139075607732cc0478 authored over 11 years ago
[fix-weak-ssh-dh-keys] bitwise_leftShift() expects number of bits, not bytes.

github.com/phpseclib/phpseclib - 1733c3366c2ff81bef8ba9139075607732cc0478 authored over 11 years ago
[fix-weak-ssh-dh-keys] $keyLength is in bytes. Do not compare to 160 bits.

github.com/phpseclib/phpseclib - 252c6ec68d06404ade64daf3cff63c401a12fd80 authored over 11 years ago
[fix-weak-ssh-dh-keys] $keyLength is in bytes. Do not compare to 160 bits.

github.com/phpseclib/phpseclib-php5 - 252c6ec68d06404ade64daf3cff63c401a12fd80 authored over 11 years ago
Base/AES/Rijndael: Optimizations

- Base/Rijndael/AES: Comments updated.

- Base: removed __desctructor(). Re:
https://github.com/...

github.com/phpseclib/phpseclib - fb8d185804dc1c42278401a4cae3df0088db407c authored over 11 years ago
Base/AES/Rijndael: Optimizations

- Base/Rijndael/AES: Comments updated.

- Base: removed __desctructor(). Re:
https://github.com/...

github.com/phpseclib/phpseclib-php5 - fb8d185804dc1c42278401a4cae3df0088db407c authored over 11 years ago
AES: inconsistencey with 160 / 224-bits keys

re: https://github.com/phpseclib/phpseclib/issues/110

github.com/phpseclib/phpseclib-php5 - 53276ba4a119163d6d6ab18e93c49fb19081ecbd authored over 11 years ago
AES: inconsistencey with 160 / 224-bits keys

re: https://github.com/phpseclib/phpseclib/issues/110

github.com/phpseclib/phpseclib - 53276ba4a119163d6d6ab18e93c49fb19081ecbd authored over 11 years ago
SSH2: add $callable parameter to exec()

github.com/phpseclib/phpseclib-php5 - dc76cf5b8e679f666f58ece6de0caeb246c416cf authored over 11 years ago