AoU Feature Requirements#
Crypto Feature Security AoU
|
status: draft
security: YES
safety: ASIL_B
|
||||
This page contains Assumption of Use requirement snippets that belong to the crypto repository.
Feature AoU#
pkcs11_dynload: pkcs11.h compatiblity
|
status: valid
security: YES
safety: ASIL_B
|
||||
If pkcs11_dynload is used as backend for the pkcs11 provider, the selected pkcs11.h header shall match the pkcs11 module that will be loaded at runtime. |
|||||
pkcs11_dynload: No use of ALLOW_PKCS11_LIB_OVERRIDE
|
status: valid
security: YES
safety: ASIL_B
|
||||
If pkcs11_dynload is used as backend for the pkcs11 provider, the PKCS11_LIB_OVERRIDE mechanism shall not be used for series. The pkcs11 module path provided via pkcs11_lib shall be the effective and final module that will be loaded at runtime. Hint: This option is introduced only for internal use of testing and is not recommended to be used for a series project |
|||||
pkcs11_dynload: Integrity and authenticity of the pkcs11 module
|
status: valid
security: YES
safety: ASIL_B
|
||||
If pkcs11_dynload is used as backend for the pkcs11 provider, the operating system platform shall provide integrity and authenticity mechanisms for the specified pkcs11 module. |
|||||