terrafrost
|
c1c233e907
|
Merge branch '2.0' into 3.0
|
2021-05-15 22:28:36 -05:00 |
|
terrafrost
|
94abf563ad
|
Merge branch '1.0' into 2.0
|
2021-05-15 22:22:35 -05:00 |
|
terrafrost
|
8204273978
|
SSH2: fix issue with key re-exchange
|
2021-05-15 22:22:14 -05:00 |
|
terrafrost
|
574382e06a
|
Merge branch '2.0' into 3.0
|
2021-05-14 12:56:16 -05:00 |
|
terrafrost
|
0b4484a107
|
Merge branch '1.0' into 2.0
|
2021-05-14 12:56:09 -05:00 |
|
terrafrost
|
9a7cfafc8d
|
SSH2: timeout would occasionally infinitely loop
this was changed from !$this->curTimeout to $this->curTimeout <= 0
in commit 96c4c3bc58
|
2021-05-14 12:55:06 -05:00 |
|
terrafrost
|
748e889513
|
Merge branch '3.0-channel-closure' into 3.0
|
2021-05-11 20:29:41 -05:00 |
|
terrafrost
|
81ffb62c20
|
Merge branch '2.0' into 3.0-channel-closure
|
2021-05-11 20:28:46 -05:00 |
|
terrafrost
|
1e36329433
|
Merge branch '1.0' into 2.0
|
2021-05-11 20:23:49 -05:00 |
|
terrafrost
|
9c47b0a696
|
SFTP: reopen channel on channel closure
|
2021-05-11 20:20:46 -05:00 |
|
terrafrost
|
b3b54e8c6b
|
Merge branch '2.0' into 3.0
|
2021-05-09 08:00:02 -05:00 |
|
terrafrost
|
b2267e24b0
|
Merge branch '1.0' into 2.0
|
2021-05-09 07:54:40 -05:00 |
|
danieljankowski
|
b07738814e
|
ASN1: fix timezone issue when non-utc time is given
|
2021-05-09 07:08:20 -05:00 |
|
terrafrost
|
05828a8759
|
SFTP: reopen channel on channel closure
|
2021-05-09 01:07:09 -05:00 |
|
terrafrost
|
bd0e217793
|
Merge branch '2.0' into 3.0
|
2021-05-02 08:44:27 -05:00 |
|
nickyb
|
b53f54d953
|
Implemented auth_methods_to_continue property and getter.
|
2021-05-02 08:44:02 -05:00 |
|
terrafrost
|
f1c7946b72
|
Merge branch '1.0' into 2.0
|
2021-05-02 08:37:28 -05:00 |
|
terrafrost
|
0e3ef812c3
|
CS adjustments
|
2021-05-02 08:37:19 -05:00 |
|
terrafrost
|
f1b0708446
|
Merge branch '1.0' into 2.0
|
2021-05-02 08:15:00 -05:00 |
|
nickyb
|
aa8138a330
|
Support for continue auth methods.
|
2021-05-02 08:12:24 -05:00 |
|
Kyle
|
0f77cf3a59
|
Allow string for BigInteger
In real life BigInteger are used to store number too big to be `int` so `string` is actually the natural type to use
|
2021-04-26 09:07:55 -05:00 |
|
terrafrost
|
cf39b89276
|
CHANGELOG: add 3.0.8 release
|
2021-04-20 16:21:05 -05:00 |
|
terrafrost
|
7d3b0a2182
|
X509: tweaks to mapOutExtensions
|
2021-04-20 16:01:45 -05:00 |
|
Kyle
|
c596078d7a
|
Create tbsCertificate/extensions if missing
Fix #1642
Create tbsCertificate/extensions if missing when extensions values are proceeded
|
2021-04-20 15:59:46 -05:00 |
|
terrafrost
|
d9615a6fb9
|
AsymetrticKey: add getComment() method
|
2021-04-18 22:20:48 -05:00 |
|
terrafrost
|
701881d3de
|
X509: add replace parameter to setExtensionValue
|
2021-04-18 10:00:26 -05:00 |
|
terrafrost
|
0d9d1eedb1
|
Tests/EC: now that Parallels isn't running these plugins linger
|
2021-04-17 08:18:11 -05:00 |
|
terrafrost
|
5fccc4cada
|
fix bad merge
|
2021-04-17 07:36:50 -05:00 |
|
terrafrost
|
b44a59091a
|
Merge branch '2.0' into 3.0
|
2021-04-17 06:53:11 -05:00 |
|
terrafrost
|
c3aecf503e
|
Tests: updates now that parallels is not being used
|
2021-04-17 06:27:14 -05:00 |
|
terrafrost
|
721fd70a6b
|
Merge branch '2.0' into 3.0
|
2021-04-17 06:18:10 -05:00 |
|
terrafrost
|
a1d310cb8b
|
Merge branch '1.0' into 2.0
|
2021-04-17 06:17:51 -05:00 |
|
terrafrost
|
8bc9f4ba25
|
Travis: don't use parallels or xdebug
|
2021-04-17 06:14:50 -05:00 |
|
terrafrost
|
07f728546b
|
X509: apparently list() works differently in 5.6 than in 7.0+
|
2021-04-16 09:06:52 -05:00 |
|
terrafrost
|
acc2657511
|
X509: symmetric array destructuring requires PHP 7.1+
|
2021-04-15 21:24:35 -05:00 |
|
Bastien Miclo
|
0dabb0c090
|
Allow to specify extension value as critical
|
2021-04-15 21:21:48 -05:00 |
|
Kyle
|
8123521307
|
Don't filter basicConstraints on unique values
array_unique check values which is not relevant for basicConstraints where `true == "foo"` so prevent to specify any other constraint (like pathlen)
|
2021-04-15 21:03:08 -05:00 |
|
terrafrost
|
03e9060cbb
|
cipher_name_openssl_ecb shouldn't be static because of AES
|
2021-04-14 05:24:03 -05:00 |
|
terrafrost
|
5b6024b409
|
CS adjustment
|
2021-04-13 08:05:55 -05:00 |
|
terrafrost
|
11cc31d99a
|
Merge branch '3.0' of https://github.com/terrafrost/phpseclib into 3.0
|
2021-04-12 06:17:41 -05:00 |
|
terrafrost
|
4e1093fc22
|
CS adjustments
|
2021-04-12 06:17:04 -05:00 |
|
terrafrost
|
b7eaee4977
|
don't load plugins whose filename start with a .
|
2021-04-09 10:55:50 -05:00 |
|
terrafrost
|
d369510df0
|
Merge branch '2.0' into 3.0
|
2021-04-06 09:00:11 -05:00 |
|
terrafrost
|
233a920cb3
|
CHANGELOG: add 2.0.31 release
|
2021-04-06 08:56:45 -05:00 |
|
terrafrost
|
9dbcbd1562
|
Merge branch '2.0' into 3.0
|
2021-04-06 08:43:20 -05:00 |
|
terrafrost
|
364704a939
|
Merge branch '1.0' into 2.0
|
2021-04-06 08:43:13 -05:00 |
|
terrafrost
|
05550b9c49
|
Merge pull request #1635 from terrafrost/moosa-1.0
cleanup RSA PKCS#1 v1.5 signature verification (CVE-2021-30130)
|
2021-04-06 08:42:18 -05:00 |
|
terrafrost
|
e436022c89
|
Merge branch 'moosa-2.0' into moosa-3.0
|
2021-04-03 18:21:04 -05:00 |
|
terrafrost
|
f95b039d08
|
Merge branch 'moosa-1.0' into moosa-2.0
|
2021-04-03 18:17:27 -05:00 |
|
terrafrost
|
149b4d2131
|
RSA: fix for PHP8
|
2021-04-03 18:16:59 -05:00 |
|