aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2023-02-10 15:39:22 +0000
committerDave Rodgman <dave.rodgman@arm.com>2023-02-10 15:39:22 +0000
commit37296a413ae093c0514a520839fead5670403507 (patch)
treeea2debab714647896adb4db3b7faaf8a0438fdd6 /README.md
parent928593f732d29a20b5dcea1cb1c2767a45dd9998 (diff)
downloadmbedtls-37296a413ae093c0514a520839fead5670403507.zip
mbedtls-37296a413ae093c0514a520839fead5670403507.tar.gz
mbedtls-37296a413ae093c0514a520839fead5670403507.tar.bz2
Document SIZE_MAX requirement in README.md
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b45a1f..f4bf4e1 100644
--- a/README.md
+++ b/README.md
@@ -264,6 +264,7 @@ Mbed TLS is mostly written in portable C99; however, it has a few platform requi
- `int` and `size_t` must be at least 32 bits wide.
- The types `uint8_t`, `uint16_t`, `uint32_t` and their signed equivalents must be available.
- Mixed-endian platforms are not supported.
+- SIZE_MAX must be at least as big as INT_MAX and UINT_MAX.
PSA cryptography API
--------------------