phpseclib/tests
Robert 6fc9a98d42 Reorganize get_binary_packet to fetch entire payload before decrypt processing, buffering for graceful handling across timeouts.
Remove skip filter parameter from method signatures, now technically defunct as all requests through get_binary_packet incorporate the same timeout during blocking IO calls.
Introduce InvalidPacketLength exception and employ to detect OpenSSL 0.9.8e flaw at higher logical level than binary packet processing.
Removing case logic in binary packet filtering for channel message types, made extraneous by use of get_channel_packet, and possibly leading to discarded data packets.
Reset connection properties during disconnect. Rework callers of reset_connection to use disconnect_helper.
Bugfix for no encyrption algorithms negotiated with server.
2024-05-28 11:23:48 -04:00
..
Functional/Net Reorganize get_binary_packet to fetch entire payload before decrypt processing, buffering for graceful handling across timeouts. 2024-05-28 11:23:48 -04:00
Unit Fix support for Ed448 private keys in PKCS#8 format 2024-05-21 17:03:21 +02:00
make_compatible_with_phpunit7.php Tests: PHPUnit 10 updates 2023-02-05 17:33:16 -06:00
make_compatible_with_phpunit9.php Tests: PHPUnit 10 updates 2023-02-05 17:33:16 -06:00
PhpseclibFunctionalTestCase.php PSR4 for tests and added fall-through for switches 2022-02-27 01:26:31 -06:00
PhpseclibTestCase.php Tests: PHPUnit 10 updates 2023-02-05 17:33:16 -06:00
phpunit.xml Clean Up Tests 2022-03-15 18:49:38 -05:00