mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 17:09:41 -04:00
Add a note that config.py must remain compatible with Python 3.4
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
1b5c85c75b
commit
cf42536d4e
@ -7,6 +7,11 @@ Basic usage, to read the Mbed TLS or Mbed Crypto configuration:
|
|||||||
if 'MBEDTLS_RSA_C' in config: print('RSA is enabled')
|
if 'MBEDTLS_RSA_C' in config: print('RSA is enabled')
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# Note that as long as Mbed TLS 2.28 LTS is maintained, the version of
|
||||||
|
# this script in the mbedtls-2.28 branch must remain compatible with
|
||||||
|
# Python 3.4. The version in development may only use more recent features
|
||||||
|
# in parts that are not backported to 2.28.
|
||||||
|
|
||||||
## Copyright The Mbed TLS Contributors
|
## Copyright The Mbed TLS Contributors
|
||||||
## SPDX-License-Identifier: Apache-2.0
|
## SPDX-License-Identifier: Apache-2.0
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user