| Gilles Peskine | 9c82cd9 | 2021-11-17 19:13:34 +0100 | [diff] [blame] | 1 | # Python packages that are only useful to Mbed TLS maintainers. |
| 2 | |||||
| 3 | -r ci.requirements.txt | ||||
| 4 | |||||
| 5 | # For source code analyses | ||||
| 6 | clang | ||||
| Gilles Peskine | 26f60b3 | 2021-12-02 12:50:06 +0100 | [diff] [blame] | 7 | |
| 8 | # For building some test vectors | ||||
| 9 | pycryptodomex | ||||
| 10 | pycryptodome-test-vectors | ||||
| Jerry Yu | 09977e2 | 2023-05-25 10:53:38 +0800 | [diff] [blame] | 11 | |
| 12 | # For building `tests/data_files/server9-bad-saltlen.crt` | ||||
| 13 | asn1crypto | ||||