terrafrost
|
a30cfff79c
|
Merge branch 'master' of https://github.com/phpseclib/phpseclib
|
2018-12-16 19:04:43 -06:00 |
|
terrafrost
|
3dbc50c667
|
Merge branch 'post-ecdsa'
|
2018-12-16 19:03:44 -06:00 |
|
terrafrost
|
d37969a345
|
Merge pull request #1322 from terrafrost/ecdsa
add ECDSA / EdDSA support
|
2018-12-16 17:46:28 -06:00 |
|
terrafrost
|
b76a67dfb4
|
Merge branch '2.0'
|
2018-12-16 11:45:37 -06:00 |
|
terrafrost
|
42603ce3f4
|
Merge branch '1.0' into 2.0
|
2018-12-16 11:45:25 -06:00 |
|
terrafrost
|
a9c0e2d430
|
SSH2: setTimeout(0) didn't work as intended
|
2018-12-16 11:44:58 -06:00 |
|
terrafrost
|
8e977b4e59
|
ECDSA: CS adjustments to curves
|
2018-12-03 03:47:46 -06:00 |
|
terrafrost
|
7fb7e6ce52
|
Twofish: make tables static
|
2018-12-02 14:28:14 -06:00 |
|
terrafrost
|
e758878580
|
RC2: make pitable / invpitable tables static
|
2018-12-02 14:13:08 -06:00 |
|
terrafrost
|
b278bc7e7e
|
DES: make sboxes static
|
2018-12-02 13:59:42 -06:00 |
|
terrafrost
|
4679cb7bf7
|
Blowfish: make sboxes static
|
2018-12-02 12:42:53 -06:00 |
|
terrafrost
|
9bcd851e97
|
Blowfish: CS adjustments (" -> ')
|
2018-12-02 12:21:56 -06:00 |
|
terrafrost
|
5bcb298af7
|
SymmetricKey: throw an exception when en/de-crypting w/o a key
|
2018-12-02 12:01:56 -06:00 |
|
terrafrost
|
479fa4ce3d
|
BigInteger: add getEngine() static method
|
2018-12-02 10:58:07 -06:00 |
|
terrafrost
|
b4ef9a1cae
|
BigInteger: random() would error out if a BigInteger wasn't defined
|
2018-12-02 10:41:24 -06:00 |
|
terrafrost
|
3ecc62912d
|
throw exceptions when signing / verification is attempted w/o a key
|
2018-12-02 07:17:17 -06:00 |
|
terrafrost
|
8b2ef543ab
|
Merge branch '2.0'
|
2018-12-01 23:14:37 -06:00 |
|
terrafrost
|
6b6c869bb8
|
Merge branch '1.0' into 2.0
|
2018-12-01 23:14:10 -06:00 |
|
terrafrost
|
363ffc9cfd
|
System/SSH/Agent: CS adjustment
|
2018-12-01 23:10:54 -06:00 |
|
terrafrost
|
ab49ab9dca
|
Merge branch '2.0'
|
2018-12-01 22:47:04 -06:00 |
|
terrafrost
|
1bb2826ab1
|
Merge branch '1.0' into 2.0
|
2018-12-01 22:46:13 -06:00 |
|
terrafrost
|
fbef6f009f
|
System/SSH/Agent: add parameter to constructor
|
2018-12-01 22:41:45 -06:00 |
|
terrafrost
|
2c1994805b
|
ECDSA: make it so hash can't be changed for Ed25519 / Ed448
|
2018-11-29 10:05:28 -06:00 |
|
terrafrost
|
669ba5224f
|
SSH2: rm debug code
|
2018-11-23 00:50:56 -06:00 |
|
terrafrost
|
e006f5b326
|
Merge branch '2.0'
|
2018-11-22 21:55:51 -06:00 |
|
terrafrost
|
f3ea7ae986
|
Merge branch '1.0' into 2.0
|
2018-11-22 21:19:33 -06:00 |
|
terrafrost
|
8f2a0e6f0d
|
System/SSH/Agent: add support for rsa-sha2-256 / rsa-sha2-512
|
2018-11-22 20:47:15 -06:00 |
|
terrafrost
|
e1961c598d
|
Merge branch '2.0'
|
2018-11-22 13:33:35 -06:00 |
|
terrafrost
|
476cb127b1
|
X509: fix errors with validateDate
|
2018-11-22 13:28:42 -06:00 |
|
terrafrost
|
9ccfaff7ba
|
expand on eval() explanation
|
2018-11-20 08:26:17 -06:00 |
|
terrafrost
|
0398f7a815
|
add ECDSA / EdDSA support
|
2018-11-19 12:39:21 -06:00 |
|
Sebastiaan Andeweg
|
396b9f1a0a
|
fix order of user_error() and bitmap reset
|
2018-11-11 16:04:30 +01:00 |
|
Sebastiaan Andeweg
|
ca695f5bdd
|
fix order of user_error() and bitmap reset
|
2018-11-09 16:36:50 +01:00 |
|
terrafrost
|
99dcf43a7a
|
Merge branch '1.0' into 2.0
|
2018-10-13 08:21:22 -05:00 |
|
terrafrost
|
048635669e
|
Crypt/Base: create hmac object outside of while loop
|
2018-10-13 08:20:09 -05:00 |
|
terrafrost
|
405ed06e8a
|
Merge branch '2.0'
|
2018-10-13 08:18:47 -05:00 |
|
terrafrost
|
3119bb98e3
|
Merge branch '1.0' into 2.0
|
2018-10-13 08:15:46 -05:00 |
|
terrafrost
|
f0f7350045
|
Crypt/Base: if derived key length is 0 or less use hash length
|
2018-10-13 08:10:34 -05:00 |
|
terrafrost
|
39d3ffbeb1
|
Hash: use hash method for sha3 when available
|
2018-10-13 07:48:47 -05:00 |
|
terrafrost
|
3df87e8632
|
Merge branch '2.0'
|
2018-10-13 00:50:48 -05:00 |
|
terrafrost
|
f938922cfc
|
Merge branch '1.0' into 2.0
|
2018-10-12 23:05:42 -05:00 |
|
terrafrost
|
2d7aadc689
|
Hash: tweaks to hash pre-computation
|
2018-10-12 23:04:57 -05:00 |
|
terrafrost
|
a1513eb02f
|
Merge branch '2.0'
|
2018-10-12 22:44:14 -05:00 |
|
terrafrost
|
f5a9c0806a
|
Merge branch '1.0' into 2.0
|
2018-10-12 21:44:52 -05:00 |
|
terrafrost
|
685e0abcc6
|
Hash: save hashed keys for re-use
|
2018-10-12 21:18:23 -05:00 |
|
Filippo Tessarotto
|
19f706003e
|
Explain the kraken
|
2018-10-09 08:35:56 +02:00 |
|
terrafrost
|
016b252bbb
|
Merge branch '2.0'
|
2018-10-08 07:36:04 -05:00 |
|
terrafrost
|
3e41dc7c07
|
Merge branch '1.0' into 2.0
|
2018-10-08 07:35:56 -05:00 |
|
terrafrost
|
f2d92cd4b2
|
BigInteger: rm pear.php.net link
|
2018-10-08 07:35:36 -05:00 |
|
terrafrost
|
edc51aac63
|
Merge branch 'master' of https://github.com/phpseclib/phpseclib
|
2018-10-06 14:17:30 -05:00 |
|