mbedtls/docs/architecture/psa-migration
Manuel Pégourié-Gonnard f5ee4b3da4 Add data about RSA-PSS test files
Data gathered with:

    for c in server9*.crt; do echo $c; openssl x509 -noout -text -in $c |
        grep '^    Signature Algorithm: rsassaPss' -A3 | sed '1d'; done
    for c in crl-rsa-pss-*; do echo $c; openssl crl -noout -text -in $c |
        grep '^    Signature Algorithm: rsassaPss' -A3 | sed '1d'; done
    for c in server9.req.*; do echo $c; openssl req -noout -text -in $c |
        grep '^    Signature Algorithm: rsassaPss' -A3 | sed '1d'; done

Unfortunately there is no record of how these files have been generated.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-01-18 09:13:14 +01:00
..
dependencies-tls.md
dependencies-x509.md
psa-limitations.md Add data about RSA-PSS test files 2022-01-18 09:13:14 +01:00
strategy.md Document the general strategy for PSA migration 2022-01-18 09:13:14 +01:00
syms.sh
tasks-g1.md Add temporary list of tasks for G1 and G2 2022-01-18 09:13:14 +01:00
tasks-g2.md Add temporary list of tasks for G1 and G2 2022-01-18 09:13:14 +01:00
testing.md