mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-27 05:14:14 +01:00
b7246ad938
To find any files with a missing copyright declaration, use the following script: # ======================== #!/bin/sh # Find files with copyright declarations, and list their file extensions exts=$(grep -Ril --exclude-dir .git 'Copyright.*Arm' | sed ' s/.*\./-name "*./ s/$/"/ ' | sort -u | sed -n ' :l N $!bl s/\n/ -o /gp ') # Find files with file extensions that ususally include copyright extensions, # but don't include a copyright declaration themselves. eval "find -path './.git' -prune -o\ ! -path './tests/data_files/format_pkcs12.fmt'\ ! -path './programs/psa/psa_constant_names_generated.c'\ '(' $exts ')' -print" | xargs grep -Li 'Copyright.*Arm' # ======================== Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com> |
||
---|---|---|
.. | ||
00.crt | ||
00.key | ||
01.crt | ||
01.key | ||
02.crt | ||
02.key | ||
03.crt | ||
03.key | ||
04.crt | ||
04.key | ||
05.crt | ||
05.key | ||
06.crt | ||
06.key | ||
07.crt | ||
07.key | ||
08.crt | ||
08.key | ||
09.crt | ||
09.key | ||
10.crt | ||
10.key | ||
11.crt | ||
11.key | ||
12.crt | ||
12.key | ||
13.crt | ||
13.key | ||
14.crt | ||
14.key | ||
15.crt | ||
15.key | ||
16.crt | ||
16.key | ||
17.crt | ||
17.key | ||
18.crt | ||
18.key | ||
19.crt | ||
19.key | ||
20.crt | ||
20.key | ||
c00.pem | ||
c01.pem | ||
c02.pem | ||
c03.pem | ||
c04.pem | ||
c05.pem | ||
c06.pem | ||
c07.pem | ||
c08.pem | ||
c09.pem | ||
c10.pem | ||
c11.pem | ||
c12.pem | ||
c13.pem | ||
c14.pem | ||
c15.pem | ||
c16.pem | ||
c17.pem | ||
c18.pem | ||
c19.pem | ||
c20.pem | ||
int.opensslconf | ||
long.sh | ||
Readme.txt |
These certificates form a very long chain, used to test the MBEDTLS_X509_MAX_INT_CA limit. NN.key is the private key of certificate NN.crt. The root is 00.crt and N+1.crt is a child of N.crt. File cNN.pem contains the chain NN.crt to 00.crt. Those certificates were generated by tests/data_files/dir-maxpath/long.sh.