terrafrost
|
54b18b4547
|
Merge branch '2.0' into 3.0
|
2021-03-20 00:46:53 -05:00 |
|
terrafrost
|
6136434139
|
Merge branch '1.0' into 2.0
|
2021-03-19 16:59:46 -05:00 |
|
terrafrost
|
e209db78b8
|
Crypt/Base: use a custom error handler for mcrypt
|
2021-03-19 16:55:58 -05:00 |
|
terrafrost
|
624f514e88
|
SSH2: add setTerminal() method
|
2021-03-16 21:18:56 -05:00 |
|
terrafrost
|
d74340a41c
|
more CS adjustments
|
2021-03-16 06:55:20 -05:00 |
|
terrafrost
|
cd5e5126ca
|
SFTP: CS adjustment
|
2021-03-16 06:18:19 -05:00 |
|
terrafrost
|
a8018c1922
|
CHANGELOG: add 3.0.6 release
|
2021-03-13 08:24:01 -06:00 |
|
Ernest Lebedev
|
906a5fafab
|
Added some PHPDoc fixes according to use cases from the docs (https://phpseclib.com/docs/sftp) to satisfy PHPStan
|
2021-03-10 07:58:31 -06:00 |
|
terrafrost
|
70bc5d01f0
|
Merge branch '2.0' into 3.0
|
2021-03-08 23:04:28 -06:00 |
|
terrafrost
|
cf8d62500b
|
Merge branch '1.0' into 2.0
|
2021-03-08 23:04:21 -06:00 |
|
terrafrost
|
a45ccbacb7
|
SFTP: digit only filenames were converted to integers by php
|
2021-03-08 23:03:38 -06:00 |
|
terrafrost
|
eb2d0b3099
|
Merge branch '2.0' into 3.0
|
2021-02-26 09:21:38 -06:00 |
|
terrafrost
|
aac5b0a74c
|
Merge branch '1.0' into 2.0
|
2021-02-26 09:17:52 -06:00 |
|
terrafrost
|
b2b867f032
|
BigInteger: fix issue with toBits on 32-bit PHP 8 installs
|
2021-02-26 09:17:05 -06:00 |
|
terrafrost
|
eeabad1ed3
|
SFTP: mkdir on streams didn't work
|
2021-02-23 05:14:25 -06:00 |
|
terrafrost
|
8a459caada
|
Merge branch '2.0' into 3.0
|
2021-02-22 09:06:46 -06:00 |
|
terrafrost
|
22a14fd22f
|
Merge branch '1.0' into 2.0
|
2021-02-22 09:06:39 -06:00 |
|
lightray22
|
488db53bf7
|
fix undefined index notice in stream touch()
|
2021-02-22 08:54:30 -06:00 |
|
terrafrost
|
a8f5d9db55
|
Merge branch '2.0' into 3.0
|
2021-02-21 18:57:40 -06:00 |
|
terrafrost
|
67c9cc224b
|
Merge branch '1.0' into 2.0
|
2021-02-21 18:57:19 -06:00 |
|
terrafrost
|
d20e842a5e
|
SFTP/Stream: make it so you can write past the end of a file
|
2021-02-21 18:41:28 -06:00 |
|
terrafrost
|
7c751ea006
|
CHANGELOG: add 3.0.5 release
|
2021-02-12 10:18:16 -06:00 |
|
terrafrost
|
8a028a001c
|
CHANGELOG: add 3.0.4 release
|
2021-02-12 10:15:17 -06:00 |
|
terrafrost
|
55f23334cd
|
loadPublic -> loadPublicKey; loadPrivate -> loadPrivateKey
|
2021-02-12 07:48:12 -06:00 |
|
terrafrost
|
052cb7d762
|
X509: add getCurrentCert method (since $currentCert is now private)
|
2021-02-10 08:26:58 -06:00 |
|
terrafrost
|
3bddf4d962
|
PublicKeyLoader: add loadPublic, loadPrivate and loadParameters
|
2021-02-08 23:44:24 -06:00 |
|
terrafrost
|
a18b86ae26
|
add mode to all block cipher examples
|
2021-02-04 01:06:14 -06:00 |
|
terrafrost
|
8797d76009
|
Merge branch '2.0' into 3.0
|
2021-02-03 20:02:29 -06:00 |
|
terrafrost
|
72264ff918
|
Tests/RSA: add unit test for raw keys
|
2021-02-03 20:00:56 -06:00 |
|
terrafrost
|
d096769654
|
Rijndael: calling setIV() after setBlockLength() can result in err
|
2021-02-02 20:21:56 -06:00 |
|
terrafrost
|
e9f79655db
|
RSA: use OpenSSL for generating private keys
|
2021-01-28 09:49:15 -06:00 |
|
terrafrost
|
b49203d5b9
|
BigInteger: big speedups for when OpenSSL is used
|
2021-01-26 23:13:40 -06:00 |
|
terrafrost
|
85a844bab1
|
RSA: CS adjustments
|
2021-01-26 22:58:45 -06:00 |
|
terrafrost
|
845a2275e8
|
X509: CS adjustments
|
2021-01-25 13:02:05 -06:00 |
|
terrafrost
|
bdb6c08c35
|
misc docblock adjustments
|
2021-01-25 12:36:02 -06:00 |
|
terrafrost
|
1795b5df6a
|
SSH/Agent: EC keys didn't work with agent
|
2021-01-25 12:21:14 -06:00 |
|
terrafrost
|
3d4767301c
|
X509: fix niche issue with computeKeyIdentifier
|
2021-01-25 12:17:36 -06:00 |
|
Tomáš Procházka
|
e8b4e4d4df
|
Allow newer versions of paragonie/random_compat
Allows to use version of paragonie/random_compat which is NOOP for PHP 7.0 or newer.
|
2021-01-19 08:26:31 -06:00 |
|
terrafrost
|
97a5a270e4
|
CHANGELOG: add 3.0.3 release
|
2021-01-16 11:35:19 -06:00 |
|
terrafrost
|
5bddb7b13f
|
Merge branch '1.0' of https://github.com/phpseclib/phpseclib into 1.0
|
2021-01-16 10:58:00 -06:00 |
|
terrafrost
|
c203a4425e
|
Merge branch '2.0' into 3.0
|
2021-01-16 10:41:30 -06:00 |
|
terrafrost
|
6499451d4b
|
Tests/RSA: adjustments for 2.0
|
2021-01-16 10:40:48 -06:00 |
|
terrafrost
|
cdbb1236a7
|
Merge branch '2.0' into 3.0
|
2021-01-16 10:33:39 -06:00 |
|
terrafrost
|
8e7acd8842
|
Merge branch '1.0' into 2.0
|
2021-01-16 10:32:10 -06:00 |
|
Jan Slabon
|
e5a226f6be
|
Added support of keys with PSS algorithm-identifier
|
2021-01-16 10:31:56 -06:00 |
|
Jan Slabon
|
131459996b
|
Added support for absent parameters field in PSS keys
See [here](https://tools.ietf.org/html/rfc4055#section-3.1) for details.
|
2021-01-16 10:24:55 -06:00 |
|
terrafrost
|
c1b70c21cb
|
RSA: the salt length isn't saved for new keys
|
2021-01-16 09:59:45 -06:00 |
|
terrafrost
|
3e32d5a853
|
Merge pull request #1573 from kylekatarnls/feature/allow-to-use-extensions
Allow to extend X509 extensions
|
2021-01-15 21:57:07 -06:00 |
|
Bastien Miclo
|
57476bf304
|
Cleanup import
|
2021-01-14 16:18:07 +01:00 |
|
Bastien Miclo
|
e69049be5e
|
Add getRegisteredExtension()
|
2021-01-14 16:15:55 +01:00 |
|