mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-07 01:00:44 +01:00
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>
|
||
|---|---|---|
| .. | ||
| dependencies-tls.md | ||
| dependencies-x509.md | ||
| psa-limitations.md | ||
| strategy.md | ||
| syms.sh | ||
| tasks-g1.md | ||
| tasks-g2.md | ||
| testing.md | ||