1e14827beb
As a result, the copyright of contributors other than Arm is now acknowledged, and the years of publishing are no longer tracked in the source files. Also remove the now-redundant lines declaring that the files are part of MbedTLS. This commit was generated using the following script: # ======================== #!/bin/sh # Find files find '(' -path './.git' -o -path './3rdparty' ')' -prune -o -type f -print | xargs sed -bi ' # Replace copyright attribution line s/Copyright.*Arm.*/Copyright The Mbed TLS Contributors/I # Remove redundant declaration and the preceding line $!N /This file is part of Mbed TLS/Id P D ' # ======================== 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.