terrafrost
|
b9cd84108c
|
AES: fix issue preventing ECB mode from decrypting
|
2018-02-21 08:26:52 -06:00 |
|
terrafrost
|
596d122a76
|
X509: code cleanup
|
2018-02-20 10:12:50 -06:00 |
|
terrafrost
|
55384afdac
|
RSA: make it so you can't sign w/ public key, decrypt w/ private
|
2018-02-18 16:03:06 -06:00 |
|
terrafrost
|
63b6df29a8
|
Merge branch '2.0'
|
2018-02-07 21:24:51 -06:00 |
|
terrafrost
|
473c980d0c
|
Merge branch '1.0' into 2.0
|
2018-02-07 21:23:21 -06:00 |
|
terrafrost
|
1468ef1a23
|
SFTP: fix issue with extended attribute on 64-bit PHP installs
|
2018-02-07 21:22:54 -06:00 |
|
terrafrost
|
44ac8f3996
|
Merge branch '2.0'
|
2018-01-22 07:26:57 -06:00 |
|
terrafrost
|
364e05babf
|
Merge branch '1.0' into 2.0
|
2018-01-22 07:22:29 -06:00 |
|
terrafrost
|
92623daba8
|
BigInteger: fix issues with bitwise_xor
|
2018-01-22 00:38:42 -06:00 |
|
terrafrost
|
fe71957c37
|
Merge branch '2.0'
|
2018-01-21 13:01:06 -06:00 |
|
terrafrost
|
c419f1121f
|
Merge branch '1.0' into 2.0
|
2018-01-21 12:38:35 -06:00 |
|
terrafrost
|
8aecafc92f
|
X509: fix 7.2 error when extensions were removed and new ones added
|
2018-01-21 12:36:49 -06:00 |
|
terrafrost
|
59faa1d253
|
Merge branch '2.0'
|
2018-01-01 13:09:18 -06:00 |
|
terrafrost
|
d0155508e9
|
Merge branch '1.0' into 2.0
|
2018-01-01 13:09:05 -06:00 |
|
terrafrost
|
30a11a3951
|
SFTP: update state cache accordingly when file becomes directory
|
2018-01-01 13:07:45 -06:00 |
|
terrafrost
|
3c96ca9fd1
|
Merge branch '2.0-channel-request-updates' into master-channel-request-updates
|
2017-12-25 19:12:57 -06:00 |
|
terrafrost
|
2a09816088
|
Merge branch '1.0-channel-request-updates' into 2.0-channel-request-updates
|
2017-12-25 19:11:13 -06:00 |
|
terrafrost
|
46b5bd413a
|
SSH2: more channel handling updates
|
2017-12-25 19:09:20 -06:00 |
|
terrafrost
|
56a644faa8
|
replace user_error with exceptions in a few more places
|
2017-12-23 14:32:22 -06:00 |
|
terrafrost
|
239a32ff06
|
Merge pull request #1222 from rrran/extract_func_phpdoc
Add PhpDoc @var for extract() functions
|
2017-12-23 14:18:28 -06:00 |
|
Sokolovskyy Roman
|
b8d826f04f
|
Trying to fix unit tests
|
2017-12-21 10:17:30 +01:00 |
|
Sokolovskyy Roman
|
62ee1a5747
|
Multiline phpdoc for extract to one liner
|
2017-12-21 10:14:53 +01:00 |
|
terrafrost
|
c340d62548
|
Crypt: some of the minimum key lengths were off
|
2017-12-19 07:04:36 -06:00 |
|
terrafrost
|
4bc1d7d682
|
Merge branch '1.0' into 2.0
|
2017-12-18 00:08:00 -06:00 |
|
terrafrost
|
354666c36d
|
Merge branch 'jude' into 1.0
|
2017-12-18 00:06:51 -06:00 |
|
terrafrost
|
19a46748a2
|
Merge branch '2.0'
|
2017-12-17 16:25:30 -06:00 |
|
terrafrost
|
37922e5b4c
|
Merge branch '1.0' into 2.0
|
2017-12-17 15:05:15 -06:00 |
|
terrafrost
|
6930560ae6
|
more adjustments for ARM CPU's
|
2017-12-17 14:52:43 -06:00 |
|
terrafrost
|
a5ed1acbae
|
Merge branch '2.0'
|
2017-12-14 06:34:43 -06:00 |
|
terrafrost
|
45d6d0aa70
|
Merge branch 'validation-1.0' into 2.0
|
2017-12-14 06:34:32 -06:00 |
|
terrafrost
|
36e9992508
|
X509: serial numbers are biginteger's
|
2017-12-14 06:22:55 -06:00 |
|
terrafrost
|
446652099a
|
Merge branch 'validation-1.0' into 2.0
|
2017-12-13 19:50:37 -06:00 |
|
terrafrost
|
247e969366
|
X509: simplify revised validation logic and add to CRL validation
|
2017-12-13 19:36:55 -06:00 |
|
mdelikat
|
d9195ea5bd
|
validateSignature if subjectKeyIdentifier is not set and check serial number if is set
|
2017-12-13 19:05:06 -06:00 |
|
terrafrost
|
4f9e92b380
|
Merge branch '2.0'
|
2017-12-09 18:59:25 -06:00 |
|
terrafrost
|
87dd553517
|
Merge branch '1.0' into 2.0
|
2017-12-09 18:39:27 -06:00 |
|
terrafrost
|
b25681beeb
|
fix float to int conversions on ARM CPU's
|
2017-12-09 18:16:48 -06:00 |
|
terrafrost
|
a96add4526
|
DSA/Signature/SSH2: fix infrequent error with too short sigs
|
2017-12-05 00:08:56 -06:00 |
|
terrafrost
|
0074539429
|
Merge branch 'array_to_short_syntax'
|
2017-12-04 23:03:35 -06:00 |
|
Sokolovskyy Roman
|
c705e7d9c6
|
Add PhpDoc @var for extract() functions
|
2017-12-04 11:11:43 +01:00 |
|
terrafrost
|
defe0514a9
|
Random: CS adjustment
|
2017-12-03 22:42:58 -06:00 |
|
terrafrost
|
f0b1439639
|
Merge branch '2.0-travis-exp' into master-travis-exp
|
2017-12-03 22:41:02 -06:00 |
|
terrafrost
|
2f3c9197d9
|
Merge branch '1.0-travis-exp' into 2.0-travis-exp
|
2017-12-03 22:40:31 -06:00 |
|
terrafrost
|
ab5158dcd3
|
Random: return empty string if $length is 0
|
2017-12-03 22:39:01 -06:00 |
|
terrafrost
|
1587c5498b
|
Merge branch '1.0-travis-exp' into 2.0-travis-exp
|
2017-12-03 20:22:57 -06:00 |
|
terrafrost
|
703f7840db
|
X509: use anonymous function in PHP >= 5.3.0
|
2017-12-03 15:55:58 -06:00 |
|
terrafrost
|
a6acafa36c
|
Merge branch 'master' of https://github.com/phpseclib/phpseclib
|
2017-11-29 00:14:58 -06:00 |
|
Sokolovskyy Roman
|
966ee7f170
|
Long array() to short [] syntax
|
2017-11-27 09:30:14 +01:00 |
|
terrafrost
|
675822df96
|
Merge branch 'master-is-prime'
|
2017-11-23 10:25:43 -06:00 |
|
terrafrost
|
c5d0674c20
|
Merge branch '2.0-is-prime' into 2.0
|
2017-11-23 10:25:34 -06:00 |
|