mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-25 18:35:28 +00:00
Open a namespace for implementation-specific properties
"IMPLEMENTATION/PROPERTY" Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
6c3b1a760a
commit
272ff9c309
@ -62,6 +62,8 @@ The concrete syntax for a driver description file is JSON.
|
||||
|
||||
In addition to the properties described here, any JSON object may have a property called `"_comment"` of type string, which will be ignored.
|
||||
|
||||
PSA Cryptography core implementations may support additional properties. Such properties must use names consisting of the implementation's name, a slash, and additional characters. For example, the Yoyodyne implementation may use property names such as `"yoyodyne/foo"` and `"yoyodyne/widgets/girth"`.
|
||||
|
||||
#### Driver description list
|
||||
|
||||
PSA Cryptography core implementations should support multiple drivers. The driver description files are passed to the implementation as an ordered list in an unspecified manner. This may be, for example, a list of file names passed on a command line, or a JSON list whose elements are individual driver descriptions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user