mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-18 05:42:35 +00:00
Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments.
Signed-off-by: Fredrik Hesse <fredrik@hesse.se>
This commit is contained in:
parent
cc207bc379
commit
0ec8a90d48
@ -2,6 +2,8 @@ Mbed TLS storage specification
|
|||||||
=================================
|
=================================
|
||||||
|
|
||||||
This document specifies how Mbed TLS uses storage.
|
This document specifies how Mbed TLS uses storage.
|
||||||
|
Key storage was originally introduced in a product called Mbed Crypto, which was re-distributed via Mbed TLS and has since been merged into Mbed TLS.
|
||||||
|
This document contains historical information both from before and after this merge.
|
||||||
|
|
||||||
Mbed TLS may be upgraded on an existing device with the storage preserved. Therefore:
|
Mbed TLS may be upgraded on an existing device with the storage preserved. Therefore:
|
||||||
|
|
||||||
|
@ -467,7 +467,7 @@ if __name__ == '__main__':
|
|||||||
def main():
|
def main():
|
||||||
"""Command line mbedtls_config.h manipulation tool."""
|
"""Command line mbedtls_config.h manipulation tool."""
|
||||||
parser = argparse.ArgumentParser(description="""
|
parser = argparse.ArgumentParser(description="""
|
||||||
Mbed TLS and Mbed TLS configuration file manipulation tool.
|
Mbed TLS configuration file manipulation tool.
|
||||||
""")
|
""")
|
||||||
parser.add_argument('--file', '-f',
|
parser.add_argument('--file', '-f',
|
||||||
help="""File to read (and modify if requested).
|
help="""File to read (and modify if requested).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user