From f0a9721c18ee8d9ebe06f48ff4fc0f04779d4af3 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 26 Nov 2020 10:31:32 +0100 Subject: [PATCH] Use GitHub-compatible table formatting Also fix a stray `. Signed-off-by: Gilles Peskine --- docs/proposed/psa-conditional-inclusion-c.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/proposed/psa-conditional-inclusion-c.md b/docs/proposed/psa-conditional-inclusion-c.md index 83fd88df29..52138b174c 100644 --- a/docs/proposed/psa-conditional-inclusion-c.md +++ b/docs/proposed/psa-conditional-inclusion-c.md @@ -5,7 +5,7 @@ This document is a proposed interface for deciding at build time which cryptogra This is currently a proposal for Mbed TLS. It is not currently on track for standardization in PSA. -Time-stamp: "2020/11/19 10:24:03 GMT" +Time-stamp: "2020/11/26 09:30:50 GMT" ## Introduction @@ -139,15 +139,13 @@ The following table summarizes where symbols are defined depending on the config * (D) indicates a symbol that is deduced from other symbols by code that ships with Mbed TLS. * (G) indicates a symbol that is generated from driver descriptions. ------------------------------------------------------------------------------------------------- -Symbols With `MBEDTLS_PSA_CRYPTO_CONFIG` Without `MBEDTLS_PSA_CRYPTO_CONFIG` -------------------------- -------------------------------- ----------------------------------- -`MBEDTLS_xxx_C` `mbedtls/config.h` (U) or `mbedtls/config.h` (U) - `mbedtls/config_psa.h` (D) -`PSA_WANT_xxx` `psa/crypto_config.h` (U) `mbedtls/config_psa.h (D) -`MBEDTLS_PSA_BUILTIN_xxx` `mbedtls/config_psa.h` (D) `mbedtls/config_psa.h` (D) -`MBEDTLS_PSA_ACCEL_xxx` `mbedtls/crypto_drivers.h` (G) N/A ------------------------------------------------------------------------------------------------- +| Symbols | With `MBEDTLS_PSA_CRYPTO_CONFIG` | Without `MBEDTLS_PSA_CRYPTO_CONFIG` | +| ------------------------- | -------------------------------- | ----------------------------------- | +| `MBEDTLS_xxx_C` | `mbedtls/config.h` (U) or | `mbedtls/config.h` (U) | +| | `mbedtls/config_psa.h` (D) | | +| `PSA_WANT_xxx` | `psa/crypto_config.h` (U) | `mbedtls/config_psa.h` (D) | +| `MBEDTLS_PSA_BUILTIN_xxx` | `mbedtls/config_psa.h` (D) | `mbedtls/config_psa.h` (D) | +| `MBEDTLS_PSA_ACCEL_xxx` | `mbedtls/crypto_drivers.h` (G) | N/A | #### Visibility of internal symbols