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