Agent Forwarding for 2.0 branch
* terrafrost/agentforwarding-2.0-1:
SSH2: missed a file in the merge
removed unwarrented user_error
preference isset over array_key_exists, return false on failure, break after return channel opened
moved agent forwarding channel handling to filter method and reusing existing open channels to request forwarding
removed stopSSHForwarding
determining what failure to expect
addresses low hanging fruit comments from terrafrost and bantu
removed superfluous default case
SSH agent forwarding implementation
Agent Forwarding for 1.0 branch
* terrafrost/agentforwarding-1.0:
removed unwarrented user_error
preference isset over array_key_exists, return false on failure, break after return channel opened
moved agent forwarding channel handling to filter method and reusing existing open channels to request forwarding
removed stopSSHForwarding
determining what failure to expect
addresses low hanging fruit comments from terrafrost and bantu
removed superfluous default case
SSH agent forwarding implementation
DES: fix fatal error that could occur under special circumstances
* terrafrost/des-self-fix:
DES: fix fatal error that could occur under special circumstances
make it so that the timeout in the constructor behaves in the same
way that timeout's set via setTimeout() do. eg. isTimeout() tells
you if a timeout was thrown etc.
X509: make it so you can use File_ASN1_Element for custom X.509 extensions
* terrafrost/x509-custom-extensions:
Tests/X509: add unit test
X509: make it so you can use File_ASN1_Element for custom X.509 extensions
* 1.0:
Tests/X509: swap expected and actual value
Tests/X509: fix unit test
Tests/X509: add unit test for unsupported extension encoding
X509: always base64-encode extensions for which _getMapping returns a bool
X509: always base64-encode extensions for which _getMapping returns a bool
* terrafrost/x509-unsupported-extensions-2:
Tests/X509: swap expected and actual value
Tests/X509: fix unit test
Tests/X509: add unit test for unsupported extension encoding
X509: always base64-encode extensions for which _getMapping returns a bool
Remove old branch alias from 1.0 branch
* GrahamForks/1.0-composer:
PHP 5.2 is not supported by travis anymore
Updated dependencies
Removed old branch alias