PHP Secure Communications Library
Go to file
Andreas Fischer 58cdf692f8 Merge branch 'master' into php5
* master:
  SSH2: move _connect() call to _login() from login()
  SSH2: phpdoc updates
  SSH: clarify role of constructor / connection timeout
  SSH1: do fsockopen() call when login has been called
  SSH2: != -> |=
  SSH2: phpdoc changes
  SSH2: syntax error
  SSH2: timeout set in constructor != timeout set by setTimeout()
  SSH2: add phpdoc header
  SSH2: connect to server in login() function

Conflicts:
	phpseclib/Net/SSH2.php
2014-04-10 18:00:38 +02:00
build Apply coding guidelines (with exceptions) to the tests directory. 2014-02-15 20:05:30 +01:00
phpseclib Merge branch 'master' into php5 2014-04-10 18:00:38 +02:00
tests A few functional tests for Net_SFTP. 2014-04-07 18:16:59 +02:00
travis A few functional tests for Net_SFTP. 2014-04-07 18:16:59 +02:00
.gitattributes added build status and extra lines 2012-06-11 02:30:46 -06:00
.gitignore Only apply git ignores relative to repository root. 2013-11-23 20:33:37 +01:00
.travis.yml Merge branch 'master' into php5 2014-03-04 18:21:08 +01:00
AUTHORS AUTHORS: add more developers 2013-03-11 16:36:27 -05:00
composer.json Merge branch 'master' into php5 2014-02-28 23:17:46 +01:00
composer.lock Update PHP_CodeSniffer from 1.4.7 to 1.5.2. This fixes a rule inheritance bug. 2014-02-15 19:40:19 +01:00
LICENSE Updated LICENSE 2013-11-23 21:18:24 +01:00
phpunit.xml.dist [feature/phpunit] Add phpunit configuration and bootstrapping. 2012-06-06 13:07:36 +02:00
README.md Merge branch 'master' into php5 2014-02-28 23:17:46 +01:00

phpseclib - PHP Secure Communications Library

Build Status

MIT-licensed pure-PHP implementations of an arbitrary-precision integer arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael, AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509

PEAR Channel PEAR Channel: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm)