mbedtls/docs
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
..
architecture Add data about RSA-PSS test files 2022-01-18 09:13:14 +01:00
proposed Realign Markdown table 2021-06-28 09:28:47 +01:00
.gitignore Add a directory for proposed specifications 2020-07-13 13:27:42 +02:00
3.0-migration-guide.md Remove obsolete reference to _ret in migration guide 2021-07-02 12:16:03 +01:00
getting_started.md Rename output buffer size macros 2021-01-21 13:17:25 +01:00
PSACryptoDriverModelSpec.pdf Add generated documentation for mbedcrypto-0.1.0b 2018-11-26 17:21:23 +00:00
use-psa-crypto.md Document test strategy for USE_PSA_CRYPTO 2022-01-18 09:13:14 +01:00