mbedtls/tests/data_files/dir-maxpath
Bence Szépkúti f744bd72ee Update license headers to Apache-2.0 OR GPL-2.0-or-later
This will allow us to ship the LTS branches in a single archive

This commit was generated using the following script:

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

header1='\ *  SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later\
 *\
 *  This file is provided under the Apache License 2.0, or the\
 *  GNU General Public License v2.0 or later.\
 *\
 *  **********\
 *  Apache License 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.\
 *\
 *  **********\
 *\
 *  **********\
 *  GNU General Public License v2.0 or later:\
 *\
 *  This program is free software; you can redistribute it and/or modify\
 *  it under the terms of the GNU General Public License as published by\
 *  the Free Software Foundation; either version 2 of the License, or\
 *  (at your option) any later version.\
 *\
 *  This program is distributed in the hope that it will be useful,\
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of\
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\
 *  GNU General Public License for more details.\
 *\
 *  You should have received a copy of the GNU General Public License along\
 *  with this program; if not, write to the Free Software Foundation, Inc.,\
 *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\
 *\
 *  **********'

find -path './.git' -prune -o '(' -name '*.c' -o -name '*.cpp' -o -name '*.fmt' -o -name '*.h' ')' -print | xargs sed -i "
# Normalize the first line of the copyright headers (no text on the first line of a block comment)
/^\/\*.*Copyright.*Arm/I s/\/\*/&\n */

# Insert new copyright header
/SPDX-License-Identifier/ i\
$header1

# Delete old copyright header
/SPDX-License-Identifier/,$ {
  # Delete lines until the one preceding the mbedtls declaration
  N
  1,/This file is part of/ {
    /This file is part of/! D
  }
}
"

# Format copyright header for inclusion into scripts
header2=$(echo "$header1" | sed 's/^\\\? \* \?/#/')

find -path './.git' -prune -o '(' -name '*.gdb' -o -name '*.pl' -o -name '*.py' -o -name '*.sh' ')' -print | xargs sed -i "
# Insert new copyright header
/SPDX-License-Identifier/ i\
$header2

# Delete old copyright header
/SPDX-License-Identifier/,$ {
  # Delete lines until the one preceding the mbedtls declaration
  N
  1,/This file is part of/ {
    /This file is part of/! D
  }
}
"
# ========================

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2020-06-15 12:48:48 +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 Update license headers to Apache-2.0 OR GPL-2.0-or-later 2020-06-15 12:48:48 +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.