|
2dc68c809f
|
Rewrite IGE
|
2019-06-15 21:33:35 +02:00 |
|
|
3097d2940b
|
Merge remote
|
2019-06-14 12:38:33 +02:00 |
|
terrafrost
|
327f555b7c
|
add expanded support for OpenSSH private keys
|
2019-06-08 22:04:54 -05:00 |
|
terrafrost
|
8e03f5bfb2
|
RSA: make it so PSS keys can be saved
|
2019-06-01 19:35:17 -05:00 |
|
terrafrost
|
8017c74429
|
RSA: add preliminary support for RSA-PSS keys
|
2019-05-29 00:32:53 -05:00 |
|
terrafrost
|
7c7d500d80
|
System/Agent: add support for DSA / ECDSA keys
|
2019-05-23 08:35:36 -05:00 |
|
terrafrost
|
7d3b5a0c79
|
Tests/X509: add new tests to test DSA / ECDSA certs
|
2019-05-20 23:38:54 -05:00 |
|
terrafrost
|
cc32cd2e95
|
make RSA / DSA / ECDSA immutable and add support to SSH2 / X509
|
2019-05-19 15:35:29 -05:00 |
|
terrafrost
|
00b6eaf507
|
ECDSA/Keys/PKCS8: correctly convert private keys to public
|
2019-04-29 21:45:17 -05:00 |
|
terrafrost
|
494d20efc8
|
add Salsa20 / ChaCha20 stream ciphers
|
2019-03-22 15:45:36 -05:00 |
|
terrafrost
|
17e6938fba
|
updates to Exceptions
|
2018-12-31 09:55:32 -06:00 |
|
terrafrost
|
01c92a59f8
|
add support for Galois/Counter Mode (GCM)
|
2018-12-27 08:31:35 -06:00 |
|
terrafrost
|
50f9e1a71a
|
Tests/AES: add unit test for encrypting without a key
|
2018-12-02 11:58:07 -06:00 |
|
terrafrost
|
d234297819
|
Tests/ECDSA: test to make sure that k is not re-used
|
2018-11-24 22:13:40 -06:00 |
|
terrafrost
|
3c4fbe131f
|
Tests/ECDSA: make tests work on PHP 5.6 (by skipping some tests)
|
2018-11-24 08:32:14 -06:00 |
|
terrafrost
|
0398f7a815
|
add ECDSA / EdDSA support
|
2018-11-19 12:39:21 -06:00 |
|
terrafrost
|
7740d9c0c0
|
Hash: add sha3 support
|
2018-08-11 23:55:41 -05:00 |
|
terrafrost
|
2440be341d
|
Tests/AES: add test for ECB mode
|
2018-02-21 08:20:29 -06:00 |
|
Daniil Gentili
|
a74a5f718f
|
Fix syntax error
|
2018-02-20 13:23:02 +00:00 |
|
Daniil Gentili
|
0d9dc46c03
|
Merge main origin
|
2018-02-20 09:46:34 +00: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 |
|
Sokolovskyy Roman
|
966ee7f170
|
Long array() to short [] syntax
|
2017-11-27 09:30:14 +01:00 |
|
Daniil Gentili
|
52c068acb9
|
Fixes
|
2017-10-05 14:56:57 +03:00 |
|
Daniil Gentili
|
6d714a6f7c
|
Merge
|
2017-10-05 14:44:26 +03: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 |
|
Sokolovskyy Roman
|
c6020a4c42
|
Unit tests fixes.
A PHPDoc fix
|
2017-09-14 09:42:37 +02:00 |
|
Sokolovskyy Roman
|
25c1ae6e00
|
Merge remote-tracking branch 'origin/master' into Bugfixes2
|
2017-08-09 12:28:02 +02:00 |
|
terrafrost
|
9d8f014748
|
SymmetricKey: isValidKey took ints instead of strings
|
2017-08-07 23:57:02 -05:00 |
|
Sokolovskyy Roman
|
55cacdf7cd
|
More PHPDOC fixes
|
2017-08-04 12:06:25 +02:00 |
|
terrafrost
|
885dc96185
|
Tests/DSA: expand test to reproduce issue identified in #1151
|
2017-07-30 15:57:53 -05:00 |
|
terrafrost
|
2b80803042
|
Merge branch '2.0'
|
2017-07-16 12:10:37 -05:00 |
|
terrafrost
|
ce2bfd984e
|
Tests: fix CS errors
|
2017-07-16 12:09:45 -05:00 |
|
terrafrost
|
4171262b9e
|
SymmetricKey: use strings for constructor and setPreferredEngine
|
2017-06-28 06:54:10 -05:00 |
|
terrafrost
|
1630a6710d
|
RSA/DSA: support XML keys with XML declarations
|
2017-06-26 21:58:20 -05:00 |
|
terrafrost
|
6a7e0210bc
|
Merge branch '2.0'
|
2017-06-22 23:37:45 -05:00 |
|
Matej Kravjar
|
47c419545a
|
Fixed #632 Fatal error: Cannot access self:: when no class scope is active
|
2017-06-20 12:43:42 +02:00 |
|
terrafrost
|
39b66d512d
|
Tests/RSA: update test for master branch
|
2017-05-29 06:34:06 -05:00 |
|
terrafrost
|
6ca7323401
|
Merge branch '2.0'
|
2017-05-29 06:33:24 -05:00 |
|
terrafrost
|
fe8f1bba7b
|
Tests/RSA: update unit test for 2.0 branch
|
2017-05-29 06:33:01 -05:00 |
|
terrafrost
|
a4cd384bab
|
Merge branch '1.0' into 2.0
|
2017-05-29 06:32:23 -05:00 |
|
terrafrost
|
f089aa4eb9
|
Tests/RSA: add unit test for loading bad key after loading good key
|
2017-05-29 06:20:46 -05:00 |
|
Daniil Gentili
|
200c2a9a88
|
Merge branch 'master' of https://github.com/phpseclib/phpseclib
|
2017-05-11 02:05:07 +01:00 |
|
Daniil Gentili
|
12dc23d9ab
|
Added support for AES IGE
|
2017-02-10 04:37:59 +01:00 |
|
terrafrost
|
42def63b00
|
Merge remote-tracking branch 'upstream/master' into dsa-test-2
|
2017-02-02 21:07:47 -05:00 |
|
terrafrost
|
ab1da5ac1f
|
Merge pull request #1084 from terrafrost/php5-updates
PHP5 updates for master branch
|
2017-02-02 21:03:07 -05:00 |
|
terrafrost
|
eb459daeaf
|
add DSA implementation
|
2017-02-02 20:20:47 -05:00 |
|
terrafrost
|
9220bcd49a
|
fix bad merge
|
2017-01-27 14:44:21 -06:00 |
|
terrafrost
|
7d2e44b430
|
Merge branch '2.0'
|
2017-01-27 12:40:23 -06:00 |
|
terrafrost
|
062ee6b5b5
|
Tests: crypt_random_string -> Random::string
|
2017-01-27 12:35:48 -06:00 |
|
terrafrost
|
ac2b7ef76c
|
Merge branch '1.0' into 2.0
|
2017-01-27 12:17:04 -06:00 |
|