Commit f81c20d0 authored by Flavio Ceolin's avatar Flavio Ceolin Committed by Mahesh Mahadevan
Browse files

Revert "tinycrypt: deprecate the library"



This reverts commit 5e225e0c.

Based on #79931 and TSC discussions, it was decided that TinyCrypt
will be deprecated *AFTER* 4.0.

Signed-off-by: default avatarFlavio Ceolin <flavio.ceolin@gmail.com>
parent 207da3ad
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -75,19 +75,6 @@ Mbed TLS
  corresponding build symbol was removed in Mbed TLS 3.1.0 and is now assumed to
  be enabled. (:github:`77657`)

TinyCrypt
=========

* Starting from this release the library is marked as deprecated (:github:`79566`).
  The reasons for this are (:github:`43712``):

  * the upstream version of this library is unmaintained.

  * to reduce the number of crypto libraries available in Zephyr (currently there are
    3 different implementations: TinyCrypt, MbedTLS and PSA Crypto APIs).

  The PSA Crypto API is now the de-facto standard to perform crypto operations.

Trusted Firmware-M
==================

+0 −10
Original line number Diff line number Diff line
@@ -58,16 +58,6 @@ Deprecated in this release

* The :ref:`kscan_api` subsystem has been marked as deprecated.

* The TinyCrypt library was marked as deprecated (:github:`79566`). The reasons
  for this are (:github:`43712``):

  * the upstream version of this library is unmaintained.

  * to reduce the number of crypto libraries available in Zephyr (currently there are
    3 different implementations: TinyCrypt, MbedTLS and PSA Crypto APIs).

  The PSA Crypto API is now the de-facto standard to perform crypto operations.

Architectures
*************

+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ config ZEPHYR_TINYCRYPT_MODULE
config TINYCRYPT
	bool "TinyCrypt Support"
	depends on ZEPHYR_TINYCRYPT_MODULE
	select DEPRECATED
	help
	  This option enables the TinyCrypt cryptography library.