Skip to content

Commit 410a1ba

Browse files
committed
Import mbedtls-2.24 and Mbed PSA Service (non-TFM)
Files have been automatically imported by setting MBED_TLS_RELEASE to mbedtls-2.24.0 in connectivity/mbedtls/tools/importer/Makefile and running `make` in that directory.
1 parent e0d2c3d commit 410a1ba

File tree

187 files changed

+5010
-3277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+5010
-3277
lines changed

connectivity/mbedtls/include/mbedtls/aes.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
* <https://ieeexplore.ieee.org/servlet/opac?punumber=4375278>.
2121
*/
2222

23-
/* Copyright (C) 2006-2018, Arm Limited (or its affiliates), All Rights Reserved.
23+
/*
24+
* Copyright The Mbed TLS Contributors
2425
* SPDX-License-Identifier: Apache-2.0
2526
*
2627
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -34,8 +35,6 @@
3435
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3536
* See the License for the specific language governing permissions and
3637
* limitations under the License.
37-
*
38-
* This file is part of Mbed TLS (https://tls.mbed.org)
3938
*/
4039

4140
#ifndef MBEDTLS_AES_H

connectivity/mbedtls/include/mbedtls/aesni.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* functions; you must not call them directly.
88
*/
99
/*
10-
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
10+
* Copyright The Mbed TLS Contributors
1111
* SPDX-License-Identifier: Apache-2.0
1212
*
1313
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -21,8 +21,6 @@
2121
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2222
* See the License for the specific language governing permissions and
2323
* limitations under the License.
24-
*
25-
* This file is part of mbed TLS (https://tls.mbed.org)
2624
*/
2725
#ifndef MBEDTLS_AESNI_H
2826
#define MBEDTLS_AESNI_H

connectivity/mbedtls/include/mbedtls/arc4.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* security risk. We recommend considering stronger ciphers instead.
88
*/
99
/*
10-
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
10+
* Copyright The Mbed TLS Contributors
1111
* SPDX-License-Identifier: Apache-2.0
1212
*
1313
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -22,8 +22,6 @@
2222
* See the License for the specific language governing permissions and
2323
* limitations under the License.
2424
*
25-
* This file is part of mbed TLS (https://tls.mbed.org)
26-
*
2725
*/
2826
#ifndef MBEDTLS_ARC4_H
2927
#define MBEDTLS_ARC4_H

connectivity/mbedtls/include/mbedtls/aria.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
* Korean, but see http://210.104.33.10/ARIA/index-e.html in English)
1010
* and also described by the IETF in <em>RFC 5794</em>.
1111
*/
12-
/* Copyright (C) 2006-2018, ARM Limited, All Rights Reserved
12+
/*
13+
* Copyright The Mbed TLS Contributors
1314
* SPDX-License-Identifier: Apache-2.0
1415
*
1516
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -23,8 +24,6 @@
2324
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2425
* See the License for the specific language governing permissions and
2526
* limitations under the License.
26-
*
27-
* This file is part of mbed TLS (https://tls.mbed.org)
2827
*/
2928

3029
#ifndef MBEDTLS_ARIA_H

connectivity/mbedtls/include/mbedtls/asn1.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* \brief Generic ASN.1 parsing
55
*/
66
/*
7-
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
7+
* Copyright The Mbed TLS Contributors
88
* SPDX-License-Identifier: Apache-2.0
99
*
1010
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -18,8 +18,6 @@
1818
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1919
* See the License for the specific language governing permissions and
2020
* limitations under the License.
21-
*
22-
* This file is part of mbed TLS (https://tls.mbed.org)
2321
*/
2422
#ifndef MBEDTLS_ASN1_H
2523
#define MBEDTLS_ASN1_H

connectivity/mbedtls/include/mbedtls/asn1write.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* \brief ASN.1 buffer writing functionality
55
*/
66
/*
7-
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
7+
* Copyright The Mbed TLS Contributors
88
* SPDX-License-Identifier: Apache-2.0
99
*
1010
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -18,8 +18,6 @@
1818
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1919
* See the License for the specific language governing permissions and
2020
* limitations under the License.
21-
*
22-
* This file is part of mbed TLS (https://tls.mbed.org)
2321
*/
2422
#ifndef MBEDTLS_ASN1_WRITE_H
2523
#define MBEDTLS_ASN1_WRITE_H

connectivity/mbedtls/include/mbedtls/base64.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* \brief RFC 1521 base64 encoding/decoding
55
*/
66
/*
7-
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
7+
* Copyright The Mbed TLS Contributors
88
* SPDX-License-Identifier: Apache-2.0
99
*
1010
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -18,8 +18,6 @@
1818
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1919
* See the License for the specific language governing permissions and
2020
* limitations under the License.
21-
*
22-
* This file is part of mbed TLS (https://tls.mbed.org)
2321
*/
2422
#ifndef MBEDTLS_BASE64_H
2523
#define MBEDTLS_BASE64_H

connectivity/mbedtls/include/mbedtls/bignum.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* \brief Multi-precision integer library
55
*/
66
/*
7-
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
7+
* Copyright The Mbed TLS Contributors
88
* SPDX-License-Identifier: Apache-2.0
99
*
1010
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -18,8 +18,6 @@
1818
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1919
* See the License for the specific language governing permissions and
2020
* limitations under the License.
21-
*
22-
* This file is part of mbed TLS (https://tls.mbed.org)
2321
*/
2422
#ifndef MBEDTLS_BIGNUM_H
2523
#define MBEDTLS_BIGNUM_H

connectivity/mbedtls/include/mbedtls/blowfish.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* \brief Blowfish block cipher
55
*/
66
/*
7-
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
7+
* Copyright The Mbed TLS Contributors
88
* SPDX-License-Identifier: Apache-2.0
99
*
1010
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -18,8 +18,6 @@
1818
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1919
* See the License for the specific language governing permissions and
2020
* limitations under the License.
21-
*
22-
* This file is part of mbed TLS (https://tls.mbed.org)
2321
*/
2422
#ifndef MBEDTLS_BLOWFISH_H
2523
#define MBEDTLS_BLOWFISH_H

connectivity/mbedtls/include/mbedtls/bn_mul.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* \brief Multi-precision integer library
55
*/
66
/*
7-
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
7+
* Copyright The Mbed TLS Contributors
88
* SPDX-License-Identifier: Apache-2.0
99
*
1010
* Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -18,8 +18,6 @@
1818
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1919
* See the License for the specific language governing permissions and
2020
* limitations under the License.
21-
*
22-
* This file is part of mbed TLS (https://tls.mbed.org)
2321
*/
2422
/*
2523
* Multiply source vector [s] with b, add result

0 commit comments

Comments
 (0)