mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-06 05:25:18 +00:00
72215295d8
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
12 lines
524 B
Plaintext
12 lines
524 B
Plaintext
# Python package requirements for Mbed TLS testing.
|
|
|
|
# At the time of writing, only needed for scripts/audit-validity-dates.py.
|
|
# It needs >=35.0.0 for correct operation, and that requires Python >=3.6.
|
|
# >=35.0.0 also requires Rust to build from source, which we are forced to do on
|
|
# FreeBSD, since PyPI doesn't carry binary wheels for the BSDs.
|
|
cryptography >= 35.0.0; platform_system == 'Linux'
|
|
|
|
# At the time of writing, only needed for
|
|
# scripts/generate_server9_bad_saltlen.py.
|
|
asn1crypto; platform_system == 'Linux'
|