blob: a65c606de93ecf0d9b59a251433e9e2ffb7b90e8 [file] [log] [blame] [view]
Gilles Peskine74a7f932021-03-16 12:05:44 +01001## Known issues
2
Dave Rodgman017a1992022-03-31 14:07:01 +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
Dave Rodgman0da8c512024-03-18 15:25:53 +000010 [maintained branch](BRANCHES.md): `main`, `development`,
Gilles Peskine74a7f932021-03-16 12:05:44 +010011 or a long-time support branch.
Dave Rodgman017a1992022-03-31 14:07:01 +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 Rodgman017a1992022-03-31 14:07:01 +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.