Use a fetched MD if appropriate in ssl3_cbc_digest_record
[openssl.git] / .github / ISSUE_TEMPLATE / question.md
1 ---
2 name: Question
3 labels: 'issue: question'
4 about: Ask a question about OpenSSL
5 ---
6
7 <!--
8 Thank you for your interest in OpenSSL. If this is your first question,
9 please take the time to read the following lines before posting it.
10
11 For general questions about *using* OpenSSL:
12
13     If you have questions about how to use OpenSSL for specific tasks
14     or how to solve certain problems you have when using it, you might
15     want to ask them on the openssl-users@openssl.org mailing list.
16     There you can get help from a great community of OpenSSL users,
17     not only (but including) the OpenSSL developers. For more information
18     about our mailing lists, see
19     https://www.openssl.org/community/mailinglists.html.
20
21 For questions related to build issues:
22
23     Please use the 'Bug report' template.
24
25 For other questions:
26
27     Please describe your problem as concisely as possible while giving
28     us enough information to understand your problem. Example code
29     or example commands are highly appreciated if they help us to
30     better understand what you are trying to achieve.
31
32     Also, please remember to tell us which OpenSSL version you are
33     using and whether it is system provided or you built it yourself.
34     In the latter case, please also send us your build configuration.
35     With OpenSSL before 1.1.1, the configuration output comes from the
36     configuration command.  With OpenSSL 1.1.1 and on, you can obtain
37     the information by running the command `perl configdata.pm --dump`
38     in the root directory of the source tree.
39
40 Please remember to put ``` lines before and after any commands plus
41 output and code, like this:
42
43     ```
44     $ echo output output output
45     output output output
46     ```
47
48     ```
49     #include <stdio.h>
50
51     int main() {
52         int foo = 1;
53         printf("%d\n", foo);
54     }
55     ```
56 -->