terrafrost
|
ec579bd9ed
|
revisions to rrran's PHPDoc changes
|
2017-11-05 14:35:27 -06:00 |
|
terrafrost
|
10828543ce
|
Merge remote-tracking branch 'rrran/Fixes3'
|
2017-11-05 13:16:03 -06:00 |
|
terrafrost
|
5f3c49cbcc
|
Merge remote-tracking branch 'lzylinl/master'
|
2017-11-05 12:57:29 -06:00 |
|
terrafrost
|
6f6b93b012
|
BigInteger/GMP: use gmp_import / gmp_export
|
2017-11-05 12:33:22 -06:00 |
|
terrafrost
|
5801806d23
|
BigInteger/GMP: fix casting error
|
2017-11-05 12:28:16 -06:00 |
|
terrafrost
|
1041131bb1
|
Merge branch '2.0'
|
2017-11-05 11:53:59 -06:00 |
|
terrafrost
|
12090c138e
|
Tests/X509: update 1.0 test to work on 2.0
|
2017-11-05 11:42:33 -06:00 |
|
terrafrost
|
d218020747
|
Merge branch '1.0' into 2.0
|
2017-11-05 11:42:08 -06:00 |
|
terrafrost
|
ffcff461c4
|
X509: URL validation didn't work (#1203)
|
2017-11-05 11:36:41 -06:00 |
|
terrafrost
|
c7606818e0
|
BigInteger/Engines/PHP: small optimization to EvalBarrett engine
|
2017-11-05 01:56:04 -05:00 |
|
terrafrost
|
ff595f9951
|
BigInteger/Engines/PHP: fix issues with EvalBarrett reduction
|
2017-11-05 01:33:57 -05:00 |
|
terrafrost
|
5eec16041d
|
BigInteger/Engines/PHP: HAC 14.42.2 does mod $b^{k+1}$
|
2017-11-04 12:28:38 -05:00 |
|
terrafrost
|
5e9c67b2d0
|
Tests/BigInteger: re-enable primality testing in 32-bit PHP7
|
2017-11-04 09:42:15 -05:00 |
|
terrafrost
|
f01cc6b099
|
BigInteger/Engines/PHP: fix issue with regular barrett engine
|
2017-11-04 02:16:01 -05:00 |
|
terrafrost
|
410e5aed96
|
BigInteger/Engines/PHP: use regular barrett for PHP32 engine
|
2017-11-04 02:15:32 -05:00 |
|
Peter Bittner
|
31b02fe7cc
|
Unveil received value in unexpected value exceptions (SFTP)
|
2017-11-02 14:36:22 +01:00 |
|
Sokolovskyy Roman
|
f40ea062c2
|
Lots of PHPDoc fixes
|
2017-10-25 11:44:14 +02:00 |
|
terrafrost
|
a5038e2fd9
|
Merge branch 'master' of https://github.com/phpseclib/phpseclib
|
2017-10-24 07:48:24 -05:00 |
|
terrafrost
|
cdeeba9ecd
|
Tests/BigInteger: randomPrime(128) on PHP32 is just too slow
|
2017-10-24 00:50:48 -05:00 |
|
zylin
|
2fcc294cc6
|
Sometimes at php7 uniqid() return same result as their previous call. Here generates few equal labels wich makes error on eval. Does not know why uniqid() return same values but this is fact and my construction is more correct than previous. No need to call label id generation and use dirty goto :')
|
2017-10-23 22:31:18 +02:00 |
|
terrafrost
|
12f7358c67
|
Merge branch '2.0'
|
2017-10-23 00:09:07 -05:00 |
|
terrafrost
|
f4b6a522df
|
Merge branch '1.0' into 2.0
|
2017-10-23 00:04:54 -05:00 |
|
terrafrost
|
817bebef47
|
README: update latest 1.0 version to 1.0.8
|
2017-10-23 00:03:25 -05:00 |
|
terrafrost
|
3947dbf3ba
|
CHANGELOG: add 1.0.8 release
|
2017-10-23 00:01:21 -05:00 |
|
terrafrost
|
7a2f2e8e6b
|
BigInteger\PHP: self::$primes -> static::$primes
|
2017-10-21 12:32:56 -05:00 |
|
terrafrost
|
a59d046c9d
|
Tests/BigInteger: add unit test for randomPrime
|
2017-10-21 12:25:13 -05:00 |
|
terrafrost
|
0a912b4818
|
Merge pull request #1193 from eternalharvest/bugfix/doccomment
Fix wrong doccomment annotation and Suggestion
|
2017-10-10 06:03:03 -05:00 |
|
terrafrost
|
37abd02cc9
|
Merge pull request #1192 from eternalharvest/feature/aes_mode_cfb8
Add 'cfb8' cipher mode of operation support
|
2017-10-10 05:41:25 -05:00 |
|
Takuya Sawada
|
9e037309b9
|
SymmetricKey: refactor to simplify the code
|
2017-10-10 19:06:14 +09:00 |
|
Takuya Sawada
|
65cbc60918
|
SymmetricKey: fix indent style to follows the PSR-2 codeing style
|
2017-10-10 19:02:55 +09:00 |
|
terrafrost
|
ce92283c10
|
Merge branch '2.0'
|
2017-10-05 05:42:38 -05:00 |
|
terrafrost
|
6d51f2bf85
|
BigInteger: update bitwise_not fix for 2.0
|
2017-10-05 05:39:00 -05:00 |
|
terrafrost
|
245e7a15ca
|
Merge branch '1.0' into 2.0
|
2017-10-05 05:37:56 -05:00 |
|
terrafrost
|
a7ebe7d39d
|
BigInteger: fix bitwise_not for 0
|
2017-10-05 05:37:42 -05:00 |
|
terrafrost
|
35af260322
|
Merge branch '2.0'
|
2017-10-05 05:32:13 -05:00 |
|
terrafrost
|
e395a4a367
|
Merge branch '1.0' into 2.0
|
2017-10-05 05:31:51 -05:00 |
|
terrafrost
|
29fabaaa18
|
RSA: replace != with !$this->_equals
|
2017-10-05 05:31:19 -05:00 |
|
terrafrost
|
163f9c76f5
|
Merge branch '2.0'
|
2017-10-05 05:29:11 -05:00 |
|
terrafrost
|
d1470644a2
|
Merge branch '1.0' into 2.0
|
2017-10-05 05:28:47 -05:00 |
|
terrafrost
|
aeb8a98a25
|
Crypt/Base: fix version_compare call
|
2017-10-05 05:28:16 -05:00 |
|
terrafrost
|
0be79559c2
|
Merge branch '2.0'
|
2017-10-05 05:27:05 -05:00 |
|
terrafrost
|
33de8b82d6
|
Merge branch '1.0' into 2.0
|
2017-10-05 05:26:49 -05:00 |
|
terrafrost
|
042c8a9239
|
RC4: don't assume key is "\0" by default
|
2017-10-05 05:26:23 -05:00 |
|
Takuya Sawada
|
18a5867e16
|
Tests/AES: add newly added 'cfb8' cipher mode of operation for unit test
|
2017-10-05 19:06:50 +09:00 |
|
Takuya Sawada
|
7aa400745c
|
SymmetricKey: add Eval engine implementation for 'cfb8' cipher mode of operation
|
2017-10-05 19:06:47 +09:00 |
|
Takuya Sawada
|
8604e327a3
|
SymmetricKey: add 'cfb8' cipher mode of operation support
|
2017-10-05 19:06:45 +09:00 |
|
Takuya Sawada
|
e3bdbf5e0a
|
fix doccomment annotations
|
2017-10-05 18:46:59 +09:00 |
|
terrafrost
|
736cdf8e8f
|
Merge branch '2.0-use-eval'
|
2017-10-04 17:16:30 -05:00 |
|
terrafrost
|
2608074e74
|
Merge branch '1.0-use-eval' into 2.0-use-eval
|
2017-10-04 17:08:27 -05:00 |
|
terrafrost
|
98d46db7c5
|
Crypt/Base: use eval() instead of create_function() for >= 5.3
|
2017-10-04 17:03:14 -05:00 |
|