mbedtls/tests/data_files/dir-maxpath
Bence Szépkúti c7da1fe381 Add Apache-2.0 headers to all scripts
This commit was generated using the following script:

# ========================
#!/bin/sh

# Find scripts
find -path './.git' -prune -o '(' -name '*.gdb' -o -name '*.pl' -o -name '*.py' -o -name '*.sh' ')' -print | xargs sed -i '

# Remove Mbed TLS declaration if it occurs before the copyright line
1,/Copyright.*Arm/I {
  /This file is part of/,$ {
    /Copyright.*Arm/I! d
  }
}

# Convert non-standard header in scripts/abi_check.py to the format used in the other scripts
/"""/,/"""/ {

  # Cut copyright declaration
  /Copyright.*Arm/I {
    h
    N
    d
  }

  # Paste copyright declaration
  /"""/ {
    x
    /./ {
      s/^/# /    # Add #
      x          # Replace orignal buffer with Copyright declaration
      p          # Print original buffer, insert newline
      i\

      s/.*//     # Clear original buffer
    }
    x
  }
}

/Copyright.*Arm/I {

  # Print copyright declaration
  p

  # Read the two lines immediately following the copyright declaration
  N
  N

  # Insert Apache header if it is missing
  /SPDX/! {
    i\
# SPDX-License-Identifier: Apache-2.0\
#\
# Licensed under the Apache License, Version 2.0 (the "License"); you may\
# not use this file except in compliance with the License.\
# You may obtain a copy of the License at\
#\
# http://www.apache.org/licenses/LICENSE-2.0\
#\
# Unless required by applicable law or agreed to in writing, software\
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT\
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\
# See the License for the specific language governing permissions and\
# limitations under the License.

    # Insert Mbed TLS declaration if it is missing
    /This file is part of/! i\
#\
# This file is part of Mbed TLS (https://tls.mbed.org)
  }

  # Clear copyright declaration from buffer
  D
}
'
# ========================

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2020-06-15 12:05:47 +02:00
..
00.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
00.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
01.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
01.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
02.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
02.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
03.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
03.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
04.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
04.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
05.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
05.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
06.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
06.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
07.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
07.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
08.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
08.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
09.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
09.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
10.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
10.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
11.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
11.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
12.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
12.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
13.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
13.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
14.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
14.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
15.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
15.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
16.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
16.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
17.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
17.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
18.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
18.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
19.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
19.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
20.crt Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
20.key Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c00.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c01.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c02.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c03.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c04.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c05.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c06.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c07.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c08.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c09.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c10.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c11.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c12.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c13.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c14.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c15.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c16.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c17.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c18.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c19.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
c20.pem Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
int.opensslconf Add test for limit on intermediate certificates 2017-07-06 11:57:31 +02:00
long.sh Add Apache-2.0 headers to all scripts 2020-06-15 12:05:47 +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.