mbedtls/docs/architecture
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
..
psa-migration Add data about RSA-PSS test files 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