File tree Expand file tree Collapse file tree 16 files changed +152
-0
lines changed Expand file tree Collapse file tree 16 files changed +152
-0
lines changed Original file line number Diff line number Diff line change 33# Copyright 2017 Linaro Limited
44# Copyright (c) 2017-2019, Arm Limited.
55#
6+ # SPDX-License-Identifier: Apache-2.0
7+ #
68# Licensed under the Apache License, Version 2.0 (the "License");
79# you may not use this file except in compliance with the License.
810# You may obtain a copy of the License at
Original file line number Diff line number Diff line change 22#
33# Copyright 2017 Linaro Limited
44#
5+ # SPDX-License-Identifier: Apache-2.0
6+ #
57# Licensed under the Apache License, Version 2.0 (the "License");
68# you may not use this file except in compliance with the License.
79# You may obtain a copy of the License at
Original file line number Diff line number Diff line change 11# Copyright 2017-2020 Linaro Limited
22#
3+ # SPDX-License-Identifier: Apache-2.0
4+ #
35# Licensed under the Apache License, Version 2.0 (the "License");
46# you may not use this file except in compliance with the License.
57# You may obtain a copy of the License at
Original file line number Diff line number Diff line change 11# Copyright (c) 2019, Arm Limited.
22# Copyright (c) 2020, Linaro Limited
33#
4+ # SPDX-License-Identifier: Apache-2.0
5+ #
46# Licensed under the Apache License, Version 2.0 (the "License");
57# you may not use this file except in compliance with the License.
68# You may obtain a copy of the License at
Original file line number Diff line number Diff line change 22# Copyright 2017-2020 Linaro Limited
33# Copyright 2019-2020 Arm Limited
44#
5+ # SPDX-License-Identifier: Apache-2.0
6+ #
57# Licensed under the Apache License, Version 2.0 (the "License");
68# you may not use this file except in compliance with the License.
79# You may obtain a copy of the License at
Original file line number Diff line number Diff line change 11# Copyright 2017 Linaro Limited
22#
3+ # SPDX-License-Identifier: Apache-2.0
4+ #
35# Licensed under the Apache License, Version 2.0 (the "License");
46# you may not use this file except in compliance with the License.
57# You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1+ # Original code taken from mcuboot project at:
2+ # https://github.com/mcu-tools/mcuboot
3+ # Git SHA of the original version: a8e12dae381080e898cea0c6f7408009b0163f9f
4+ #
5+ # SPDX-License-Identifier: Apache-2.0
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
118"""
219ECDSA key management
320"""
Original file line number Diff line number Diff line change 1+ # Original code taken from mcuboot project at:
2+ # https://github.com/mcu-tools/mcuboot
3+ # Git SHA of the original version: a8e12dae381080e898cea0c6f7408009b0163f9f
4+ #
5+ # SPDX-License-Identifier: Apache-2.0
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
118"""
219Tests for ECDSA keys
320"""
Original file line number Diff line number Diff line change 1+ # Original code taken from mcuboot project at:
2+ # https://github.com/mcu-tools/mcuboot
3+ # Git SHA of the original version: a8e12dae381080e898cea0c6f7408009b0163f9f
4+ #
5+ # SPDX-License-Identifier: Apache-2.0
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
118"""
219ED25519 key management
320"""
Original file line number Diff line number Diff line change 1+ # Original code taken from mcuboot project at:
2+ # https://github.com/mcu-tools/mcuboot
3+ # Git SHA of the original version: a8e12dae381080e898cea0c6f7408009b0163f9f
4+ #
5+ # SPDX-License-Identifier: Apache-2.0
6+ #
7+ # Licensed under the Apache License, Version 2.0 (the "License");
8+ # you may not use this file except in compliance with the License.
9+ # You may obtain a copy of the License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ # See the License for the specific language governing permissions and
17+ # limitations under the License.
118"""
219Tests for ECDSA keys
320"""
You can’t perform that action at this time.
0 commit comments