blob: 47bde07a239c050b095205a8391371ef4ea8480c [file] [log] [blame] [view]
Gilles Peskine74a7f932021-03-16 12:05:44 +01001## Known issues
2
Dave Rodgman52af7692022-03-31 14:27:24 +01003Known issues in Mbed TLS are [tracked on GitHub](https://github.com/Mbed-TLS/mbedtls/issues).
Gilles Peskine74a7f932021-03-16 12:05:44 +01004
5## Reporting a bug
6
7If you think you've found a bug in Mbed TLS, please follow these steps:
8
91. Make sure you're using the latest version of a
10 [maintained branch](BRANCHES.md): `master`, `development`,
11 or a long-time support branch.
Dave Rodgman52af7692022-03-31 14:27:24 +0100122. Check [GitHub](https://github.com/Mbed-TLS/mbedtls/issues) to see if
Gilles Peskine74a7f932021-03-16 12:05:44 +010013 your issue has already been reported. If not,
143. If the issue is a security risk (for example: buffer overflow,
15 data leak), please report it confidentially as described in
16 [`SECURITY.md`](SECURITY.md). If not,
Dave Rodgman52af7692022-03-31 14:27:24 +0100174. Please [create an issue on on GitHub](https://github.com/Mbed-TLS/mbedtls/issues).
Gilles Peskine74a7f932021-03-16 12:05:44 +010018
19Please do not use GitHub for support questions. If you want to know
20how to do something with Mbed TLS, please see [`SUPPORT.md`](SUPPORT.md) for available documentation and support channels.