File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Known issues
2
+
3
+ Known issues in Mbed TLS are [ tracked on GitHub] ( https://github.com/ARMmbed/mbedtls/issues ) .
4
+
5
+ ## Reporting a bug
6
+
7
+ If you think you've found a bug in Mbed TLS, please follow these steps:
8
+
9
+ 1 . Make sure you're using the latest version of a
10
+ [ maintained branch] ( BRANCHES.md ) : ` master ` , ` development ` ,
11
+ or a long-time support branch.
12
+ 2 . Check [ GitHub] ( https://github.com/ARMmbed/mbedtls/issues ) to see if
13
+ your issue has already been reported. If not, …
14
+ 3 . 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, …
17
+ 4 . Please [ create an issue on on GitHub] ( https://github.com/ARMmbed/mbedtls/issues ) .
18
+
19
+ Please do not use GitHub for support questions. If you want to know
20
+ how to do something with Mbed TLS, please see [ ` SUPPORT.md ` ] ( SUPPORT.md ) for available documentation and support channels.
You can’t perform that action at this time.
0 commit comments