Ecosyste.ms: OpenCollective

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

github.com/phpseclib/phpseclib-php5

ABANDONED in favour of the php5 branch in the phpseclib repository.
https://github.com/phpseclib/phpseclib-php5

update branch name / URL

3501fa0ed69d0086031d8afd0d5f980e1fc15849 authored over 8 years ago by terrafrost <[email protected]>
Merge pull request #3 from vrkansagara/master

Abandoned message updated.

9ceb64fe607d5396e6bc3c9edab35207e6ae0cd8 authored over 8 years ago by terrafrost <[email protected]>
Merge pull request #1 from vrkansagara/vrkansagara-patch-1

Abandoned message added into readme file.

a94f5945967400bd70676155dca902df5c8ca079 authored over 8 years ago by Vallabh Kansagara <[email protected]>
Abandoned message added into readme file.

file updated with "Abandoned" message.

cec164e6af0cc543712e2f68177965cd7214386d authored over 8 years ago by Vallabh Kansagara <[email protected]>
ASN1, X509: replace user_error's with exceptions

660b8895ecbe93ce158a5045b23c91e1b79229da authored over 11 years ago by terrafrost <[email protected]>
RSA: conditionally throw BadPasswordException

cdeb6585c50d4c27ea5fb1a1985e8398ead32d9d authored over 11 years ago by terrafrost <[email protected]>
Merge branch 'master' of https://github.com/phpseclib/phpseclib-php5

b8548c08dd391f02ca44a605e8e29d1b2aaa7ee9 authored over 11 years ago by terrafrost <[email protected]>
RSA: Replace user_error's with exceptions

6ff397d8562d691b5b576e227f7296ed7f6d5d21 authored over 11 years ago by terrafrost <[email protected]>
README: more updates

50b910e54deddae9b89fcce755f13406db8154f7 authored over 11 years ago by terrafrost <[email protected]>
Merge branch 'master' of https://github.com/phpseclib/phpseclib-php5

b0857256eccfcaf4c8e5e3678320bd50914bf228 authored over 11 years ago by terrafrost <[email protected]>
Base: Use exceptions instead of user_error

bc0fc00d9d7859f4d5d4bfe860601f4abe3abb43 authored over 11 years ago by terrafrost <[email protected]>
README: updates

238bd8bc362632b650c18adfa9cc033f791b8a32 authored over 11 years ago by terrafrost <[email protected]>
Merge branch 'master' of git://github.com/phpseclib/phpseclib

Conflicts:
README.md

3d2be7da977606443a2cc4d916f4a1360d489edf authored over 11 years ago by terrafrost <[email protected]>
Initial commit

51882999d11b4f31f46e976cdbb89357ecac6e46 authored over 11 years ago by terrafrost <[email protected]>
Merge branch 'master' of https://github.com/phpseclib/phpseclib

e295d51409d7edb5cd54fc86d35b8bd667fd4cf6 authored over 11 years ago by terrafrost <[email protected]>
X509: adjust case of id-at-stateorprovinceName

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

01bb284119d485ce6a11c32c92d7696f47e3e5a8 authored over 11 years ago by terrafrost <[email protected]>
Merge pull request #129 from johnsterling/string-shift-alt

Optimization by replacing _string_shift()

84093715c29d251a4bac668dcfeb49597f6b6491 authored over 11 years ago by terrafrost <[email protected]>
Merge branch 'master' of https://github.com/phpseclib/phpseclib

ffdcf843c1e56b459e379103f3f97af1cfd82d38 authored over 11 years ago by terrafrost <[email protected]>
SSH2: channel handling adjustments

- keep track of server -> client window size and look out for NET_SSH2_MSG_CHANNEL_WINDOW_ADJUST...

0f96fae81879e6d8a19831a98063ecd9e2e1fdf9 authored over 11 years ago by terrafrost <[email protected]>
SFTP: Add optimization for put() with NET_SFTP_LOCAL_FILE

Use substr() instead of _string_shift().

5e0d58f0827717f7cd699afc0bd6e0d4192a9ead authored over 11 years ago by John Sterling <[email protected]>
SSH2: attempt to handle case where window size is smaller than packet size

309f79ecea3262f2a94550e1b5e22f8d31ca5dd5 authored over 11 years ago by terrafrost <[email protected]>
SSH2: Keep track of client -> server window size

327a3b8bc88cba2b2ad9618ea8b9fa17fe4ebf09 authored over 11 years ago by terrafrost <[email protected]>
SSH2: fix possible E_NOTICE

a6289036a0e03e61a151a987078d22edb0b07ada authored over 11 years ago by terrafrost <[email protected]>
ASN1: Integers should by at least 1 byte long.

Fixes https://github.com/phpseclib/phpseclib/issues/126.

23d48c4fc5dfd66613b205863641de9fcc41c4bf authored over 11 years ago by Patrick Monnerat <[email protected]>
RC2: Changes according to arguments in https://github.com/phpseclib/phpseclib/pull/124

e644c42efa48225d00c019a14f33c6126968ef7f authored over 11 years ago by Patrick Monnerat <[email protected]>
Merge branch 'master' of https://github.com/petrich/phpseclib into petrich-master

Apply pull request https://github.com/phpseclib/phpseclib/pull/124

a76558541cd877f6bac98e7848be6af96a45cbeb authored over 11 years ago by Patrick Monnerat <[email protected]>
Crypt_Base: removed die(1)

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

f102ce62e202f0d3c26e862755c872696bbd2cf0 authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
Crypt_base: Typo

af1700a025b09814c0120697e5483c997bd5436f authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
Crypt_*: CS and comments

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

89ea2da86bb73553e5990b6d06bef062ea176ef9 authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
SSH2: use Crypt_Rijndael instead of Crypt_AES

Crypt_AES is pretty much just a wrapper now

76ea505af84a123d72babc5f32be6cfaf1a5d672 authored over 11 years ago by terrafrost <[email protected]>
SFTP: get() didn't return data

3b56c695e23fd1407902483ce65b62631ec9cf59 authored over 11 years ago by terrafrost <[email protected]>
Merge branch 'master' of https://github.com/phpseclib/phpseclib

7863f476d225375142f0a64cb74b8aef96c88132 authored over 11 years ago by terrafrost <[email protected]>
SSH2: revamp dynamic listing of crypto algorithms

a3e6e1578b4762a7db7069e30549af8c627c0faf authored over 11 years ago by terrafrost <[email protected]>
RC2: Optimizations, inline-crypt bug fix

b5da66e97917bf6baf2a3dcbce594c8755f2b238 authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
Add Crypt RC2 algorithm.

b247ad174375dbdc323a85a2e2f82d10c3b225c7 authored over 11 years ago by Patrick Monnerat <[email protected]>
SSH2: build supported cipher list off of files that are present

adf8afd4eb7566615decfc65892266d21f49612c authored over 11 years ago by terrafrost <[email protected]>
SSH2: reorder cipher preferences

2edc9fc0a920ab3bcf55d7bf7c74b00d35a0658c authored over 11 years ago by terrafrost <[email protected]>
RSA: loading XML private keys didn't always work

4de71168d8b647cdc8165f44d4c86f8c053bbd8f authored over 11 years ago by terrafrost <[email protected]>
BigInteger: define $p

30408ff8fba4cd78fdc816dd63d99cdb5fa8b2ab authored over 11 years ago by terrafrost <[email protected]>
SFTP: didn't define a constant

c0fa1ee0b991067be48c6eb3c1701b642913fce2 authored over 11 years ago by terrafrost <[email protected]>
Merge remote-tracking branch 'origin/master' into Crypt_Base

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

7b3434c01fefd485c23b157f3a66be96eeaa3ecf authored over 11 years ago by terrafrost <[email protected]>
Merge branch 'master' of https://github.com/phpseclib/phpseclib

05715e13e7df2e6aacdada47adec3fe578e33dd0 authored over 11 years ago by terrafrost <[email protected]>
SFTP: Update how resumes work

cbe156f0cbc7e715731b841482a1b1625df31250 authored over 11 years ago by terrafrost <[email protected]>
AES: use ()'s for require_once

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

17d73a4e357513e64dd9bc1478ad18ac024cd7c6 authored over 11 years ago by terrafrost <[email protected]>
SFTP: remove isset() from constructor

5c3c9f990f16dedb32751f9cb6ed31c7d7de6008 authored over 11 years ago by terrafrost <[email protected]>
Merge pull request #119 from VaclavSir/sftp_default_port

Net_SFTP_Stream: Use default SFTP port, if no port specified

799c8e322f986a4df7b3b9513f177911b91929d4 authored over 11 years ago by terrafrost <[email protected]>
Net_SFTP_Stream: Use default SFTP port, if not set otherwise.

b0ee4d559198009794e5aaf30528865ebabc6bb7 authored over 11 years ago by Vaclav Sir <[email protected]>
SFTP: add _close_handle() function and close handle on put failure

a83ff6cad82ad44c7eead89f825ea84364a09f83 authored over 11 years ago by terrafrost <[email protected]>
SSH2: close channel and break after exit-signal

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

d79ce65fe3b8d3ec9c1c0492ca12cf7c16c0b640 authored over 11 years ago by terrafrost <[email protected]>
README: update version number / download link

3c39e89bf8c46365a85f222f0f16406c55f48660 authored over 11 years ago by terrafrost <[email protected]>
X509: don't validate self-signed certs by default

fe3765fe1773c9d62985d05d5b5da24c921c4bd0 authored over 11 years ago by terrafrost <[email protected]>
Merge branch 'master' of https://github.com/phpseclib/phpseclib

9bcee47f2e020c22a51a27d8dc1e18958fd5bf67 authored over 11 years ago by terrafrost <[email protected]>
BigInteger: refactor randomPrime somewhat

043ad01eca1924fe275262a6ad74018ed04da0ff authored over 11 years ago by terrafrost <[email protected]>
Merge pull request #117 from bantu/elliptic-curve-preparation

Preparation for ECDH in SSH

2ec8c8c9256ff98a3e09fc04ac3dd24c2cb6610b authored over 11 years ago by terrafrost <[email protected]>
SSH2: Update timeout functionality

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

e85f5c7198ef82d9f61c105b6c54ae82e402b657 authored over 11 years ago by terrafrost <[email protected]>
[feature/elliptic-curve] Add comment for generator 2 and sha1 hash function.

61279f1fb6c38649f5bfc2f4c0cf8c68ebb1e74a authored over 11 years ago by Andreas Fischer <[email protected]>
[feature/elliptic-curve] Associate the generator (decimal 2) with the prime.

2fcbd776058daa93b4d87f09fe8e4be2c6efe995 authored over 11 years ago by Andreas Fischer <[email protected]>
[feature/elliptic-curve] Specify prime data to BigInteger directly in base 16.

1c63d4b74664a9c06621c6cbcdce860044350eaa authored over 11 years ago by Andreas Fischer <[email protected]>
[feature/elliptic-curve] Rename $p -> $prime

1a200f8c7bb9e0f0de798988b9cf224934975898 authored over 11 years ago by Andreas Fischer <[email protected]>
[feature/elliptic-curve] Do not instantiate unnecessary $x instance.

7253e77386a3d4bb548f7fe190571830b443f706 authored over 11 years ago by Andreas Fischer <[email protected]>
[feature/elliptic-curve] Rename $q to $max because that's what it is.

97cf60900d7457416170008c7f78c7ca27b96a5a authored over 11 years ago by Andreas Fischer <[email protected]>
[feature/elliptic-curve] Assign a variable to Math_BigInteger(1).

50f5f3f97ed755d1a5215e0071e2b55ed194d1c9 authored over 11 years ago by Andreas Fischer <[email protected]>
[feature/elliptic-curve] Use an instance of Crypt_Hash instead of sha1().

a730ed6e4c14a009daf79b4ce5924d09b4d24192 authored over 11 years ago by Andreas Fischer <[email protected]>
Remove unused variable $generator from Math_BigInteger::random().

dadaaf791ee4f497246368b355bf1414b24f908e authored over 11 years ago by Andreas Fischer <[email protected]>
BigInteger: docblock update

32a47d2fbc73b155b236303f284f0e459f0e7c18 authored over 11 years ago by terrafrost <[email protected]>
Merge pull request #114 from bantu/fix-weak-ssh-dh-keys

Fix weak ssh dh keys

e25ae8c4f4d5191bea2e03ac442434b2820502b3 authored over 11 years ago by terrafrost <[email protected]>
RC4: removed __destruct()

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

6c4b0cb833d38e47d7d7ad890a0e0cd81263ac88 authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
Merge pull request #112 from bantu/remove-svn-version-lines

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

e7ff51251107520c19117291ddbfa4c835329c65 authored over 11 years ago by terrafrost <[email protected]>
[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...

727dba5905c17bd12b26ad5ede221f2ca3149e4a authored over 11 years ago by Andreas Fischer <[email protected]>
Merge pull request #113 from bantu/sourceforge-url-typo

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

2a44a96d8c112700faf14dfe1cf1edcb6b23b022 authored over 11 years ago by terrafrost <[email protected]>
[sourceforge-url-typo] {htp:// -> http://}phpseclib.sourceforge.net

aa2e1ff177ad135cdbdcd17178a6ecd2ea95114b authored over 11 years ago by Andreas Fischer <[email protected]>
[fix-weak-ssh-dh-keys] bitwise_leftShift() expects number of bits, not bytes.

1733c3366c2ff81bef8ba9139075607732cc0478 authored over 11 years ago by Andreas Fischer <[email protected]>
[fix-weak-ssh-dh-keys] $keyLength is in bytes. Do not compare to 160 bits.

252c6ec68d06404ade64daf3cff63c401a12fd80 authored over 11 years ago by Andreas Fischer <[email protected]>
Base/AES/Rijndael: Optimizations

- Base/Rijndael/AES: Comments updated.

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

fb8d185804dc1c42278401a4cae3df0088db407c authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
AES: inconsistencey with 160 / 224-bits keys

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

53276ba4a119163d6d6ab18e93c49fb19081ecbd authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
SSH2: add $callable parameter to exec()

dc76cf5b8e679f666f58ece6de0caeb246c416cf authored over 11 years ago by terrafrost <[email protected]>
CS adjustments

e71ec8f4c8406f0f321568ecc371e6d6b4e2cfc7 authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
Method namings

35f1b8dc2bb26f30b3ba29d8de991e14caf0389d authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
CS adjustment

5429504aee1851ae217c75cf20a08e31381b0363 authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
CS and method namings

995c09cb676ed7ce99b0141a299505c6ac2e0714 authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
BL/TF optimizations. 3DES: +20% speed

- Blowfish/Twofish small optimizations

- 3DES +20% speedup from Patrick's commit:
https://githu...

72fa880aa2e3cbfc644115ef174516095661471e authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
DES: move IP/inverse IP transforms out of the round loop in inline_crypt_setup().

This is another 20% runtime gain on triple DES.

f596c577cf3a666be3818316562db90aced09330 authored over 11 years ago by Patrick Monnerat <[email protected]>
Crypt_Base

Crypt_Base() implementation

55ff00cc35e81d663cb6c0c6031fb02f6ded5608 authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
Merge pull request #14 from phpseclib/master

sync

1a087b5531e979a313470b4f92a1ad2f983cc454 authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
Twofish: bugfix in setPasswort()

fixed bug in setPasswort()... (occurred only in Twofish.php)

448be87e83ba78df812e23b59e6fdaa75b2cf164 authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
SFTP: add the same multi-factor auth support that Net_SSH2 enjoys

eabd0a8963b8fac231671ccde474909580000a33 authored over 11 years ago by terrafrost <[email protected]>
SSH2: fix broken grammer from next to last commit

Thanks, bantu!

6fdac04fd19c817e1f60271d7643b550efe55655 authored over 11 years ago by terrafrost <[email protected]>
Merge branch 'master' of https://github.com/phpseclib/phpseclib

7fe989a44959f5861b8821e44c64f7890be8c13f authored over 11 years ago by terrafrost <[email protected]>
SFTP: attempt to utilize SFTP via CLI if subsystem is unavailable

cb100162910dde2c02ccd32c9f802af76e8f0c13 authored over 11 years ago by terrafrost <[email protected]>
SSH2: return false (without error) on channel failure

Also update error message. SFTP, for example, makes a channel request even though it's not askin...

742fbc188f53f2097a33a5a5f35fb65b5e74a178 authored over 11 years ago by terrafrost <[email protected]>
Merge branch 'master' of https://github.com/phpseclib/phpseclib

b2262f731dbd2aee68bcbe95593d374b8aee76a5 authored over 11 years ago by terrafrost <[email protected]>
Merge remote-tracking branch 'vlajos/master'

33e415cb4dbab37ab3e61007c7d790e2bbb9ea76 authored over 11 years ago by terrafrost <[email protected]>
SFTP: $content isn't defined when file is being written to

af3f275f1970c1b7e99bca3c3b57980aa040ba06 authored over 11 years ago by terrafrost <[email protected]>
ASN1: CS adjustments

ff88b7e68584bde9fd2a6847af5ac3abaec223ce authored over 11 years ago by terrafrost <[email protected]>
Merge pull request #106 from petrich/optimizations

Optimizations

40af70825421b94872a52d1c408a8c949902bd8b authored over 11 years ago by terrafrost <[email protected]>
Merge remote-tracking branch 'origin/largerfiles'

2ab6497e41f6bfd68ed31740202dfbee4149f513 authored over 11 years ago by terrafrost <[email protected]>
SSH2: window size is server -> client, not client -> server

1e2d0ccd9fd77bf5d2c81831a2e9772e0fdad2ce authored over 11 years ago by terrafrost <[email protected]>
optimizations

b242259d17b0f56614a3fa7736b7834d1129c3e6 authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
Merge pull request #13 from phpseclib/master

sync

c16de4f2d5bc334f3998a72ba9cc3c1800f9cd08 authored over 11 years ago by Hans-Jürgen Petrich <[email protected]>
SSH2: 0x7FFFFFFF == 2GB not 4GB

06044e8632dbd3d50b145f09086897ad717b198c authored over 11 years ago by terrafrost <[email protected]>