Move subsection

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2021-06-30 18:41:24 +01:00
parent 7018053460
commit aa1fba2fed

View File

@ -246,16 +246,6 @@ Alternative implementations of the SHA256 and SHA512 modules must adjust their f
Please also refer to the section [Low-level crypto](#low-level-crypto) for
changes that could sit in either category.
### Remove wrapper for libpkcs11-helper
This doesn't affect people using the default configuration as it was already
disabled by default.
If you used to rely on this module in order to store your private keys
securely, please have a look at the key management facilities provided by the
PSA crypto API. If you have a use case that's not covered yet by this API,
please reach out on the mailing list.
### Deprecated functions were removed from hashing modules
Modules: MD5, SHA1, SHA256, SHA512, MD.
@ -606,6 +596,16 @@ current ones.
This is described in the section [Strengthen default algorithm selection for X.509 and TLS](strengthen-default-algorithm-selection-for-x.509-and-tls).
### Remove wrapper for libpkcs11-helper
This doesn't affect people using the default configuration as it was already
disabled by default.
If you used to rely on this module in order to store your private keys
securely, please have a look at the key management facilities provided by the
PSA crypto API. If you have a use case that's not covered yet by this API,
please reach out on the mailing list.
## SSL