File tree Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -75,19 +75,6 @@ Mbed TLS
75
75
corresponding build symbol was removed in Mbed TLS 3.1.0 and is now assumed to
76
76
be enabled. (:github: `77657 `)
77
77
78
- TinyCrypt
79
- =========
80
-
81
- * Starting from this release the library is marked as deprecated (:github: `79566 `).
82
- The reasons for this are (:github: `43712` `):
83
-
84
- * the upstream version of this library is unmaintained.
85
-
86
- * to reduce the number of crypto libraries available in Zephyr (currently there are
87
- 3 different implementations: TinyCrypt, MbedTLS and PSA Crypto APIs).
88
-
89
- The PSA Crypto API is now the de-facto standard to perform crypto operations.
90
-
91
78
Trusted Firmware-M
92
79
==================
93
80
Original file line number Diff line number Diff line change @@ -58,16 +58,6 @@ Deprecated in this release
58
58
59
59
* The :ref: `kscan_api ` subsystem has been marked as deprecated.
60
60
61
- * The TinyCrypt library was marked as deprecated (:github: `79566 `). The reasons
62
- for this are (:github: `43712` `):
63
-
64
- * the upstream version of this library is unmaintained.
65
-
66
- * to reduce the number of crypto libraries available in Zephyr (currently there are
67
- 3 different implementations: TinyCrypt, MbedTLS and PSA Crypto APIs).
68
-
69
- The PSA Crypto API is now the de-facto standard to perform crypto operations.
70
-
71
61
Architectures
72
62
*************
73
63
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ config ZEPHYR_TINYCRYPT_MODULE
9
9
config TINYCRYPT
10
10
bool "TinyCrypt Support"
11
11
depends on ZEPHYR_TINYCRYPT_MODULE
12
- select DEPRECATED
13
12
help
14
13
This option enables the TinyCrypt cryptography library.
15
14
You can’t perform that action at this time.
0 commit comments