Skip to content

Commit e619a27

Browse files
committed
crypto: remove deprecated tinycrypt
Remove tinycrypt, it was deprecated in 4.0. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 322da1d commit e619a27

File tree

30 files changed

+2
-14218
lines changed

30 files changed

+2
-14218
lines changed

MAINTAINERS.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5645,13 +5645,6 @@ West:
56455645
tests:
56465646
- thrift
56475647

5648-
"West project: tinycrypt":
5649-
status: odd fixes
5650-
files:
5651-
- modules/Kconfig.tinycrypt
5652-
labels:
5653-
- "area: Crypto / RNG"
5654-
56555648
"West project: trusted-firmware-m":
56565649
status: maintained
56575650
maintainers:

boards/st/stm32mp257f_ev1/stm32mp257f_ev1_stm32mp257fxx_m33.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ testing:
1414
- cmsis_rtos_v2
1515
- net
1616
- mpu
17-
- tinycrypt
1817
- crypto
1918
- aes
2019
- cmm

doc/_scripts/redirects.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
('guides/coccinelle', 'develop/tools/coccinelle'),
9797
('guides/code-relocation', 'kernel/code-relocation'),
9898
('guides/crypto/index', 'services/crypto/index'),
99-
('guides/crypto/tinycrypt', 'services/crypto/tinycrypt'),
10099
('guides/device_mgmt/dfu', 'services/device_mgmt/dfu'),
101100
('guides/device_mgmt/index', 'services/device_mgmt/index'),
102101
('guides/device_mgmt/mcumgr', 'services/device_mgmt/mcumgr'),
@@ -307,7 +306,6 @@
307306
('samples/subsys/video/capture/README', 'samples/drivers/video/capture/README'),
308307
('samples/subsys/video/tcpserversink/README', 'samples/drivers/video/tcpserversink/README'),
309308
('samples/subsys/video/video', 'samples/drivers/video/video'),
310-
('services/crypto/tinycrypt', 'services/crypto/psa_crypto'),
311309
('services/portability/posix', 'services/portability/posix/index'),
312310
('services/secure_storage', 'services/storage/secure_storage/index'),
313311
('services/settings/index', 'services/storage/settings/index'),

doc/services/crypto/random/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ FIPS 140-2 [NIST02]_ recommended algorithms. Hardware based random-number
1414
generators (RNG) can be used on platforms with appropriate hardware support.
1515
Platforms without hardware RNG support shall use the `CTR-DRBG algorithm
1616
<https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-90Ar1.pdf>`_.
17-
The algorithm can be provided by `TinyCrypt <https://01.org/tinycrypt>`_
18-
or `mbedTLS <https://tls.mbed.org/ctr-drbg-source-code>`_ depending on
19-
your application performance and resource requirements.
17+
18+
The algorithm can be provided by `mbedTLS <https://tls.mbed.org/ctr-drbg-source-code>`_.
2019

2120
.. note::
2221

modules/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ source "modules/Kconfig.stm32"
4141
source "modules/Kconfig.syst"
4242
source "modules/Kconfig.telink"
4343
source "modules/thrift/Kconfig"
44-
source "modules/Kconfig.tinycrypt"
4544
source "modules/Kconfig.vega"
4645
source "modules/Kconfig.wurthelektronik"
4746
source "modules/Kconfig.xtensa"

modules/Kconfig.tinycrypt

Lines changed: 0 additions & 89 deletions
This file was deleted.

subsys/testsuite/include/zephyr/test_utils.h

Lines changed: 0 additions & 85 deletions
This file was deleted.

tests/crypto/tinycrypt/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/crypto/tinycrypt/README.txt

Lines changed: 0 additions & 60 deletions
This file was deleted.

tests/crypto/tinycrypt/prj.conf

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)