mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 19:56:45 +00:00
Revert "tests: Update generator with Mbed Crypto comments"
This reverts commit dfcf84aea5
.
This commit is contained in:
parent
db7d5f024d
commit
84a63fad5b
|
@ -24,12 +24,15 @@ understanding the script it is important to understand the
|
||||||
framework. This doc string contains a summary of the framework
|
framework. This doc string contains a summary of the framework
|
||||||
and explains the function of this script.
|
and explains the function of this script.
|
||||||
|
|
||||||
Mbed Crypto test suites:
|
Mbed TLS test suites:
|
||||||
========================
|
=====================
|
||||||
Scope:
|
Scope:
|
||||||
------
|
------
|
||||||
The test suites focus on unit testing the crypto primitives. Tests can be added
|
The test suites focus on unit testing the crypto primitives and also
|
||||||
to test any Mbed Crypto module.
|
include x509 parser tests. Tests can be added to test any Mbed TLS
|
||||||
|
module. However, the framework is not capable of testing SSL
|
||||||
|
protocol, since that requires full stack execution and that is best
|
||||||
|
tested as part of the system test.
|
||||||
|
|
||||||
Test case definition:
|
Test case definition:
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in a new issue