We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd285a commit 0da6d7dCopy full SHA for 0da6d7d
tests/scripts/generate_test_code.py
@@ -24,15 +24,12 @@
24
framework. This doc string contains a summary of the framework
25
and explains the function of this script.
26
27
-Mbed TLS test suites:
+Mbed Crypto test suites:
28
=====================
29
Scope:
30
------
31
-The test suites focus on unit testing the crypto primitives and also
32
-include x509 parser tests. Tests can be added to test any Mbed TLS
33
-module. However, the framework is not capable of testing SSL
34
-protocol, since that requires full stack execution and that is best
35
-tested as part of the system test.
+The test suites focus on unit testing the crypto primitives. Tests can be added
+to test any Mbed Crypto module.
36
37
Test case definition:
38
---------------------
0 commit comments