mbedtls/tests/data_files/dir-maxpath
Bence Szépkúti 1e14827beb Update copyright notices to use Linux Foundation guidance
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>
2020-08-19 10:35:41 +02:00
..
00.crt
00.key
01.crt
01.key
02.crt
02.key
03.crt
03.key
04.crt
04.key
05.crt
05.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
06.crt
06.key
07.crt
07.key
08.crt
08.key
09.crt
09.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
10.crt
10.key
11.crt
11.key
12.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
12.key
13.crt
13.key
14.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
14.key
15.crt
15.key
16.crt
16.key
17.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
17.key
18.crt
18.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
19.crt
19.key
20.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
20.key
c00.pem
c01.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c02.pem
c03.pem
c04.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c05.pem
c06.pem
c07.pem
c08.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c09.pem
c10.pem
c11.pem
c12.pem
c13.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c14.pem
c15.pem
c16.pem
c17.pem
c18.pem
c19.pem
c20.pem
int.opensslconf
long.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
Readme.txt Improve Readme for long test certificate chains 2017-07-26 13:49:38 +01:00

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.