Skip to content

crypto: remove deprecated tinycrypt #93029

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5645,13 +5645,6 @@ West:
tests:
- thrift

"West project: tinycrypt":
status: odd fixes
files:
- modules/Kconfig.tinycrypt
labels:
- "area: Crypto / RNG"

"West project: trusted-firmware-m":
status: maintained
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ testing:
- cmsis_rtos_v2
- net
- mpu
- tinycrypt
- crypto
- aes
- cmm
Expand Down
2 changes: 0 additions & 2 deletions doc/_scripts/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
('guides/coccinelle', 'develop/tools/coccinelle'),
('guides/code-relocation', 'kernel/code-relocation'),
('guides/crypto/index', 'services/crypto/index'),
('guides/crypto/tinycrypt', 'services/crypto/tinycrypt'),
('guides/device_mgmt/dfu', 'services/device_mgmt/dfu'),
('guides/device_mgmt/index', 'services/device_mgmt/index'),
('guides/device_mgmt/mcumgr', 'services/device_mgmt/mcumgr'),
Expand Down Expand Up @@ -307,7 +306,6 @@
('samples/subsys/video/capture/README', 'samples/drivers/video/capture/README'),
('samples/subsys/video/tcpserversink/README', 'samples/drivers/video/tcpserversink/README'),
('samples/subsys/video/video', 'samples/drivers/video/video'),
('services/crypto/tinycrypt', 'services/crypto/psa_crypto'),
('services/portability/posix', 'services/portability/posix/index'),
('services/secure_storage', 'services/storage/secure_storage/index'),
('services/settings/index', 'services/storage/settings/index'),
Expand Down
5 changes: 2 additions & 3 deletions doc/services/crypto/random/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ FIPS 140-2 [NIST02]_ recommended algorithms. Hardware based random-number
generators (RNG) can be used on platforms with appropriate hardware support.
Platforms without hardware RNG support shall use the `CTR-DRBG algorithm
<https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-90Ar1.pdf>`_.
The algorithm can be provided by `TinyCrypt <https://01.org/tinycrypt>`_
or `mbedTLS <https://tls.mbed.org/ctr-drbg-source-code>`_ depending on
your application performance and resource requirements.

The algorithm can be provided by `mbedTLS <https://tls.mbed.org/ctr-drbg-source-code>`_.

.. note::

Expand Down
1 change: 0 additions & 1 deletion modules/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ source "modules/Kconfig.stm32"
source "modules/Kconfig.syst"
source "modules/Kconfig.telink"
source "modules/thrift/Kconfig"
source "modules/Kconfig.tinycrypt"
source "modules/Kconfig.vega"
source "modules/Kconfig.wurthelektronik"
source "modules/Kconfig.xtensa"
Expand Down
89 changes: 0 additions & 89 deletions modules/Kconfig.tinycrypt

This file was deleted.

85 changes: 0 additions & 85 deletions subsys/testsuite/include/zephyr/test_utils.h

This file was deleted.

8 changes: 0 additions & 8 deletions tests/crypto/tinycrypt/CMakeLists.txt

This file was deleted.

60 changes: 0 additions & 60 deletions tests/crypto/tinycrypt/README.txt

This file was deleted.

15 changes: 0 additions & 15 deletions tests/crypto/tinycrypt/prj.conf

This file was deleted.

Loading
Loading