mbedtls/docs/architecture
Manuel Pégourié-Gonnard e459be2ed1 Complete discussion of RSASSA-PSS
Update to latest draft of PSA Crypto 1.1.0: back to strict verification
by default, but ANY_SALT introduced.

Commands used to observe default values of saltlen:

    openssl genpkey -algorithm rsa-pss -out o.key
    openssl req -x509 -new -key o.key -subj "/CN=CA" -sha256 -out o.crt

    certtool --generate-privkey --key-type rsa-pss --outfile g.key
    certtool --generate-self-signed --load-privkey g.key --outfile g.crt

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-01-18 09:13:14 +01:00
..
psa-migration Complete discussion of RSASSA-PSS 2022-01-18 09:13:14 +01:00
testing Do not require test data to be in the repository 2021-07-15 16:22:14 +02:00
alternative-implementations.md Give examples of PLATFORM_XXX_ALT 2021-06-15 00:14:28 +02:00
Makefile New test strategy document: invasive testing 2020-03-24 22:56:15 +01:00
mbed-crypto-storage-specification.md Update changelog entry, format specification, and correct test vectors 2020-10-21 11:17:09 +02:00
psa-crypto-implementation-structure.md Fix typo in architecture docs 2021-04-19 23:56:25 +02:00
tls13-experimental.md Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00