aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-09-08 12:54:58 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-09-08 12:54:58 +0000
commitab8cbd8f7c824a3311c1878157e8b6d7721e470d (patch)
treed82a10430b547335fda2e94799e08207d247c170 /readme.txt
parent2dbd855684b925c7a57982d883abcc9e0ecec10c (diff)
downloadChibiOS-ab8cbd8f7c824a3311c1878157e8b6d7721e470d.tar.gz
ChibiOS-ab8cbd8f7c824a3311c1878157e8b6d7721e470d.tar.bz2
ChibiOS-ab8cbd8f7c824a3311c1878157e8b6d7721e470d.zip
Some changes to the crypto infrastructure.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12252 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 78d08c29e..b2d410034 100644
--- a/readme.txt
+++ b/readme.txt
@@ -92,7 +92,9 @@
*** Next ***
- NEW: TRNG API now takes a new "size" parameter, the API can now generate
- random numbers of variable size.
+ random numbers of variable size. The crypto driver now does not store
+ a copy of the transient key inside, the low level can do that if
+ required.
- NEW: Added analog watchdog functionality to STM32 ADCv2 driver.
- NEW: Added a termination check to the shell.
- NEW: Updated CMSIS to version 5.4.0.