terrafrost
e5e21c114f
BigInteger: code cleanup
...
generateCustomReduction() is called by slidingWindow() and
createRecurringModuloFunction(). i suspect this code was an early
attempt to implement what'd later become createRecurringModuloFunction()
2021-08-14 18:15:14 -05:00
terrafrost
d274ef8d48
Merge branch '3.0'
2021-08-14 13:26:59 -05:00
Claude Pache
291eec0ce5
PublicKeyLoader: make all methods static
2021-08-14 12:03:43 -05:00
terrafrost
12864bd9f6
AsymmetricKey: make more methods static
2021-08-14 12:03:23 -05:00
terrafrost
f56158e73f
add attribute reading for sftpv5
2021-08-01 23:16:31 -05:00
terrafrost
092bad12c5
add attribute reading for sftpv4
2021-07-31 15:38:21 -05:00
terrafrost
4cb6bcb75e
add setPreferredVersion() and other changes
2021-07-31 13:00:52 -05:00
terrafrost
5bb28dd86b
Merge branch '3.0'
2021-07-28 21:21:07 -05:00
terrafrost
a19c6ab7e6
Merge branch '1.0' into 3.0
2021-07-28 21:00:24 -05:00
terrafrost
c08afba575
Merge branch '1.0' into 2.0
2021-07-28 20:34:13 -05:00
terrafrost
0ec9d2bdf1
SFTP: CS adjustments
2021-07-28 20:33:52 -05:00
terrafrost
b0fe99b792
Merge branch '1.0' into 2.0
2021-07-28 20:01:26 -05:00
Nick Lassonde
dab514faff
timeout in _get_channel_packet during _init_sftp_connection should be a failure
2021-07-28 20:01:19 -05:00
terrafrost
92b0261c0c
Merge branch '3.0'
2021-07-22 09:23:42 -05:00
terrafrost
5e290492d1
Serializable is being deprecated in PHP 8.1
2021-07-22 09:19:15 -05:00
terrafrost
046707d23c
Merge branch '3.0'
2021-07-10 13:24:59 -05:00
terrafrost
05539a72be
PrimeField: plug memory leaks
2021-07-10 13:24:33 -05:00
terrafrost
c8959ded2c
Merge branch '3.0'
2021-07-05 08:36:07 -05:00
terrafrost
8186db7533
SFTP: get_channel_packet throws exceptions in 3.0
2021-07-05 08:35:39 -05:00
terrafrost
926d3545a2
Merge branch '2.0' into 3.0
2021-07-05 08:34:36 -05:00
terrafrost
6b0f0b4896
Merge branch '1.0' into 2.0
2021-07-05 08:34:18 -05:00
terrafrost
a02526e5e0
SFTP: return false if get_channel_packet returns false
2021-07-05 08:33:42 -05:00
terrafrost
bf88ba4382
incremental commit
2021-06-25 11:29:03 -05:00
terrafrost
ed50aa2725
Merge branch '3.0'
2021-06-24 21:48:30 -05:00
terrafrost
927f8062a7
Merge branch '2.0' into 3.0
2021-06-24 21:45:57 -05:00
terrafrost
01addfb92f
Tests/X509: update new unit test to work with 2.0
2021-06-24 21:39:07 -05:00
terrafrost
5a3e622c4d
Merge branch '1.0' into 2.0
2021-06-24 21:38:25 -05:00
terrafrost
973bb072a0
ASN1: return false when not enough bytes are available
2021-06-24 21:36:03 -05:00
terrafrost
1ffb7ab88f
Merge branch '3.0'
2021-06-23 22:09:50 -05:00
terrafrost
5f3281a6d5
Tests/X509/CSR: cast implicit bools to explicit bools
2021-06-23 22:05:00 -05:00
terrafrost
f0736a8828
X509: getPublicKey() didn't return correct RSA key type
2021-06-23 22:00:36 -05:00
terrafrost
a8a13ae7c9
Tests/X509/CSR: getPublicKey() didn't handle PKCS1 / PSS correctly
2021-06-23 21:53:48 -05:00
terrafrost
ad26fafa66
Merge branch '3.0'
2021-06-19 11:30:17 -05:00
terrafrost
fceb5b47da
SFTP: CS adjustments
2021-06-19 11:30:03 -05:00
terrafrost
946dedb3e9
Merge branch '3.0'
2021-06-19 11:22:26 -05:00
terrafrost
418035c404
SSH2: use weakreference when available to stop memory leak
2021-06-19 11:17:23 -05:00
terrafrost
20b3360191
Merge branch '3.0'
2021-06-19 10:15:12 -05:00
terrafrost
e3df33183c
SSH2: use weakreference when available to stop memory leak
2021-06-19 10:14:45 -05:00
terrafrost
6ba0aef278
Merge branch '3.0'
2021-06-16 08:43:55 -05:00
ahoareau
f1c4164687
fix exception thrown because of undefined constant with php7.4
2021-06-16 08:43:35 -05:00
terrafrost
0bca60f6b9
Merge branch '3.0'
2021-06-16 08:12:46 -05:00
terrafrost
9b1f8a260a
SSH2: NET_SSH2_CHANNEL_KEEP_ALIVE -> self::CHANNEL_KEEP_ALIVE
2021-06-16 08:12:09 -05:00
terrafrost
d789306e5c
Merge branch '3.0'
2021-06-16 01:40:56 -05:00
terrafrost
a5fcb44e28
AsymmetricKey: make methods static
2021-06-16 01:40:27 -05:00
terrafrost
683b465fd7
Merge branch '3.0'
2021-06-15 07:29:13 -05:00
terrafrost
b32ffb64b8
Merge branch '2.0' into 3.0
2021-06-15 07:29:03 -05:00
terrafrost
d48c13b716
Merge branch '1.0' into 2.0
2021-06-15 07:27:34 -05:00
terrafrost
0673370eda
SFTP: don't check SFTP packet size after SFTP initialization
2021-06-15 07:24:34 -05:00
terrafrost
f051153024
Merge branch '3.0'
2021-06-14 01:55:14 -05:00
terrafrost
a127a51338
Merge branch '2.0' into 3.0
2021-06-14 01:54:45 -05:00