4263d03188
All sorts of signatures can be verified now, and it is easier to extract information from the verified signature packets.
20 lines
437 B
XML
20 lines
437 B
XML
<phpunit>
|
|
<testsuites>
|
|
<testsuite name="Serialization">
|
|
<file>tests/suite.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="Fingerprint">
|
|
<file>tests/suite.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="MessageVerification">
|
|
<file>tests/phpseclib_suite.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="KeyVerification">
|
|
<file>tests/phpseclib_suite.php</file>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|