aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-04-12 08:30:49 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-04-12 08:30:49 +0000
commit33479f263aff0e2c5354b9d22c43f759a05a4d52 (patch)
tree91f57a83dffab34db4c7953e9aa55cdf0e5303a6 /readme.txt
parente5049e103d5cf64ca047cb33f5ff3a9f16139dec (diff)
downloadChibiOS-33479f263aff0e2c5354b9d22c43f759a05a4d52.tar.gz
ChibiOS-33479f263aff0e2c5354b9d22c43f759a05a4d52.tar.bz2
ChibiOS-33479f263aff0e2c5354b9d22c43f759a05a4d52.zip
Modified AES GCM function signatures.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12734 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index c1f58f535..0841cebe9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,7 @@
*****************************************************************************
*** 19.1.2 ***
+- NEW: Modified AES GCM function signatures.
- NEW: updates to MFS from trunk code.
- NEW: updates to test library from trunk code.
- HAL: Added H753 to all H7 mcuconf.h files.